Skip to content

Releases: dashpay/tenderdash

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

v0.13.2

09 Oct 10:00
49eec7d
Compare
Choose a tag to compare

What's Changed

  • chore: fix history by merging master back into v0.13 by @lklimek in #692
  • backport: log-file-path setting does not work (#691) by @lklimek in #693
  • chore(release): update changelog and bump version to 0.13.2 by @lklimek in #694

Full Changelog: v0.13.1...v0.13.2

v0.13.1

14 Sep 14:05
d98719c
Compare
Choose a tag to compare

What's Changed

  • fix(evidence): send evidence only once by @lklimek in #683
  • fix: panic verifying evidence due to missing pubkey by @lklimek in #684
  • chore(release): release version 0.13.1 by @lklimek in #685

Full Changelog: v0.13.0...v0.13.1

v0.13.0

13 Sep 11:18
205a8d6
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump github/super-linter from 4 to 5 by @dependabot in #624
  • fix: update quorum params by @shotonoff in #626
  • chore(release): update changelog and bump version to 0.11.1 by @shotonoff in #627
  • fix!: invalid threshold for LLMQType_25_67 by @shumkov in #628
  • chore: catch up the changes from master into v0.11 dev by @shotonoff in #629
  • chore(release): update changelog and bump version to 0.11.2 by @shotonoff in #630
  • feat: add ability to write logs in a file by @shotonoff in #632
  • chore(release): update changelog and bump version to 0.12.0 by @shotonoff in #637
  • fix(proto)!: remove unused SIGNED_MSG_TYPE_COMMIT by @lklimek in #638
  • fix!: use millisecond resolution of block time by @lklimek in #650
  • chore(release): update changelog and bump version to 0.13.0-dev.1 by @lklimek in #651
  • fix(github): Release Docker image high cpu load due to deadlock detection by @lklimek in #652
  • chore(release): update changelog and bump version to 0.11.3 by @lklimek in #653
  • chore: port v0.11.3 to 0.12 by @lklimek in #654
  • feat(statesync): implement statesync spec for the new approach by @shotonoff in #663
  • chore(release): update changelog and bump version to 0.13.0-dev.2 by @shotonoff in #664
  • feat: add wait for masternode-status "ready" by @shotonoff in #659
  • refactor(statesync): implement statesync peer manager by @shotonoff in #648
  • refactor(blocksync): migrate peer-manager on generic store by @shotonoff in #666
  • refactor: change go module to dashpay/tenderdash by @shotonoff in #670
  • fix(consensus): PrepareProposal should not be called during replay by @lklimek in #678
  • chore(consensus): improve logs by @lklimek in #679
  • build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #676
  • chore: merge v0.12-dev into v0.13-dev by @lklimek in #681
  • chore(release): Release Tenderdash v0.13.0 by @lklimek in #682

Full Changelog: v0.12.0...v0.13.0

v0.13.0-dev.2

19 Jul 16:12
fe76d28
Compare
Choose a tag to compare
v0.13.0-dev.2 Pre-release
Pre-release

What's Changed

  • feat(statesync): implement statesync spec for the new approach by @shotonoff in #663
  • chore(release): update changelog and bump version to 0.13.0-dev.2 by @shotonoff in #664

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

v0.11.3

29 Jun 13:37
Compare
Choose a tag to compare

What's Changed

  • chore: catch up the changes from master into v0.11 dev by @shotonoff in #629
  • feat: add ability to write logs in a file by @shotonoff in #632
  • fix(github): Release Docker image high cpu load due to deadlock detection by @lklimek in #652
  • chore(release): update changelog and bump version to 0.11.3 by @lklimek in #653

Full Changelog: v0.11.2...v0.11.3

v0.13.0-dev.1

28 Jun 12:08
6cf43f7
Compare
Choose a tag to compare
v0.13.0-dev.1 Pre-release
Pre-release

What's Changed

  • fix(proto)!: remove unused SIGNED_MSG_TYPE_COMMIT by @lklimek in #638
  • fix!: use millisecond resolution of block time by @lklimek in #650
  • chore(release): update changelog and bump version to 0.13.0-dev.1 by @lklimek in #651

Full Changelog: v0.12.0...v0.13.0-dev.1