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 [async-once-cell](https://github.com/danieldg/async-once-cell) from 0.5.3 to 0.5.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-once-cell&package-manager=cargo&previous-version=0.5.3&new-version=0.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
rust

Bumps [circular-buffer](https://github.com/andreacorbellini/rust-circular-buffer) from 0.1.7 to 0.1.9. Release notes Sourced from circular-buffer's releases. v0.1.9 This release does not introduce any new features or bug fixes. It only changes the dev-dependencies used...

dependencies
rust

Currently we are setting a 3 Gwei priority fee on top of the base fee (e.g. [this tx](https://etherscan.io/tx/0x2ca703529390c357fff0249af60c481dc7083201739be7b6577ad9291d12b2df)), while in the same block there are more frugal tx that still...

contracts

At some point, we should deprecate `ethers-rs` usage. See doc: https://alloy.rs/migrating-from-ethers/reference.html cc @sveitser @philippecamacho @alysiahuggins @Sneh1999

maintenance
contracts

This PR changes formatting of the genesis.toml file by introducing a `versions` section, moving the `base_version` and `upgrade_version` fields into `base` and `upgrade` fields under this new section. Testing To...

see comment : https://github.com/EspressoSystems/espresso-sequencer/pull/2091#discussion_r1794355779

It looks like we may be building tests twice Lets try to fix it.

Test workflow doesn't require `--release` profile. This also adds some supply debug build optimizations. Appears to shave ~10min off build time.

We can make some improvements to integration tests to make them more reliable. This probably requires some refactoring. * Remove explicit `loop`s. Instead rely on a relevant stream. * Assert...