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
I'm trying out bls12381 impl by running a simapp with bls-enabled validators. However, when I add the MsgCreateValidator tx that includes bls pubkey into genesis, simapp panics with public key must be 48 bytes.
I noticed that cometbft generates bls pubkey with 96 bytes, but cosmos/crypto impl defines pubkey as 48 bytes . I'm wondering how could I use cometbft bls pubkey to create a new validator?
Hi Cosmos team,
I'm trying out bls12381 impl by running a simapp with bls-enabled validators. However, when I add the
MsgCreateValidator
tx that includes bls pubkey into genesis, simapp panics withpublic key must be 48 bytes
.I noticed that cometbft generates bls pubkey with 96 bytes, but cosmos/crypto impl defines pubkey as 48 bytes . I'm wondering how could I use cometbft bls pubkey to create a new validator?
The tx that I put in genesis was like
and the full stacktrace was
The text was updated successfully, but these errors were encountered: