-
Notifications
You must be signed in to change notification settings - Fork 167
chore: sdk v0.54.0 update + cometbft v2 #2621
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
base: main
Are you sure you want to change the base?
Conversation
|
…terchain-security into technicallyty/v54-update
if err != nil { | ||
// An error here would indicate that the validator updates | ||
// received from the provider are invalid. | ||
panic(err) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning
func MustPubkeyFromProto(k *v1.PublicKey) crypto.PubKey { | ||
pk, err := encoding.PubKeyFromProto(*k) | ||
if err != nil { | ||
panic(err) |
Check warning
Code scanning / CodeQL
Panic in BeginBock or EndBlock consensus methods Warning
Please go to the
Preview
tab and select the appropriate sub-template:fix
,feat
, andrefactor
.