espresso-sequencer
espresso-sequencer copied to clipboard
Experiment using mold linker in CI
We will introduce a `thiserror` dependency w/ #1463. For consistency, at some future moment we should remove snafu dependency and update those error types that depend on it to use...
Simplify the deployment & upgrade scripts to use the multisig wallet only in these situations: - executing the `upgradeToAndCall` method on the proxy to upgrade to a new implementation contract...
Our `async-compatibility-crate` defaults to using `async-std` now so we don't need to set RUSTFLAGS for that anymore.
Currently there are two upgrades planned - v0.1 to v0.2 for fee upgrade - v0.2 to v0.3 for marketplace. There is a base version defined as v0.1. While hotshot and...
**Affected Code:** PlonkVerifier.sol (line 91) **Summary:** The verify function takes three arguments all of which are read-only. **Suggestion:** We recommend using `calldata` for proof, `publicInput`, and `verifyingKey` arguments and making...
With the marketplace, we will have 3 supported versions of the sequencer: "regular" 0.1, "fee upgrade" 0.2, and "marketplace" 0.3. Since we want to be able to test upgrades between...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.19.0 to 1.23.6. Release notes Sourced from crate-ci/typos's releases. v1.23.6 [1.23.6] - 2024-07-31 Fixes Updated the dictionary with the July 2024 changes v1.23.5 [1.23.5] - 2024-07-25 Features...
### This PR: * Corrects paths in the [README](https://github.com/EspressoSystems/espresso-sequencer/blob/main/contracts/script/multisigTransactionProposals/README.md#demonstrating-the-setpermissionedprover-workflow) file. ### This PR does not: * Fix any listed issues. * Implement new features or bug fixes. ### Key places...
Spec: https://www.notion.so/espressosys/Arbitrum-Sovereign-Sequencer-Specification-3b94c9c45e8a4761b65e7b5c7a9e6629 + [ ] Bundler Service: design API (receive bundle from nitro sequencer) + [ ] Bundler Service: implement `/bundle/.../view_number/...` API + [ ] Bundler Service: monitor sequenced bundles...