-
Notifications
You must be signed in to change notification settings - Fork 956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement validator set update vote extensions #242
Comments
The only missing thing now is checking if a validator has eth hot/cold keys in the pos vp. @tzemanovic any news on the storage issues you guys were having? |
We can re-do #371 now that #740 is done. We can type the keys directly to secp256k1 too now |
Checking for the existence of validator keys is implemented by #1840 |
VoteExtensionDigest
, we would haveEthereumEventsDigest
, or something equivalent.set update vote extension digest decision from Tendermint. In other words,
we need a relayer from Namada to Ethereum.
ShellMode
, one for governance (on Ethereum) and another for signing validator set update proofs. Signatures can't be from Namada validator keys. Related to All Namada validators should have Ethereum accounts and signing keys #133.i. Merged in Adding support for secp256k1 keys #278
ii. Key storage was merged in Add Ethereum secp keys to validators #471
Bridge.sol
in storage. Related to Get Ethereum smart contract version from Storage #249.These changes can be implemented as separate PRs. Notes for these changes can be accessed here.
The text was updated successfully, but these errors were encountered: