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 think the issue: informalsystems/ibc-rs#1155 is related to this
When some chains use secp256k1 as the consensus PublicKey type, the tendermint-light-client will not be able to verify the signature of the light block, such as bandchain.
The text was updated successfully, but these errors were encountered:
Hey @thanethomson, is it possible to have an update on this? It is currently blocking informalsystems/ibc-rs#1155 which actually makes it impossible to communicate with some chains like Band Protocol
I hope Publickey can support the verification of secp256 publickey signature
https://github.com/informalsystems/tendermint-rs/blob/master/tendermint/src/public_key.rs#L151
I think the issue: informalsystems/ibc-rs#1155 is related to this
When some chains use secp256k1 as the consensus PublicKey type, the tendermint-light-client will not be able to verify the signature of the light block, such as bandchain.
The text was updated successfully, but these errors were encountered: