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 testing running a program to extract data from cosmos hub and got an error when parsing a transaction;
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: invalid type URL for public key: /cosmos.crypto.multisig.LegacyAminoPubKey
Caused by:
cryptographic error
Location:
/home/andy/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/cosmrs-0.2.1/src/crypto/public_key.rs:118:22', src/main.rs:46:79
This can be reproduced running this repo https://github.com/andynog/cosmrs-tx-example
Adds support for this key type when used as the `public_key` field of
`SignerInfo`.
To accomodate this, a new `SignerPublicKey` enum was added with variants
for a single `PublicKey` or a `LegacyAminoMultisig` key.
Decodes a test vector from `cosmoshub-4` (sdk@v0.42.10)
Closes#143
Adds support for this key type when used as the `public_key` field of
`SignerInfo`.
To accomodate this, a new `SignerPublicKey` enum was added with variants
for a single `PublicKey` or a `LegacyAminoMultisig` key.
Decodes a test vector from `cosmoshub-4` (sdk@v0.42.10)
Closes#143
Adds support for this key type when used as the `public_key` field of
`SignerInfo`.
To accomodate this, a new `SignerPublicKey` enum was added with variants
for a single `PublicKey` or a `LegacyAminoMultisig` key.
Decodes a test vector from `cosmoshub-4` (sdk@v0.42.10)
Closes#143
I'm testing running a program to extract data from cosmos hub and got an error when parsing a transaction;
This can be reproduced running this repo
https://github.com/andynog/cosmrs-tx-example
The transaction causing the issue is https://www.mintscan.io/cosmos/txs/E4AD2D2B27CB57AA2B273F4E872B3BC83D9E189B670AAEFDB50A790974D18FE1
and the information about the tx from the RPC endpoint is: (the tx base64 encoded is at the end)
The text was updated successfully, but these errors were encountered: