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

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...

dependencies
rust

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...

dependencies
github_actions

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...

tech debt
cappuccino
contracts
contracts-upgrade-deployment-script
contracts-tech-debt

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...

contracts
contracts-upgrade-deployment-script

> 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...

vid
cappuccino
vid-tech-debt

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...