-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Pass signature through to popVerify precompile * refactor: bring pop creation outside of EthereumAddress constructor * feat: update convert-key script to take chain_id as argument * feat: Sign over bls public key as well as an evm address, allowing for a deposit transaction to be paid for by a different account to the one staking * feat: New precompile bls_verify * test: Add upgraded deposit contract test * feat: cfg validation for contract_upgrade_block_heights config var * fix: revert convert-key changes such that pop_verify is still expected method * fix: revert changes to z2 deployer and validator * chore: styling * fix: fix deployer * chore: satisfy clippy * feat: z2 tooling changes for deposit_v3 auth signature * block number for withdrawal unbonding period and signingAddress * fix: bring deposit_v3 up to date * fix: z2 commands to support deposit auth sig * feat: Allow address to be passed into convert-key * feat: set contract upgrade block heights via z2 * fix: revert reward addr in example * feat: rebase deposit_v3 * chore: update proto networks upgrade heights * fix: convert-key improved docs in deposit.md
- Loading branch information
Showing
9 changed files
with
102 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters