-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
shutter: listen for decryption keys #13306
Conversation
moving `EventNotifier` and `Observers` structs from `polygon/polygoncommon` pkg to `erigon-lib/event` pkg since those will be used in other packages outside of polygon (e.g. using in `shutter` pkg as part of #13306)
…ryption-keys-listener
…ryption-keys-listener
…ryption-keys-listener
…ryption-keys-listener
…ryption-keys-listener
…ryption-keys-listener
…ryption-keys-listener
…ryption-keys-listener
…ryption-keys-listener
// - add validation for signers and signatures based on keyper set and eon infos | ||
// - add DecryptionKeys.Validate() equivalent which checks the Key unmarshalling into shcrypto.EpochSecretKey | ||
// - add validation forVerifyEpochSecretKey: check if we should be doing this validation | ||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added #13384 for this
) | ||
// | ||
// TODO process msg | ||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added #13386 for this
// | ||
// TODO play around with go-libp2p-kad-dht for routing and discovery analogous to rolling-shutter | ||
// check if it improves number of peers for topic | ||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added #13379 for this
|
||
// | ||
// TODO persist connected nodes to be able to re-use on restart | ||
// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added #13380 for this
successfully getting messages
|
closes #13191