Skip to content

Releases: smartcontractkit/chainlink-cosmos

v0.4.0

08 May 20:02
837a920
Compare
Choose a tag to compare
integration-tests: use stretchr/testify intead of legacy test-go (#335)

v0.1.6

01 Apr 15:19
a675729
Compare
Choose a tag to compare
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

v0.1.5

09 Mar 18:24
43f3aa5
Compare
Choose a tag to compare
Merge pull request #201 from smartcontractkit/develop

Release v0.1.5 (contracts version) #2

v0.1.4

07 Mar 13:49
Compare
Choose a tag to compare
in progress

v0.1.3

04 Mar 19:13
a9a6e96
Compare
Choose a tag to compare
include chain_id length in config digest (#173)

* include chain_id length in config digest

* validate length below uint8 max, test case assert error

v0.1.2

28 Feb 11:30
Compare
Choose a tag to compare
More mocked sources tests

v0.1.1

24 Feb 17:06
a713e6a
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
add ocr2 spec changes, switch image repo (#152)

v0.1.0

16 Feb 17:40
97f5b57
Compare
Choose a tag to compare
Merge pull request #127 from smartcontractkit/develop

Release v0.1.0 (contracts version) take #2

v0.0.7

15 Feb 13:07
Compare
Choose a tag to compare
Enable clippy on CI again

Fixes #6

v0.0.7-rc1

11 Feb 11:15
Compare
Choose a tag to compare
v0.0.7-rc1 Pre-release
Pre-release
Make setting initial payees part of proposeConfig