wormhole/cosmwasm
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
..
.cargo accountant: address review comments for modify governance vaa 2023-02-15 06:23:25 -08:00
artifacts cosmwasm: cw20_base.wasm 0.13.4 2022-06-21 10:03:57 -04:00
contracts cosmwasm: added shutdown contracts tests (#4257) 2025-04-15 09:58:46 -05:00
deployment Update elliptic to >= 6.6.1 (#4272) 2025-02-27 10:09:10 -05:00
devnet/config cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
packages cosmwasm: update cw wormhole rust tests (#4190) 2024-12-18 19:08:27 -06:00
.dockerignore cosmwasm: initialize 2022-06-21 10:03:57 -04:00
.gitignore cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
Cargo.lock cosmwasm: added shutdown contracts tests (#4257) 2025-04-15 09:58:46 -05:00
Cargo.toml cosmwasm: added shutdown contracts tests (#4257) 2025-04-15 09:58:46 -05:00
Dockerfile cosmwasm: added shutdown contracts tests (#4257) 2025-04-15 09:58:46 -05:00
Dockerfile.deploy tilt: remove additional root CA support 2023-12-12 14:22:05 -06:00
Makefile cosmwasm: added shutdown contracts tests (#4257) 2025-04-15 09:58:46 -05:00
README.md cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
rustfmt.toml cosmwasm: Fix formatting 2022-10-28 14:35:44 -04:00
verify cosmwasm: Added injective mainnet verify script (#2078) 2022-12-06 16:03:44 +01:00

README.md

Cosmwasm Wormhole Contracts

NOTE: This process is only Linux host compatible at this time.

Build Contracts

The following command can be used to build optimized cosmwasm contracts via Docker.

wormhole/cosmwasm $ make artifacts

Upon completion, the compiled bytecode for cosmwasm contracts will be placed into the artifacts directory.

Run tests

You can run the cargo unit tests.

wormhole/cosmwasm $ cargo test --workspace --locked