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