espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

Results 399 espresso-sequencer issues
Sort by recently updated
recently updated
newest added

This PR: - Adds both base and upgrade versions to the genesis.toml file and deserializes them from string format into the Version struct. - Initializes the base and upgrade versions...

Closes # ### This PR: ### This PR does not: ### Key places to review:

Test marketplace upgrade

Bumps [github/combine-prs](https://github.com/github/combine-prs) from 5.0.0 to 5.1.0. Release notes Sourced from github/combine-prs's releases. v5.1.0 What's Changed Allow building the combined PR from a fresh base branch by @​loganswartz in github/combine-prs#48 New...

dependencies
github_actions

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.16. Release notes Sourced from clap's releases. v4.5.16 [4.5.16] - 2024-08-15 Fixes (derive) Improve error messages when derive feature is missing Changelog Sourced from clap's...

dependencies
rust

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.208. Release notes Sourced from serde's releases. v1.0.208 Support serializing and deserializing unit structs in a flatten field (#2802, thanks @​jonhoo) Commits 026e91a Release 1.0.208...

dependencies
rust

added functionality to prune the state history using a FIFO approach and added two additional tests Closes #1541 ### This PR: - ensures that there is only ever 10 days...

- [x] Obtain arbitrum sepolia testnet ether - [ ] Send arbitrum sepolia funds to Mat - [ ] Deploy LC contract - [ ] Run prover

We need to mirror the state of the LC contract to L2s so that the L2 can be used as the parent chain of L3 rollups integrated with Espresso. The...

sequencer
arbitrum

Following up #1773 sequencer will need to execute transactions and bundle fees. Most of this work is completed in #1696. ## requirements This list is possibly incomplete - [x] ChainConfig...