wormhole/cosmwasm/contracts/wormchain-accounting/tests
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
..
helpers cosmwasm: accounting: Simply transfer queries 2023-01-13 11:41:54 +09:00
chain_registration.rs cosmwasm: accounting: Remove `InstantiateMsg` 2022-12-21 13:59:01 +09:00
missing_observations.rs cosmwasm: accounting: Add query for missing observations 2023-01-04 16:17:37 +09:00
modify_balance.rs cosmwasm: accounting: Remove `InstantiateMsg` 2022-12-21 13:59:01 +09:00
query.rs cosmwasm: accounting: Simply transfer queries 2023-01-13 11:41:54 +09:00
submit_observations.rs cosmwasm: accounting: Add query for missing observations 2023-01-04 16:17:37 +09:00
submit_vaas.rs cosmwasm: accounting: Change error message for duplicate observation 2023-01-04 16:17:54 +09:00
upgrade_contract.rs cosmwasm: accounting: Remove `InstantiateMsg` 2022-12-21 13:59:01 +09:00