espresso-sequencer
espresso-sequencer copied to clipboard
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117. Release notes Sourced from serde_json's releases. v1.0.117 Resolve unexpected_cfgs warning (#1130) Commits 0ae247c Release 1.0.117 4517c7a PartialEq is not implemented between Value and 128-bit...
This aims to separate onchain data, which must be the same for all nodes (chain ID, base fee, etc) from node-specific configuration. Node configuration continues to be done via environment...
No issue related. ### This PR: - Let n be the total stake. We only need n/3+1 signatures (at least 1 signature from the honest party) to update the light...
We often care, at least in tests, exactly why validation failed, so we can be sure we are covering all the edge cases. Anyhow makes it difficult and brittle to...
Closes #1439 Closes #1462 To hopefully make it easier to understand and maintain the diagram has been split into an architecture and sequence diagram. ### This PR: Tries to make...
Should reflect latest architecture, for example we need to add the builder, CDN.
Closes #1328 ### Open Questions/TODOs - TODO: It currently depends on a SEPOLIA_RPC_URL and Sepolia Deployments of the Safe Account/ Multisig Wallet and the Light Client Contract - OQ: The...
## Motivation If HotShot goes down, we need a way for rollups to be able to switch back to a centralized sequencer. Otherwise, the rollup would halt, introducing a dangerous...