Releases: smartcontractkit/chainlink-cosmos
Releases · smartcontractkit/chainlink-cosmos
v0.5.1
v0.5.0
What's Changed
- bump libocr and update affected areas by @jmank88 in #336
- Use offchain config from gauntlet-contracts-ocr2 by @calvwang9 in #337
- Move denom util functions from core by @calvwang9 in #340
- update integration tests deps by @cfal in #338
- ops/scripts: add scripts to start and stop wasmd container by @cfal in #342
- Remove uatom from variable names by @calvwang9 in #343
- packages-ts: rename to cosmos by @cfal in #341
- Update cosmos-sdk version by @calvwang9 in #346
- BCI-978: Update core integration tests helper method by @augustbleeds in #347
- [Functions] Add provided method stub to relayer by @bolekk in #348
- update integration tests by @cfal in #344
- Init SDK once per process to avoid client panics by @krehermann in #352
- scripts/mock-adapter.sh: fix listen address defaults by @cfal in #351
- BCI-1749: Setup local env in integration tests by @calvwang9 in #353
- Run CI tests using docker setup by @cfal in #354
- BCI-1768: Remove FCD url by @calvwang9 in #357
- .github/workflows/integration-tests-docker.yml: allow specifying core ref by @cfal in #358
- [BCI-1635] Integrate Generic Fixed Fee Estimator by @yongkangc in #350
- Add Bech32Prefix and FeeToken to config by @calvwang9 in #356
- Sort cosmos config fields by @calvwang9 in #361
- BCF-2564: use chain in relayer, not chainset by @krehermann in #362
- BCI-1796: Support dynamic adapter selection by @calvwang9 in #363
- BCI-1511: only contract schema changes by @augustbleeds in #359
- BCF-2440: rm chainset by @krehermann in #366
- BCI-1511: Fix Gauntlet Upload -- update schema dependency by @augustbleeds in #367
- BCI-1511: more gauntlet tests by @augustbleeds in #364
- integration-tests: convert cosmos pub keys to prefixed addresses by @cfal in #365
- BCI-1469: Update CosmWasm contracts by @calvwang9 in #370
- BCI-979: Update Cosmos client connection by @calvwang9 in #372
- Rename FeeToken to GasToken by @calvwang9 in #373
- Fix mock adapter URL for Mac by @calvwang9 in #376
- Sonarqube integration by @davidcauchi in #339
- pkg/cosmos/config: mv config from core by @jmank88 in #380
- pkg/cosmos: move tx and chain from core by @jmank88 in #381
- pkg/cosmos: switch sqlx from smartcontractkit to jmoiron by @jmank88 in #383
- pkg/cosmos/txm: use sqlutil.Transact helper by @jmank88 in #384
- switch from chainlink-relay to chainlink-common by @jmank88 in #385
- fix tests by @cfal in #382
- Add unimplemented ChainReader() method to MedianProvider by @reductionista in #379
- update go.mod replaces by @jmank88 in #386
- bumps deps to shed unused imports by @jmank88 in #389
- Implement NewAutomationProvider by @ferglor in #388
- Bump chainlink-common to latest version by @ferglor in #390
- Add chain reader and codec to relay by @nolag in #391
- Implement NewLLOProvider for Mercury parallel composition by @samsondav in #394
- standardize make gomodtidy by @aalu1418 in #395
- Bump chainlink-commmon and satisfy relayer interface by @DeividasK in #396
- add context by @jmank88 in #392
- bump common & libocr; remove context by @jmank88 in #398
- pkg/cosmos: switch to sqlutil.DataSource by @jmank88 in #400
- [KS-186] Add OCR3 Capability Provider stub by @cedric-cordenier in #402
- golangci-lint: update ruleset by @jmank88 in #403
- Satisfy Relayer interface with unsupported NewContractReader impl. by @ilija42 in #405
- chore: github action version bumps by @erikburt in #407
- chore: grafana internal credentials by @erikburt in #397
- Bump dawidd6/action-download-artifact by @timweri in #409
- Adding NewCCIPCommitProvider + NewCCIPExecProvider to relay by @patrickhuie19 in #408
- [BCI-3438] Add chain writer to cosmos relayer by @nickcorin in #411
- bump-ctf by @jmank88 in #412
- use gomods; add make generate; add CI check for tidiness+generation by @jmank88 in #413
- [TT-1429] notify guardian if test image build failed by @Tofel in #414
- .golangci.yml: update rules by @jmank88 in #416
- bump go-plugin; rm replace by @jmank88 in #417
- Rename Chain Reader to Contract Reader by @ilija42 in #418
- Implement ChainSet LatestHead by @ilija42 in #419
- go.mod: remove unecessary replace by @jmank88 in #420
- bump libocr; add context by @jmank88 in #401
New Contributors
- @calvwang9 made their first contribution in #337
- @augustbleeds made their first contribution in #347
- @bolekk made their first contribution in #348
- @krehermann made their first contribution in #352
- @yongkangc made their first contribution in #350
- @davidcauchi made their first contribution in #339
- @ferglor made their first contribution in #388
- @nolag made their first contribution in #391
- @samsondav made their first contribution in #394
- @DeividasK made their first contribution in #396
- @cedric-cordenier made their first contribution in #402
- @ilija42 made their first contribution in #405
- @erikburt made their first contribution in #407
- @timweri made their first contribution in #409
- @patrickhuie19 made their first contribution in #408
- @nickcorin made their first contribution in #411
- @Tofel made their first contribution in #414
Full Changelog: https://github.com/smart...
v0.4.0
integration-tests: use stretchr/testify intead of legacy test-go (#335)
v0.1.6
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
Merge pull request #201 from smartcontractkit/develop Release v0.1.5 (contracts version) #2
v0.1.4
in progress
v0.1.3
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
More mocked sources tests
v0.1.1
v0.1.0
Merge pull request #127 from smartcontractkit/develop Release v0.1.0 (contracts version) take #2