Kaku
7349f6ad7e
cosmwasm: added shutdown contracts tests ( #4257 )
...
* cosmwasm: added shutdown contracts tests
* updated workflow settings
* cosmwasm: added allow dead_code tags for shutdown mode contracts
* cosmwasm: added shutdown contracts tests
* updated workflow settings
* cosmwasm: added allow dead_code tags for shutdown mode contracts
* sdk: update vaa-serde as per clippy
https://github.com/wormhole-foundation/wormhole/actions/runs/14248127718/job/39947492191?pr=4257
2025-04-15 09:58:46 -05:00
Kaku
c35940ae96
cosmwasm: add support for json schemas for all contracts ( #4118 )
...
* cosmwasm: add support for json schemas for all contracts
* cosmwasm: fixed formatting as per the linter
2024-10-28 09:59:53 -05:00
Nikhil Suri
842462fd78
cosmwasm: remove terraswap dependency ( #2739 )
...
* cosmwasm: remove terraswap dependency
* add test to ensure serialization is the same
2023-05-04 07:56:01 -07:00
Nikhil Suri
c5df4dbfe6
cosmwasm: token bridge: add new CompleteTransferResponse struct as data to complete_transfer executions ( #2653 )
2023-04-20 07:13:49 -07:00
Nikhil Suri
d7b6be7358
Cosmwasm package naming updates ( #2641 )
...
* sdk: update wormhole-core to wormhole-sdk and fix lib name to be wormhole_sdk
* cosmwasm: update wormhole and token bridge cosmwasm package/lib names
* Fix terra2 deployment script with new artifact names
2023-04-18 09:31:38 -07:00
Nikhil Suri
56b847c41d
cosmwasm: clean up unused dependencies ( #2629 )
2023-04-13 12:34:08 +01:00
A5 Pickle
1b40fdb7b9
cosmwasm: fix clippy error
2023-01-26 18:36:03 -06:00
Chirantan Ekbote
aad0a2bf47
cosmwasm: Override local deps at the workspace level
...
Put all the local overrides at the workspace level rather than having
to specify the path in each individual crate. This will also make it
easier for us to publish to crates.io when that time comes.
2022-11-11 09:46:33 -05:00
Chirantan Ekbote
09459fcf9e
cosmwasm: tokenbridge: Add chain registration query
...
Add a query to get the registered emitterr address for a given chain id.
This will be used by accounting.
2022-11-07 08:21:00 -05:00
Chirantan Ekbote
8d6bf74262
cosmwasm: Fix clippy warnings
2022-10-28 14:35:44 -04:00
Chirantan Ekbote
dedcea34af
cosmwasm: Fix formatting
...
Also remove the unstable options in rustfmt.toml. We can re-enable them
once they are stabilized.
2022-10-28 14:35:44 -04:00
kii
fbefb3aced
tob-worm-4-panics: using options rather than unwrap & tob-worm-9: cosmwasm test build ( #1672 )
...
* tob-worm-4-panics: using options rather than unwrap
* removed mock dependencies argument
* added test to make file
* use ok or else
* fmt
* ok
* errors resolved
2022-10-26 12:39:31 -04:00
Evan Gray
346f2f4e0e
cosmwasm: comment terra2 migration so tests pass
2022-10-12 17:20:34 -04:00
Evan Gray
3a37db8b98
cosmwasm: support natives over 8 decimals
2022-10-12 17:20:34 -04:00
bruce-riley
67f57b797e
XPLA Mainnet Deploy ( #1703 )
...
* Prepare to deploy Xpla to mainnet
* Update SDK version
* Fix messed up error message
* Allow tests to pass with no XPLA tokens
* Make deploy script support testnet
* Update token bridge addresses after redeploy
2022-10-12 16:47:03 -04:00
Csongor Kiss
c22d0c222b
cosmwasm: Add shutdown feature flag to token bridge
2022-09-27 07:58:28 -05:00
Csongor Kiss
d10072a33e
cosmwasm: Add is_vaa_redeemed query to token bridge
2022-08-22 16:30:23 +02:00
Csongor Kiss
f50586ad86
cosmwasm: move chain id and fee denom to storage
...
Prior to this change, these values were hardcode in the contract, as
the only supported chain was terra 2. This change allows the contract to
be deployed to other cosmwasm chains without having to recompile the
contract for each one.
The migration code ensures that terra2 is upgraded appropriately.
2022-07-20 16:09:39 -04:00
Csongor Kiss
c7a9d5ca8b
cosmwasm: make storage key constants private
2022-06-22 13:24:46 -04:00
Csongor Kiss
ea1eea99dd
cosmwasm: fix sequence number in storage
2022-06-22 13:24:46 -04:00
Csongor Kiss
d3a1fa99d9
cosmwasm: Add fromAddress to payload 3 ( #1292 )
...
* cosmwasm: fix some clippy warnings
* cosmwasm: remove fee and add msg.sender to payload 3
* cosmwasm: fix payload 3 parsing test
* cosmwasm: fix fixed payload 3 parsing test
* cosmwasm: fix fixed fixed payload 3 parsing test
* cosmwasm: update payload tests
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
Co-authored-by: Evan Gray <battledingo@gmail.com>
2022-06-21 17:30:33 -04:00
Evan Gray
db0fc219aa
cosmwasm: terra2 support
...
Co-authored-by: Csongor Kiss <ckiss@jumptrading.com>
2022-06-21 10:03:57 -04:00
Evan Gray
c7d8075555
cosmwasm: initialize
2022-06-21 10:03:57 -04:00