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

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

Closes https://github.com/EspressoSystems/espresso-sequencer/issues/1475 Move `ChainConfig` to `ValidatedState` to allow updates

Currently, the fee recipient can be derived from the `ChainConfig` that applies to a given header. However, this might not always be the case -- maybe in the future the...

breaking-change

We want to be able to support updates to `ChainConfig`, thus it should be in the mutable `ValidatedState`, not immutable `InstanceState`

fee-upgrade
decaf

- [x] #1474 - [ ] #1475 - [ ] #1479 - [ ] #1476 - [ ] #1477

fee-upgrade
decaf

Need to at least remove `features = ["testing"]` from `sequencer = { path = "../sequencer", features = ["testing"] }` from the non-dev dependencies of builder. Then there are some compilation...

bug
maintenance
tech debt

We need to store a 7 day window of historical state roots so that optimistic rollups' dispute handling contracts can access it during disputes.

stretch
contracts

references: https://github.com/EspressoSystems/espresso-sequencer/issues/1470 we're adding the delayThreshold variable and functions to update that variable - there should be a script that makes it possible for the admin multisig wallet to update...

contracts