We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The runtime transaction for session key update receive a blob of opaque key trait where individual keys could be enumerated by the key type id. https://github.com/paritytech/substrate/blob/2651d5cf410700c8a9bbe1b5df54aa9956926b34/primitives/runtime/src/traits.rs#L1156 As such ownership_proof_is_valid should enumerate the keys, and for any BLS key type, it should call verification of the proof of possession from the BLS library:
ownership_proof_is_valid
The text was updated successfully, but these errors were encountered:
Remaining steps:
Sorry, something went wrong.
coax1d
drskalman
No branches or pull requests
The runtime transaction for session key update receive a blob of opaque key trait where individual keys could be enumerated by the key type id.
https://github.com/paritytech/substrate/blob/2651d5cf410700c8a9bbe1b5df54aa9956926b34/primitives/runtime/src/traits.rs#L1156
As such
ownership_proof_is_valid
should enumerate the keys, and for any BLS key type, it should call verification of the proof of possession from the BLS library:The text was updated successfully, but these errors were encountered: