espresso-sequencer
espresso-sequencer copied to clipboard
This issue tracks all the follow-up tasks spawn from the large PR: #2706 Related original issues: #2142, #2684 Besides the Sub-issues, other items: - [ ] use shared types in...
Initial PR: https://github.com/EspressoSystems/espresso-network/pull/2662 - [x] Revert if delegation and withdrawal amounts are zero: done in https://github.com/EspressoSystems/espresso-network/pull/2922 - [ ] Decide on balance mapping for total delegator balance. This may be...
Closes #2879 ### This PR: - modifies `StakeTable` to integrate with OpenZeppelin's `VotesUpgradeable` for on-chain governance - adds `_getVotingUnits` override to reflect voting power based on staking delegation - adds...
Currently on main we don't get namespace proofs for blocks > 1 in the native demo. Not yet sure since when that's the case but it should be relatively simple...
### This PR: Fixed 2 broken relative links in the multisigTransactionProposals documentation ### This PR does not: - Make any functional changes to the contracts - Modify any other documentation...
### **This PR:** - Ensures proper checking of `ESPRESSO_SEQUENCER_GENESIS_SECRET` using `[[ -n "${ESPRESSO_SEQUENCER_GENESIS_SECRET:-}" ]]`. - Wraps variable references in quotes to handle spaces and special characters correctly. - Removes explicit...
extend IVotes and override methods so that voting can be supported
Unaddress items in #2458 : - https://github.com/EspressoSystems/espresso-sequencer/pull/2579#discussion_r1969965954 - https://github.com/EspressoSystems/espresso-sequencer/pull/2579#discussion_r1969621453 (and https://github.com/EspressoSystems/espresso-sequencer/pull/2579#discussion_r1969901340)