Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Releases: skip-mev/connect

v2.3.0

21 Jan 18:59
bbd36fe

Choose a tag to compare

v2.3.0 Pre-release
Pre-release

This release adds new queries to x/marketmap and x/oracle that are safe to be called by on chain code (such as WASM contracts).

What's Changed

  • chore: multi-arch build workflow by @aljo242 in #844
  • doc: provider with example by @aljo242 in #845
  • chore: remove image builds by @aljo242 in #849
  • chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #846
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #847
  • chore(deps): bump github.com/golangci/golangci-lint from 1.62.0 to 1.62.2 by @dependabot in #843
  • chore(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #848
  • chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #861
  • chore(deps): bump github.com/vektra/mockery/v2 from 2.46.0 to 2.50.0 by @dependabot in #862
  • chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot in #860
  • chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the go_modules group by @dependabot in #870
  • chore: open source!! by @Zygimantass in #877
  • feat: add list query by @aljo242 in #888
  • chore: generate api files for query change by @aljo242 in #892
  • feat: deterministic query oracle by @aljo242 in #893

Full Changelog: v2.2.1...v2.3.0

v1.2.0

21 Jan 19:01
b31522e

Choose a tag to compare

v1.2.0 Pre-release
Pre-release

This release adds new queries to x/marketmap and x/oracle that are safe to be called by on chain code (such as WASM contracts).

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Dec 20:56
ab2537f

Choose a tag to compare

This is a release for slinky/v1 that includes all major functionality that has been added to connect/v2.

Key changes are:

  • removing the x/alerts, x/incentives, x/sla modules
  • Blast radius reduction for invalid market maps on chain
  • security updates
  • Remove Markets message

What's Changed

Full Changelog: v1.0.13...v1.1.0

v2.2.1

25 Nov 22:00
7a115b1

Choose a tag to compare

v2.2.1 Pre-release
Pre-release

Connect v2.2.1 contains proto-breaking changes to MsgRemoveMarkets that allows for easier removal of markets. This change is not compatible with chains that have been running on an older v2 family release of Connect. Chains that are currently deployed on a retracted version of Connect v2 should NOT upgrade to v2.2.1+ and may continue running as they are.

What's Changed

  • fix: remove unnecessary block from websocket subtask creator by @technicallyty in #809
  • chore(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.13 by @dependabot in #808
  • chore(deps): bump github.com/cometbft/cometbft from 0.38.13 to 0.38.15 by @dependabot in #811
  • chore(deps): bump cosmossdk.io/depinject from 1.0.0 to 1.1.0 by @dependabot in #814
  • chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #815
  • chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #816
  • chore: update go version in mdx file and lint.yml by @zrbecker in #817
  • chore(deps): bump cosmossdk.io/log from 1.4.1 to 1.5.0 by @dependabot in #818
  • chore(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 by @dependabot in #819
  • chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #822
  • chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #825
  • docs: dydx v7 by @aljo242 in #836
  • chore(deps): bump the go_modules group across 3 directories with 1 update by @dependabot in #833
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #837
  • feat: Allow market authority to remove disabled markets by @chenyaoy in #838
  • chore: retract all previous v2* by @aljo242 in #839
  • chore: retract comment by @aljo242 in #840
  • fix: broken linux 386 build by @aljo242 in #841

Full Changelog: v2.1.2...v2.2.1

v2.2.0

25 Nov 21:23
a2ddafd

Choose a tag to compare

v2.2.0 Pre-release
Pre-release

Connect v2.2.0 contains proto-breaking changes to MsgRemoveMarkets that allows for easier removal of markets. This change is not compatible with chains that have been running on an older v2 family release of Connect. Chains that are currently deployed on a retracted version of Connect v2 should NOT upgrade to v2.2.0+ and may continue running as they are.

What's Changed

  • fix: remove unnecessary block from websocket subtask creator by @technicallyty in #809
  • chore(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.13 by @dependabot in #808
  • chore(deps): bump github.com/cometbft/cometbft from 0.38.13 to 0.38.15 by @dependabot in #811
  • chore(deps): bump cosmossdk.io/depinject from 1.0.0 to 1.1.0 by @dependabot in #814
  • chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #815
  • chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #816
  • chore: update go version in mdx file and lint.yml by @zrbecker in #817
  • chore(deps): bump cosmossdk.io/log from 1.4.1 to 1.5.0 by @dependabot in #818
  • chore(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 by @dependabot in #819
  • chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #822
  • chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #825
  • docs: dydx v7 by @aljo242 in #836
  • chore(deps): bump the go_modules group across 3 directories with 1 update by @dependabot in #833
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #837
  • feat: Allow market authority to remove disabled markets by @chenyaoy in #838
  • chore: retract all previous v2* by @aljo242 in #839
  • chore: retract comment by @aljo242 in #840

New Contributors

Full Changelog: v2.1.2...v2.2.0

v1.0.13

14 Nov 21:41
71b9c8f

Choose a tag to compare

v1.0.13 Pre-release
Pre-release

This release includes key bug fixes and performance improvements for providers.

What's Changed

Full Changelog: v1.0.12...v1.0.13

v2.1.2

29 Oct 17:31
7355199

Choose a tag to compare

Changelog

v2.1.1

11 Oct 14:38
2eeeef7

Choose a tag to compare

v2.1.1 Pre-release
Pre-release

This is a patch update to our v2.1.* version family. Updates include:

  • dependency bumps
  • docs fixes
  • A bug fix in e2e testing

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

01 Oct 17:26
0cb1996

Choose a tag to compare

This release is a minor update to our v2 family of Connect.

New key features include:

  • MsgRemoveMarkets in x/marketmap for removing markets via the module Admin.

What's Changed

  • test: update deps for our testing packages by @aljo242 in #765
  • chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in #766
  • fix: Fix Flaky Oracle Server Test by @zrbecker in #767
  • chore(deps): bump github.com/cosmos/interchain-security/v6 from 6.0.0 to 6.1.0 by @dependabot in #768
  • chore(deps): bump github.com/cosmos/cosmos-sdk from 0.50.9 to 0.50.10 by @dependabot in #769
  • chore: minor cleanup by @tac0turtle in #764
  • chore: format after refactor by @aljo242 in #771
  • chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 by @dependabot in #774
  • chore(deps): bump cosmossdk.io/api from 0.7.5 to 0.7.6 by @dependabot in #775
  • chore: remove spellcheck by @technicallyty in #773
  • chore: print filename for debug purposes in genesis script by @aljo242 in #776
  • docs: add quickstart guides for warden and initia by @technicallyty in #770
  • feat: removal message by @aljo242 in #772
  • chore(deps): bump github.com/ethereum/go-ethereum from 1.14.9 to 1.14.10 by @dependabot in #781
  • chore: matic -> pol by @technicallyty in #780
  • docs: connect sdk cosmwasm by @technicallyty in #779
  • fix: clean up market map hooks by @aljo242 in #778
  • chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in #783

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

19 Sep 18:04
1508062

Choose a tag to compare

This release is a minor update in our v2 family.

What's Changed

  • chore: stop building slinky by @aljo242 in #755
  • fix: error handling for invalid gRPC endpoints by @technicallyty in #757
  • feat: check if normalize markets are enabled in marketmap by @aljo242 in #754
  • refactor: change env config variable from slinky_config -> connect_config by @technicallyty in #756
  • chore: update ICS by @aljo242 in #759
  • chore: final slinky -> connect renames by @aljo242 in #760
  • feat: add check forex markets to constants for checking by @aljo242 in #743
  • docs: fix dead link for oracle config by @aljo242 in #763
  • chore(deps): bump github.com/ethereum/go-ethereum from 1.14.8 to 1.14.9 by @dependabot in #762

Full Changelog: v2.0.0...v2.0.1