You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
When I was first learning the keystore, I fumbled with the types a lot. I ended up getting something that compiled and worked, so I stuck with it. Now it seems more clear that we should be using NimbusIds directly, and calling .into() on them when we really need a CryptoTypePublicPair.
This change needs to be made throughout the nimbus-consensus crate. Especially in the parachain worker and the manual seal ConsensusDataProvider.
The text was updated successfully, but these errors were encountered:
When I was first learning the keystore, I fumbled with the types a lot. I ended up getting something that compiled and worked, so I stuck with it. Now it seems more clear that we should be using
NimbusId
s directly, and calling.into()
on them when we really need aCryptoTypePublicPair
.This change needs to be made throughout the
nimbus-consensus
crate. Especially in the parachain worker and the manual sealConsensusDataProvider
.The text was updated successfully, but these errors were encountered: