wormhole/cosmwasm
Kevin Peters 1937691afe terra2: Fix broken CI tests due to LocalTerra v2.4.0 update
LocalTerra was updated to v2.4.0 and the LCD no longer returns
HTTP errors on some transaction failures (not enough gas still returns
an HTTP error). This caused some of the integration tests to break, because
the typescript SDK would throw on those HTTP errors.

https://github.com/terra-money/LocalTerra/releases/tag/v2.4.0
2023-05-25 13:14:10 -04: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 tilt: devnet deployment for ibc generic messaging (#2593) 2023-05-18 18:56:18 -04:00
deployment terra2: Fix broken CI tests due to LocalTerra v2.4.0 update 2023-05-25 13:14:10 -04:00
devnet/config cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
packages Cosmwasm package naming updates (#2641) 2023-04-18 09:31:38 -07: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: ibc contracts (#2591) 2023-05-18 07:34:15 -04:00
Cargo.toml cosmwasm: ibc contracts (#2591) 2023-05-18 07:34:15 -04:00
Dockerfile cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
Dockerfile.deploy cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06:00
Makefile cosmwasm - separate deploy code per chain 2023-01-19 09:32:13 -06: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