Releases: skip-mev/connect
v2.3.0
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
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: license for slinky by @aljo242 in #878
- feat: add list query (#888) (backport) by @aljo242 in #891
- feat: deterministic query oracle (#893) (backport by @aljo242 in #894
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
- chore: clean up deps and workflows by @aljo242 in #852
- chore: run e2e tests on PRs against
release
branch by @aljo242 in #857 - chore: backport #754 by @aljo242 in #853
- chore: backport feat: Reduce blast radius of errors in MarketMap (#736) by @aljo242 in #850
- chore: remove unused modules by @aljo242 in #858
- chore: backport fix: only allow upper tickers (#716) by @aljo242 in #854
- chore: backport #735 by @aljo242 in #859
- chore: update reps and fix e2e by @aljo242 in #865
- chore: backport #705 by @aljo242 in #864
- chore: backport #709 by @aljo242 in #866
- chore: backport #699 by @aljo242 in #863
- chore: backport #743 by @aljo242 in #867
- chore: backport #772 by @aljo242 in #856
- chore: backport #757 by @aljo242 in #855
- chore: backport
x/crypto
security fix by @aljo242 in #871
Full Changelog: v1.0.13...v1.1.0
v2.2.1
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
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
This release includes key bug fixes and performance improvements for providers.
What's Changed
- chore: backport cherry picks to
release/v1.x.x
by @aljo242 in #805 - fix: btcd indirect dep by @aljo242 in #823
- fix: github action syntax issue by @technicallyty in #824
Full Changelog: v1.0.12...v1.0.13
v2.1.2
Changelog
- 896fcae: chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 (#793) (@dependabot[bot])
- ee42d1e: chore(deps): bump github.com/cosmos/interchain-security/v6 from 6.1.0 to 6.2.0 (#796) (@dependabot[bot])
- 92f2cb7: chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#798) (@dependabot[bot])
- 6e1fdb3: chore(deps): bump github.com/cosmos/interchain-security/v6 from 6.2.0 to 6.2.1 (#802) (@dependabot[bot])
- 1d27812: chore(deps): bump github.com/cosmos/interchain-security/v6 from 6.2.1 to 6.3.0 (#804) (@dependabot[bot])
- 422229b: chore: better checks in e2e (#801) (@aljo242)
- f4be9c5: fix: sidecar no longer checks
LastUpdated
(#800) (@aljo242) - efff2b1: fix: uniswap unable to handle more than 10 tickers (#797) (@aljo242)
- 8add279: chore: update codeowners to @skip-connect (#807) (@technicallyty)
- 7355199: chore: change use and short text for
connect
binary (#806) (@technicallyty)
v2.1.1
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
- docs: clarify api keys for dydx by @aljo242 in #784
- chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #788
- feat: providertest by @aljo242 in #791
- feat: dynamic metrics by @technicallyty in #785
- chore(deps): bump github.com/ethereum/go-ethereum from 1.14.10 to 1.14.11 by @dependabot in #786
- chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #789
- fix: ics provider version by @aljo242 in #792
Full Changelog: v2.1.0...v2.1.1
v2.1.0
This release is a minor update to our v2
family of Connect.
New key features include:
MsgRemoveMarkets
inx/marketmap
for removing markets via the moduleAdmin
.
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
- @zrbecker made their first contribution in #767
- @tac0turtle made their first contribution in #764
Full Changelog: v2.0.1...v2.1.0
v2.0.1
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