Skip to content

Releases: dashpay/tenderdash

v1.4.0

11 Dec 15:31
896df0a
Compare
Choose a tag to compare

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

v1.3.1

02 Nov 21:52
2913d54
Compare
Choose a tag to compare

What's Changed

  • test(evidence): update tests for new proposal selection algo by @lklimek in #925
  • test(e2e): fix proposer selection test by @lklimek in #926
  • docs: update readme by @thephez in #934
  • docs: fix broken links by @thephez in #940
  • build(deps): Bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 by @dependabot in #950
  • build(deps): Bump docker/setup-buildx-action from 3.3.0 to 3.7.1 by @dependabot in #949
  • build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.28.0 by @dependabot in #945
  • build(deps): Bump golang.org/x/term from 0.22.0 to 0.25.0 by @dependabot in #942
  • build(deps): Bump docker/build-push-action from 6.0.0 to 6.9.0 by @dependabot in #935
  • fix(metrics): num of validators that didn't sign is always 0 by @lklimek in #905
  • build(deps): go 1.23, mockery 2.46.2, golangci-lint 1.61 by @lklimek in #954
  • fix(consensus): we should panic if finalize block on apply commit fails by @lklimek in #966
  • chore(release): update changelog and bump version to 1.3.1 by @lklimek in #968

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Sep 11:04
4fe0a18
Compare
Choose a tag to compare

What's Changed

  • build(deps): go-deadlock to 0.3.5 to fix false positives by @lklimek in #906
  • fix(state): proposer selected twice when prev block round > 0 by @lklimek in #904
  • fix(rpc): panic on block_results when consensus params change by @lklimek in #923
  • chore(release): update changelog and bump version to 1.3.0 by @lklimek in #924

Full Changelog: v1.2.1...v1.3.0

v1.2.1

29 Aug 18:22
508d4fb
Compare
Choose a tag to compare

What's Changed

  • fix(node): genesis.json not loaded on restart before genesis block is mined by @lklimek in #892
  • fix(config): panic when loading invalid node key file by @lklimek in #888
  • build: bump git-cliff to 2.4 and remove history before 1.0 by @lklimek in #882
  • chore(release): update changelog and bump version to 1.2.1-dev.1 by @lklimek in #893
  • chore(release): update changelog and bump version to 1.2.1 by @lklimek in #894

Full Changelog: v1.2.0...v1.2.1

v1.2.1-dev.1

29 Aug 10:50
5bfd633
Compare
Choose a tag to compare
v1.2.1-dev.1 Pre-release
Pre-release

What's Changed

  • feat(config): configuration of deadlock detection by @lklimek in #880
  • fix(consensus): vote extensions verified multiple times by @lklimek in #867
  • chore(release): update changelog and bump version to 1.2.0 by @lklimek in #881
  • fix(node): genesis.json not loaded on restart before genesis block is mined by @lklimek in #892
  • fix(config): panic when loading invalid node key file by @lklimek in #888
  • build: bump git-cliff to 2.4 and remove history before 1.0 by @lklimek in #882
  • chore(release): update changelog and bump version to 1.2.1-dev.1 by @lklimek in #893

Full Changelog: v1.2.0-dev.3...v1.2.1-dev.1

v1.2.0

15 Aug 04:11
1c717ad
Compare
Choose a tag to compare

What's Changed

  • build: add signed binaries to releases by @lklimek in #854
  • fix(consensus): proposal not generated after waiting for last block time to pass by @lklimek in #849
  • chore(release): update changelog and bump version to 1.2.0-dev.1 by @lklimek in #858
  • build: dev releases fails due to invalid tags by @lklimek in #859
  • build: e2e tests fail due to lack of docker-compose command by @lklimek in #860
  • chore(release): update changelog and bump version to 1.2.0-dev.2 by @lklimek in #861
  • fix(consensus): msg queue is too small for mainnet by @lklimek in #863
  • chore: improve logs by @lklimek in #866
  • fix: non-active validators can't verify evidence signatures by @lklimek in #865
  • chore(release): update changelog and bump version to 1.2.0-dev.3 by @lklimek in #868
  • feat(config): configuration of deadlock detection by @lklimek in #880
  • fix(consensus): vote extensions verified multiple times by @lklimek in #867
  • chore(release): update changelog and bump version to 1.2.0 by @lklimek in #881

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

v1.2.0-dev.3

12 Aug 10:57
004cbbb
Compare
Choose a tag to compare
v1.2.0-dev.3 Pre-release
Pre-release

What's Changed

  • fix(consensus): msg queue is too small for mainnet by @lklimek in #863
  • chore: improve logs by @lklimek in #866
  • fix: non-active validators can't verify evidence signatures by @lklimek in #865
  • chore(release): update changelog and bump version to 1.2.0-dev.3 by @lklimek in #868

Full Changelog: v1.2.0-dev.2...v1.2.0-dev.3

v1.2.0-dev.2

05 Aug 10:33
aa6ee23
Compare
Choose a tag to compare
v1.2.0-dev.2 Pre-release
Pre-release

What's Changed

  • build: dev releases fails due to invalid tags by @lklimek in #859
  • build: e2e tests fail due to lack of docker-compose command by @lklimek in #860
  • chore(release): update changelog and bump version to 1.2.0-dev.2 by @lklimek in #861

Full Changelog: v1.2.0-dev.1...v1.2.0-dev.2

v1.2.0-dev.1

05 Aug 05:38
859482a
Compare
Choose a tag to compare
v1.2.0-dev.1 Pre-release
Pre-release

What's Changed

  • build: add signed binaries to releases by @lklimek in #854
  • fix(consensus): proposal not generated after waiting for last block time to pass by @lklimek in #849
  • chore(release): update changelog and bump version to 1.2.0-dev.1 by @lklimek in #858

Full Changelog: v1.1.0...v1.2.0-dev.1

v1.1.0

29 Jul 12:30
Compare
Choose a tag to compare

What's Changed

  • update changelog and version to 1.1.0
  • fix: validators form islands on genesis (#850)
  • feat(abci): allow overriding genesis time in InitChain (#847)
  • fix: active validators not always connected to each other (#844)
  • fix: address already in use (#845)
  • build(dependabot): run dependabot on default branch, not master (#843)
  • build(deps): Bump bufbuild/buf-setup-action from 1.33.0 to 1.35.0 (#841)
  • [breaking] feat!: replace dash core quorum sign with quorum platformsign (#828)

Full Changelog: v1.0.0...v1.1.0