espresso-sequencer
espresso-sequencer copied to clipboard
Part of #1006
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.0 to 3.10.1. Changelog Sourced from tempfile's changelog. 3.10.1 Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²). Handle a theoretical...
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 20 to 21. Release notes Sourced from DeterminateSystems/update-flake-lock's releases. v21 We no longer depend on any Node16 actions! That pesky warning should disappear from your CI runs...
When deploying with foundry and openzeppelin defender, logs are explicitly written to a file in the deployment script https://github.com/EspressoSystems/espresso-sequencer/pull/1248. At the time of writing, the proxy address is recorded but...
Inspired by https://github.com/EspressoSystems/espresso-sequencer/pull/1248#issuecomment-2009438215 > I think there's not straightforward way to batch transactions but we could look into https://github.com/ind-igo/forge-safe for example. It's quite a big change for this PR though...
> yaml-rust is unmaintained. | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `yaml-rust` | | Version | `0.4.5` | | URL...
The Payload struct has been redesigned (see #1012) however there are some pending improvements including: - [ ] Get rid of type `TxTableEntry` See https://github.com/EspressoSystems/espresso-sequencer/blob/dbf68c9a12ec04a0b2b5be1967f7e9b651071efb/sequencer/src/block2/entry.rs#L10 - [ ] This type...
We may also want to check if it's working by querying it in `scripts/smoke-test-demo`. This way we should see the CI fail if we break anything.
**CAUTION: this PR is not meant to be merged. Its purpose is to evaluate how much gas is required when calling the state update function of the light client contract...