espresso-sequencer
espresso-sequencer copied to clipboard
## This PR: Finishes implementing generic DHT persistence now that HotShot is updated ## What to look at: - @jbearer @imabdulbasit do the migration scripts look okay?
- Assign the TimelockController contract as the admin of target contracts (e.g., governance-controlled contracts). - Implement the full Timelock proposal and execution flow for secured and delayed execution of administrative...
https://github.com/EspressoSystems/espresso-network/pull/3181
Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 3.0.9 to 3.0.11. Commits 043a888 3.0.11 2705ddd [backport 3.x] Prohibit char codes that would overflow the BASE_MAP 3d43c0e 3.0.10 0a35446 Improve decoding performance See full diff in...
test for this bug fix https://github.com/EspressoSystems/espresso-network/pull/3150
There have been a few bugs in state construction, with different edge cases. cases to test: 1 - node starting with PoS version 2 - node upgrading from fee to...
when debugging https://github.com/EspressoSystems/espresso-network/pull/3092#issuecomment-2827716044, we find the following cyclic dependency in our current setup (`process-compose` or `docker-compose` file):  Status quo on the left, proposed refactor on the right. - when...