Releases: skip-mev/connect
Releases · skip-mev/connect
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
v2.0.0
This release finalizes our migration from slinky
to connect
and is therefore a breaking major release. APIs and types are modified in this release.
Additional changes to note are:
- sidecar telemetry
- repo cleanup by removing old, no longer maintained modules
- improved documentation
- improved logging
What's Changed
- chore: Rename slinky=>connect by @Eric-Warehime in #669
- chore(deps): bump github.com/cometbft/cometbft from 0.38.10 to 0.38.11 by @dependabot in #663
- chore(deps): bump github.com/cosmos/gogoproto from 1.6.0 to 1.7.0 by @dependabot in #672
- docs: application configuration by @technicallyty in #660
- chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #673
- chore(deps): bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.1 by @dependabot in #676
- chore(deps): bump cosmossdk.io/tools/confix from 0.1.1 to 0.1.2 by @dependabot in #671
- docs: update dydx v6 docs by @technicallyty in #674
- chore: Update kingnodes URL's by @nullmames in #678
- chore(deps): bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 by @dependabot in #680
- chore(deps): bump cosmossdk.io/log from 1.4.0 to 1.4.1 by @dependabot in #679
- chore: Move simapp to its own package by @Eric-Warehime in #675
- chore: Remove metrics md by @Eric-Warehime in #682
- chore: Update proto docs by @Eric-Warehime in #683
- chore(deps): bump github.com/vektra/mockery/v2 from 2.44.1 to 2.44.2 by @dependabot in #681
- chore: Rename all the things connect v2 by @Eric-Warehime in #684
- feat: opt-out telemetry init by @wesl-ee in #677
- chore: update README by @aljo242 in #685
- chore(deps): bump github.com/prometheus/client_golang from 1.20.0 to 1.20.1 by @dependabot in #689
- feat: slinky binary deprecation warning by @wesl-ee in #690
- chore: Follow redirects in install script by @Eric-Warehime in #691
- chore: Update genesis.sh script by @Eric-Warehime in #692
- chore(deps): bump github.com/vektra/mockery/v2 from 2.44.2 to 2.45.0 by @dependabot in #688
- chore(deps): bump github.com/golangci/golangci-lint from 1.60.1 to 1.60.2 by @dependabot in #687
- docs: Add stargaze quickstart by @Eric-Warehime in #695
- chore(deps): bump github.com/golangci/golangci-lint from 1.60.2 to 1.60.3 by @dependabot in #698
- chore(deps): bump github.com/ethereum/go-ethereum from 1.14.7 to 1.14.8 by @dependabot in #667
- docs: update comments for api/ws configs by @technicallyty in #697
- chore(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in #651
- fix: id in prometheus metric by @aljo242 in #699
- fix: get blockheight in osmosis provider by @aljo242 in #700
- chore: Run as user on prod container images by @Eric-Warehime in #686
- fix: dont generate pulsar code for "service" by @technicallyty in #702
- docs: clarify running connect <> chain locally by @technicallyty in #706
- chore: update proto query path bindings by @technicallyty in #707
- feat: block height staleness checker by @aljo242 in #705
- chore: use prod images in e2e by @aljo242 in #694
- chore: Add log sampling by @Eric-Warehime in #709
- chore: Fix user permissions by @Eric-Warehime in #710
- feat: namespace published metrics by @wesl-ee in #701
- docs: usage stats by @technicallyty in #708
- chore(deps): bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.14.2 by @dependabot in #703
- chore(deps): bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 by @dependabot in #704
- chore: Remove modules by @Eric-Warehime in #711
- chore: typesafe mocks by @technicallyty in #713
- feat: deprecate SlinkyBuildInfo by @wesl-ee in #712
- docs: fix integration guide code by @technicallyty in #714
- docs: integration code by @technicallyty in #717
- docs: Fix releases url by @Eric-Warehime in #718
- chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #715
- docs: Add polkachu base by @Eric-Warehime in #719
- fix: only allow upper tickers by @aljo242 in #716
- docs: Fix polkachu base endopint by @Eric-Warehime in #720
- chore(deps): bump github.com/cometbft/cometbft from 0.38.11 to 0.38.12 by @dependabot in #723
- ci: buf actions by @technicallyty in #725
- docs: Update polkachu eth endpoint by @Eric-Warehime in #721
- fix: put v2 at the end of the module url for connect's tests by @faddat in #728
- chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #733
- chore(deps): bump the go_modules group across 3 directories with 2 updates by @dependabot in #731
- chore(deps): bump github.com/cosmos/interchain-security/v5 from 5.1.1 to 5.2.0 by @dependabot in #729
- chore(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 by @dependabot in #732
- chore(deps): bump cosmossdk.io/store from 1.1.0 to 1.1.1 by @dependabot in #734
- feat: validation service by @aljo242 in #724
- chore(deps): bump github.com/vektra/mockery/v2 from 2.45.0 to 2.45.1 by @dependabot in #738
- fix: retain injected tx if its removed by @technicallyty in #735
- feat: Reduce blast radius of errors in MarketMap by @Eric-Warehime in #736
- fix: flaky oracle test by @wesl-ee in #742
- feat: Refactor partial failures by @Eric-Warehime in #741
- chore(deps): bump github.com/golangci/golangci-lint from 1.60.3 to 1.61.0 by @dependabot in #739
- fix: healthcheck flakey test by @wesl-ee in #744
- chore: Move slinky protobuf to connect by @Eric-Warehime in #740
- docs: Bump expected version dydx docs by @Eric-Warehime in #748
- fix: test timeouts by @aljo242 in #749
- chore(deps): bump github.com/vektra/mockery/v2 from 2.45.1 to 2.46.0 by @dependabot in #747
- chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #746
- chore(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.1 by @dependabot in #737
- chore: update CODEOWNERS by @aljo242 in #753
- docs: v2 by @aljo242 in #750
New Contributors
- @nullmames made their first contribution in #678
- @faddat made their first contribution in #728
Full Changelog: v1.0.12...v2.0.0
v1.0.12
Changelog
- ef03f40: feat: Refactor partial failures (#741) (@Eric-Warehime)
v1.0.11
Changelog
- aaf7d1c: feat: Reduce blast radius of errors in MarketMap (#736) (@Eric-Warehime)
- 00703fa: Update repo path in goreleaser (@Eric-Warehime)
v1.0.10
Changelog
- 4aa8c56: chore: change polymarket's priceAdjustmentMin from 0.00001 to 0.0001 (#670) (@technicallyty)
v1.0.9
Changelog
- 6982237: fix: error when oracle configuration has extra keys (#659) (@wesl-ee)
- 7e5c1d8: chore: move log to debug (#661) (@technicallyty)
- cf19513: chore: Remove codeowners (#662) (@Eric-Warehime)
- fb3f4de: fix: clearer err msg when overriding an unknown provider type (#665) (@wesl-ee)
- d886707: feat: core metadata type (#664) (@aljo242)
- 5e4b45c: refactor: change polymarket provider to use markets endpoint (#666) (@technicallyty)