Skip to content

Commit

Permalink
Merge branch 'main' of github.com:EspressoSystems/espresso-sequencer …
Browse files Browse the repository at this point in the history
…into fix-light-client-contract-for-arb-sepolia
  • Loading branch information
Sneh1999 committed Jan 7, 2025
2 parents 56ab328 + 8ed762c commit a8a1587
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ processes:
command: docker compose up demo-l1-network --force-recreate --renew-anon-volumes
readiness_probe:
exec:
command: "[ $(docker inspect -f '{{.State.Health.Status}}' espresso-sequencer-demo-l1-network-1) = 'healthy' ]"
period_seconds: 1
timeout_seconds: 5
failure_threshold: 30
command: nc -zv localhost $ESPRESSO_SEQUENCER_L1_PORT
failure_threshold: 6
initial_delay_seconds: 5

deploy-sequencer-contracts:
# The contract addresses are implicitly inherited from .env. We need to unset these or else the
Expand Down
4 changes: 2 additions & 2 deletions sequencer/src/network/cdn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl<T: SignatureKey> SignatureScheme for WrappedSignatureKey<T> {
};

todo_by!(
"2025-1-4",
"2025-2-4",
"Only accept the namespaced message once everyone has upgraded"
);
public_key.0.validate(&signature, message)
Expand Down Expand Up @@ -112,7 +112,7 @@ impl<TYPES: NodeType> RunDef for ProductionDef<TYPES> {
}

todo_by!(
"2025-1-4",
"2025-2-4",
"Remove this, switching to TCP+TLS singularly when everyone has updated"
);
/// The user definition for the Push CDN.
Expand Down

0 comments on commit a8a1587

Please sign in to comment.