espresso-sequencer
espresso-sequencer copied to clipboard
- [x] #1617 - [x] #1618 - [x] #1619 - [x] #1647
- how do we handle deployments, upgrades, multisig wallets, keys and how much of it can be automated? - how to deploy/upgrade smart contracts in lockstep with the sequencer upgrades
Currently, only one upgrade is supported i.e ChainConfig. As more upgrades are added, tests for the genesis TOML file should be updated to test the multiple upgrades - test_genesis_toml_upgrade_time_mode -...
The test suite for namespace logic in the espresso-sequencer is already comprehensive and much simpler now that we have enforcement of namespace table format on consensus level (https://github.com/EspressoSystems/espresso-sequencer/commit/8ce87d2803a7436ff837936ceb76a6a64aed4c54). What might...
Bumps [async-lock](https://github.com/smol-rs/async-lock) from 2.8.0 to 3.4.0. Release notes Sourced from async-lock's releases. v3.4.0 Port to event-listener v5.0.0. (#74) v3.3.0 Add a forget() method for semaphore guards. (#73) Increase MSRV to...
### This PR: Resolves the following warning thrown by `docker-compose`: WARN[0000] docker-compose.yml: `version` is obsolete. See warning details [here](https://github.com/compose-spec/compose-spec/blob/master/04-version-and-name.md) ### This PR does not: Does not change dockerfile functionality ###...
The CONTRIBUTING.md file should: - Provide contribution guidelines for contributors such as - How to submit a pull request - How to report a bug (providing a bug report template...
Resetter logs "starting major scan" [resetter.log](https://github.com/user-attachments/files/16058735/resetter.log)
The Query database reset tooling executables continue to run after they have completed resetting the database.
This PR addresses several typographical errors across various files in the project. The changes improve readability and maintain the professional standard of the documentation and code comments. Justification Typographical errors,...