John Saigle b4b14440c3 ci: Fix clippy lints for Rust 1.9.0 (#4560) hai 2 semanas
..
.cargo b35480f966 accountant: address review comments for modify governance vaa %!s(int64=2) %!d(string=hai) anos
artifacts 13780dba51 cosmwasm: cw20_base.wasm 0.13.4 %!s(int64=3) %!d(string=hai) anos
contracts b4b14440c3 ci: Fix clippy lints for Rust 1.9.0 (#4560) hai 2 semanas
deployment e90146b321 Update elliptic to >= 6.6.1 (#4272) hai 8 meses
devnet 9db82e310f cosmwasm - separate deploy code per chain %!s(int64=2) %!d(string=hai) anos
packages 4656bd4a72 ci: Fix lint issues raised by new golangci-lint and clippy versions (#4460) hai 3 meses
.dockerignore c7d8075555 cosmwasm: initialize %!s(int64=3) %!d(string=hai) anos
.gitignore 9db82e310f cosmwasm - separate deploy code per chain %!s(int64=2) %!d(string=hai) anos
Cargo.lock 7349f6ad7e cosmwasm: added shutdown contracts tests (#4257) hai 7 meses
Cargo.toml 7349f6ad7e cosmwasm: added shutdown contracts tests (#4257) hai 7 meses
Dockerfile 7349f6ad7e cosmwasm: added shutdown contracts tests (#4257) hai 7 meses
Dockerfile.deploy 39081fa293 update nodejs (#4409) (#4410) hai 3 meses
Makefile 7349f6ad7e cosmwasm: added shutdown contracts tests (#4257) hai 7 meses
README.md 9db82e310f cosmwasm - separate deploy code per chain %!s(int64=2) %!d(string=hai) anos
rustfmt.toml dedcea34af cosmwasm: Fix formatting %!s(int64=3) %!d(string=hai) anos
verify 54194b1f64 cosmwasm: Added injective mainnet verify script (#2078) %!s(int64=3) %!d(string=hai) anos

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