espresso-sequencer
espresso-sequencer copied to clipboard
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83. Release notes Sourced from async-trait's releases. 0.1.83 Prevent needless_arbitrary_self_type lint being produced in generated code (#278) Commits e6b4d47 Release 0.1.83 bfe8d61 Merge pull request...
Bumps [async-std](https://github.com/async-rs/async-std) from 1.12.0 to 1.13.0. Release notes Sourced from async-std's releases. v1.13.0 Added IO Safety traits implementations Changed Various dependencies updates Export BufReadExt and SeekExt from async_std::io Changelog Sourced...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64. Release notes Sourced from thiserror's releases. 1.0.64 Exclude derived impls from coverage instrumentation (#322, thanks @oxalica) Commits 84484bc Release 1.0.64 023f036 Merge pull request...
This is a backport of #2160 to release-gambit. It is a separate PR because it is not a clean cherry-pick. I recommend reviewing the `main` PR first, and then you...
Closes #2090 ### This PR: Refactors contents of `validate_and_apply_header` to facilitate: * comprehension * documentation * testing It currently compiles and I have updated a couple of existing tests. There...
This PR reproduces and will fix an issue discovered in staging, in which, after a staggered restart of all nodes, the network has forgotten the fee state for all accounts...
Closes #2147 ### This PR: - Switch to the right version of PlonkVerifier (in the `deployer.rs` we incorrectly deployed PlonkVerifier2.sol which is secure but less efficient) - Use lower priority...
Closes #2105 ### This PR: Adds get_fee_balance endpoint to the sequencer API to retrieve the current balance of an account. This allows to detect whenever the Builder is low on...
Closes #2127 The light client contract and fee contract can be upgraded but we need to have a roll back strategy. The act of upgrading a contract means that the...
Closes #2077 ### This PR: - removes unreachable return statement - modify the function to return the blockcomm root when the provided `hotShotBlockHeight` is equal to the blockHeight in the...