wormhole/cosmwasm/packages/wormhole-bindings
Chirantan Ekbote 16b22a8cfc cosmwasm: wormhole-bindings: Use the Signature type from the SDK
Use the `Signature` type from the core SDK to avoid unnecessary
type conversions.  Cosmwasm requires its message types to implement
`JsonSchema` so also derive that impl for the `Signature` type behind a
feature flag.

This change uncovered a separate issue where the fake `WormholeKeeper`
was using regular ecdsa signatures rather than recoverable signatures
so fix the signing and verification methods to use the recoverable
signatures.
2022-12-15 12:22:37 +09:00
..
schema cosmwasm: Add wormhole-bindings package 2022-11-29 08:18:56 +09:00
src cosmwasm: wormhole-bindings: Use the Signature type from the SDK 2022-12-15 12:22:37 +09:00
Cargo.toml cosmwasm: wormhole-bindings: Use the Signature type from the SDK 2022-12-15 12:22:37 +09:00