This is a maintenace release, containing improvements and bug fixes.
Important changes in this release:
- removed support for cleveldb, boltdb, rocksdb, badgerdb (not used)
- Docker container logs are sent to stdout instead of stderr
What's Changed
- build(deps): Bump actions/setup-go from 5.0.1 to 5.1.0 by @dependabot in #965
- build(deps): Bump github.com/creachadair/taskgroup from 0.3.2 to 0.12.0 by @dependabot in #961
- build(deps): Bump github.com/prometheus/common from 0.37.0 to 0.60.1 by @dependabot in #964
- build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2202.5 to 0.2403.0 by @dependabot in #962
- chore!: docker log to stdout and minor logging tweaks by @lklimek in #951
- chore(github): tune stale and dependabot settings by @lklimek in #967
- fix(rpc): validators endpoint fail during quorum rotation by @lklimek in #959
- build(deps): replace tendermint/tm-db with cometbft/cometbft-db by @lklimek in #973
- refactor(db)!: remove support for cleveldb, boltdb, rocksdb, badgerdb by @lklimek in #974
- test: update mockery configuration and regenerate mocks by @lklimek in #955
- build(deps): Bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #976
- build(deps): Bump github.com/creachadair/taskgroup from 0.12.0 to 0.13.2 by @dependabot in #986
- build(deps): Bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #981
- build(deps): Bump bufbuild/buf-setup-action from 1.35.0 to 1.46.0 by @dependabot in #969
- build(deps): Bump golang.org/x/time from 0.6.0 to 0.8.0 by @dependabot in #980
- build(deps): Bump github.com/vektra/mockery/v2 from 2.46.3 to 2.49.1 by @dependabot in #988
- build(deps): Bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #979
- build(deps): Bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.2 by @dependabot in #985
- build(deps): Bump github.com/bufbuild/buf from 1.35.1 to 1.47.2 by @dependabot in #982
- build(deps): Bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #977
- build(deps): Bump docker/build-push-action from 6.9.0 to 6.10.0 by @dependabot in #991
- build(deps): Bump github.com/oasisprotocol/oasis-core/go from 0.2403.0 to 0.2403.1 by @dependabot in #990
- build(deps): Bump bufbuild/buf-setup-action from 1.46.0 to 1.47.2 by @dependabot in #992
- build(deps): Bump github.com/creachadair/atomicfile from 0.2.6 to 0.3.6 by @dependabot in #989
- build(deps): Bump golang.org/x/term from 0.26.0 to 0.27.0 by @dependabot in #1000
- build(deps): Bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #998
- build(deps): Bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #995
- build(deps): Bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #996
- build(deps): Bump github.com/vektra/mockery/v2 from 2.49.1 to 2.50.0 by @dependabot in #999
- build(deps): Bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot in #994
- build(deps): Bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in #997
- fix(consensus): node stalled after client has stopped by @lklimek in #1001
- chore(release): update changelog and bump version to 1.4.0 by @lklimek in #1004
Full Changelog: v1.3.1...v1.4.0