wormhole/cosmwasm/contracts/wormchain-accounting/src
Chirantan Ekbote b1050f69ee cosmwasm: accounting: Simply transfer queries
Rather than forcing clients to guess whether a transfer is pending or
committed use a single `TransferStatus` query that will return whether
the transfer is still pending or already committed.

This will make it easier for clients to keep the pending and committed
transfer state in sync to avoid unnecessary overhead.
2023-01-13 11:41:54 +09:00
..
contract.rs cosmwasm: accounting: Simply transfer queries 2023-01-13 11:41:54 +09:00
error.rs cosmwasm: accounting: Store transfer digests 2022-12-21 13:59:01 +09:00
lib.rs cosmwasm: Add wormchain-accounting contract (#1920) 2022-12-14 12:06:45 -05:00
msg.rs cosmwasm: accounting: Simply transfer queries 2023-01-13 11:41:54 +09:00
state.rs cosmwasm: accounting: Add query for missing observations 2023-01-04 16:17:37 +09:00