Skip to content

v0.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 15:19
· 199 commits to develop since this release
a675729
client/test_helpers: fix SetupLocalCosmosNode (#321)

* client/test_helpers: terrad -> wasmd

* client/test_helpers: specify --home instead of --keyring-dir so that ~/.wasmd isn't created

* client/test_helpers: only listen locally

* remove terrad.nix, add wasmd.nix to install wasmd

* nix.conf: disable sandbox

* .github/workflows: set extra_nix_config

* fix derivation path, set ATOM coin type

* client/test_helpers: rpc.laddr parameter requires tcp as protocol

* client/test_helpers: fix hardcoded token

* cosmos/testdata: recompile my_first_contract.wasm

* client/test_helpers: fix out of gas error, set gas adjustment on deploy

* cosmos/client: fix wasm attribute filters when reading events

* client/client_test: fix wasm attribute check, remove count attribute check

.. because it doesn't exist in the updated contract reset function

https://github.com/CosmWasm/cw-template/blob/main/src/contract.rs#L69

* client/test_helpers: add required Label field when instantiating contract

* cosmos/client: register auth types with interface registry

* cosmos/client: don't hardcode chain id in DeployTestContract

* .github/workflows: cache nix