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

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

sequencer
maintenance
tech debt

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

contracts
devops

Our `async-compatibility-crate` defaults to using `async-std` now so we don't need to set RUSTFLAGS for that anymore.

sequencer
maintenance

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

sequencer
minor-versioning

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

contracts
audit

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

sequencer
minor-versioning

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

dependencies
github_actions

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

sequencer
arbitrum