Skip to content

Releases: dashpay/tenderdash

v0.14.0-dev.8

20 May 13:41
3fc4d5a
Compare
Choose a tag to compare
v0.14.0-dev.8 Pre-release
Pre-release

ABCISemVer = "0.27.0"

What's Changed

  • fix(mempool)!: limit mempool gossip rate on a per-peer basis by @lklimek in #787
  • chore(log): add Warn log level and decrease verbosity of some logs by @lklimek in #790
  • chore(types): detect quorum hash mismatch when verifying commit by @lklimek in #791
  • chore(release): update changelog and bump version to 0.14.0-dev.8 by @lklimek in #792

Full Changelog: v0.14.0-dev.7...v0.14.0-dev.8

v0.14.0-dev.7

17 May 12:59
37b0cdd
Compare
Choose a tag to compare
v0.14.0-dev.7 Pre-release
Pre-release

ABCISemVer = "0.27.0"

What's Changed

  • build(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 by @dependabot in #784
  • build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #783
  • build(deps): Bump bufbuild/buf-setup-action from 1.30.1 to 1.31.0 by @dependabot in #780
  • fix(config): ignore abci section on seeds by @lklimek in #785
  • build(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in #788
  • fix(types): abci valset update abci does not need a public key on replay by @lklimek in #786
  • chore(release): update changelog and bump version to 0.14.0-dev.7 by @lklimek in #789

Full Changelog: v0.14.0-dev.6...v0.14.0-dev.7

v0.14.0-dev.6

22 Apr 10:04
e9e3aca
Compare
Choose a tag to compare
v0.14.0-dev.6 Pre-release
Pre-release

ABCISemVer = "0.27.0"

What's Changed

  • test(consensus): fix flaky TestEmitNewValidBlockEventOnCommitWithoutBlock by @lklimek in #772
  • test(statesync): fix flaky TestReactor_Backfill by @lklimek in #773
  • fix(state): handle ValidatorSetUpdate with no validator changes by @lklimek in #774
  • build(deps): Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by @dependabot in #776
  • build(deps): Bump bufbuild/buf-setup-action from 1.30.0 to 1.30.1 by @dependabot in #777
  • feat(abciclient)!: limit concurrent gRPC connections by @lklimek in #775
  • chore(release): update changelog and bump version to 0.14.0-dev.6 by @lklimek in #778

Full Changelog: v0.14.0-dev.5...v0.14.0-dev.6

v0.14.0-dev.5

27 Mar 17:03
333406b
Compare
Choose a tag to compare
v0.14.0-dev.5 Pre-release
Pre-release

ABCI Version: 0.27.0

What's Changed

  • fix(types): don't log all txs in block by @lklimek in #764
  • build(deps): Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in #765
  • build(deps): Bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in #767
  • build(deps): Bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in #766
  • test(consensus): fix flaky TestTooFarInTheFutureProposal by @lklimek in #768
  • refactor(abci)!: move Events from FinalizeBlock to ResponseProcessProposal by @lklimek in #770
  • feat(abci): proposer-based app version by @lklimek in #769
  • chore(release): update changelog and bump version to 0.14.0-dev.5 by @lklimek in #771

Full Changelog: v0.14.0-dev.4...v0.14.0-dev.5

v0.14.0-dev.4

13 Mar 14:08
da52026
Compare
Choose a tag to compare
v0.14.0-dev.4 Pre-release
Pre-release

ABCISemVer = "0.26.1"

What's Changed

  • build(deps): Bump docker/build-push-action from 5.0.0 to 5.2.0 by @dependabot in #756
  • build(deps): Bump bufbuild/buf-setup-action from 1.29.0 to 1.30.0 by @dependabot in #757
  • feat(config): allow configuration of check TX timeout for rpc and p2p tx broadcast by @lklimek in #750
  • refactor(config)!: remove deprecated timeouts from config by @lklimek in #755
  • refactor(consensus): remove not needed commit timeout and unused LastPrecommits by @lklimek in #751
  • feat(p2p): channel enqueue timeout and improved router cleanup by @lklimek in #754
  • feat(p2p): channels with limit of send and recv rate by @lklimek in #753
  • test(abciclient): add parallel grpc execution test by @lklimek in #758
  • refactor(p2p): tune channel priorities and move channel definitions to p2p/channel_params.go by @lklimek in #759
  • fix(mempool): cancel previous mempool run when starting new one by @lklimek in #760
  • fix(consensus): valid/locked block incorrectly marked as not timely by @lklimek in #762
  • refactor(mempool): use tmsync.Waker when txs are available by @lklimek in #761
  • chore: minor improvements: logging, comments, locks by @lklimek in #726
  • chore(release): update changelog and bump version to 0.14.0-dev.4 by @lklimek in #763

Full Changelog: v0.14.0-dev.3...v0.14.0-dev.4

v0.14.0-dev.3

07 Mar 13:48
688ee3e
Compare
Choose a tag to compare
v0.14.0-dev.3 Pre-release
Pre-release

ABCI version: 0.26.0

What's Changed

  • build: simplify build process by @lklimek in #732
  • build: fix docker platforms for releases by @lklimek in #733
  • fix: race condition when adding new channel to NodeInfo by @lklimek in #735
  • refactor(types): remove QuorumSingsVerifier by @lklimek in #727
  • chore(github): update CODEOWNERS by @lklimek in #736
  • build(deps): Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #738
  • chore(abci)!: remove ExecTxResult.GasWanted by @lklimek in #740
  • build(deps): bump go to 1.22, alpine to 3.19, mockery to 2.41.0 by @lklimek in #741
  • chore: regenerate mocks by @lklimek in #744
  • feat(Docker): env var ABCI changes abci option in config.toml by @lklimek in #742
  • build(deps): Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in #746
  • fix!: e2e tests are flaky due to slow app state processing by @lklimek in #745
  • fix(libs): go-deadlock slows down clist by @lklimek in #747
  • feat(abciclient): route abci requests depending on request type by @lklimek in #734
  • feat(proxy): add request result to prometheus stats by @lklimek in #743
  • refactor(mempool): relaxed locking of mempool by @lklimek in #737
  • chore: fix linter warnings in v0.14-dev by @lklimek in #748
  • feat(abciclient): support timeouts in abci calls by @lklimek in #749
  • chore(release): update changelog and bump version to 0.14.0-dev.3 by @lklimek in #752

Full Changelog: v0.14.0-dev.2...v0.14.0-dev.3

v0.14.0-dev.2

31 Jan 11:21
9fc725f
Compare
Choose a tag to compare
v0.14.0-dev.2 Pre-release
Pre-release

This version adds new vote extenison type THRESHOLD_RAW, used by Platform's withdrawal logic.

What's Changed

  • build(deps): Bump actions/download-artifact from 3 to 4 by @dependabot in #720
  • build(deps): Bump actions/upload-artifact from 3 to 4 by @dependabot in #719
  • fix: panic in ordered_map Key() by @lklimek in #721
  • build: manual docker image build platform selection by @lklimek in #722
  • build(deps): Bump bufbuild/buf-setup-action from 1.27.0 to 1.29.0 by @dependabot in #729
  • build(deps): Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 by @dependabot in #728
  • chore: fix linter issues by @lklimek in #730
  • feat: new vote extenison type THRESHOLD_RAW by @lklimek in #715
  • chore(release): update changelog and bump version to 0.14.0-dev.2 by @lklimek in #731

Full Changelog: v0.14.0-dev.1...v0.14.0-dev.2

v0.14.0-dev.1

18 Dec 16:43
2913f54
Compare
Choose a tag to compare
v0.14.0-dev.1 Pre-release
Pre-release

What's Changed

  • build(deps): Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #689
  • build(deps): Bump docker/metadata-action from 3 to 5 by @dependabot in #686
  • build(deps): Bump docker/login-action from 2.0.0 to 3.0.0 by @dependabot in #688
  • build(deps): Bump docker/build-push-action from 4.0.0 to 5.0.0 by @dependabot in #680
  • build(deps): Bump docker/setup-buildx-action from 2.4.1 to 3.0.0 by @dependabot in #687
  • fix: log-file-path setting does not work by @lklimek in #691
  • build(deps): Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.0 by @dependabot in #696
  • build(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.27.0 by @dependabot in #695
  • build(deps): Bump actions/setup-go from 3.5.0 to 5.0.0 by @dependabot in #713
  • build(deps): Bump actions/stale from 7 to 9 by @dependabot in #714
  • build(deps): update golang to 1.21 by @lklimek in #716
  • chore: port 0.13.4 to 0.14-dev by @lklimek in #712
  • feat: allow delaying transactions in ResponsePrepareProposal by @lklimek in #717
  • chore(release): update changelog and bump version to 0.14.0-dev.1 by @lklimek in #718

Breaking changes

ABCI data structures changed

Full Changelog: v0.13.4...v0.14.0-dev.1

v0.13.4

11 Dec 14:01
82f3bfc
Compare
Choose a tag to compare

What's Changed

  • fix: ordered map race condition by @lklimek in #708
  • perf: increase web socket channels capacity by @lklimek in #709
  • chore(release): update changelog and bump version to 0.13.4 by @lklimek in #710

Full Changelog: v0.13.3...v0.13.4

v0.13.3

16 Oct 15:18
b767c5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.2...v0.13.3