Skip to content

Releases: dashpay/tenderdash

v0.11.0-dev.2

15 Feb 09:38
0c35d04
Compare
Choose a tag to compare
v0.11.0-dev.2 Pre-release
Pre-release
chore(release): update changelog and version to 0.11.0-dev.2 (#583)

v0.10.0-dev.9

10 Feb 13:40
75ce3ce
Compare
Choose a tag to compare
v0.10.0-dev.9 Pre-release
Pre-release

This is a bugfix release with one breaking change

Docker images

docker pull dashpay/tenderdash:0.10.0-dev.9

Breaking changes

  • quorum-type in config was deprecated and replaced with respective genesis file setting #570

What's Changed

See https://github.com/dashpay/tenderdash/blob/v0.10.0-dev.9/CHANGELOG.md

Diff: v0.10.0-dev.8...v0.10.0-dev.9

v0.10.0-dev.8

16 Jan 14:59
aac082f
Compare
Choose a tag to compare
v0.10.0-dev.8 Pre-release
Pre-release

This release contains breaking changes in protobuf definitions.

Docker images

Breaking changes

It contains the following breaking changes:

  • [breaking] Cleanup protobuf definitions and reorganize fields (#552):
    • protobuf definitions were changed in a non-backward compatible manner, including field order
    • clients need to regenerate their protobuf code
    • ABCI protobuf message ExtendedCommitInfo was removed. Use CommitInfo instead.
  • [breaking] Verify next consensus params between nodes (#550)
    • changed the way header hash is calculated - added new field; affects block ID generation
  • Block version incremented from 11 to 12

What's Changed

  • fix(consensus): ensure process proposal runs on complete proposal by @lklimek in #538
  • test(e2e): fix Index out of bounds on "runner logs" by @lklimek in #537
  • fix(statesync): peer notifications should be async to avoid deadlock in PeerUp by @lklimek in #509
  • build(deps): Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #544
  • build(deps): Bump actions/stale from 6 to 7 by @dependabot in #543
  • build(deps): Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #542
  • build(deps): Bump bufbuild/buf-setup-action from 1.10.0 to 1.11.0 by @dependabot in #541
  • refactor: use logger for log printing by @shotonoff in #545
  • build(github): use ubuntu 20.04 in github workflows by @lklimek in #547
  • fix: improve flaky TestWALRoundsSkipper by @shotonoff in #539
  • refactor: blocksync.bpRequester should stop procedure if block was received by @shotonoff in #546
  • build: enable deadlock detection on -dev docker images by @lklimek in #540
  • fix: flaky TestReactor_Backfill test by @shotonoff in #549
  • feat!: verify next consensus params between nodes by @lklimek in #550
  • refactor(proto)!: cleanup protobuf definitions and reorganize fields by @lklimek in #552
  • feat(abci): add quorum hash to RequestPrepare/ProcessProposal by @lklimek in #553
  • chore(release): update changelog and bump version to 0.10.0-dev.8 by @lklimek in #554

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

v0.10.0-dev.7

20 Dec 16:40
427a717
Compare
Choose a tag to compare
v0.10.0-dev.7 Pre-release
Pre-release

This release adds two new configuration options to [p2p] section of config file: max-incoming-connection-time and incoming-connection-window.

What's Changed

  • fix(p2p): decrease log verbosity by logging send/recv logs on trace level by @lklimek in #533
  • fix(consensus): ensure process proposal was called on commit processing by @lklimek in #534
  • feat(p2p): Seed connectivity tuning options: max-incoming-connection-time, incoming-connection-window by @lklimek in #532
  • build(release): improve release script by @lklimek in #522
  • chore(release): update changelog and bump version to 0.10.0-dev.7 by @lklimek in #536

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

Docker images

v0.11.0-dev.1

15 Dec 16:00
6abad21
Compare
Choose a tag to compare
v0.11.0-dev.1 Pre-release
Pre-release

What's Changed

  • feat: upgrade bls library to version 1 by @shotonoff in #224
  • backport: catch up on the latest changes from v0.10 by @shotonoff in #529
  • chore(release): update changelog and bump version to 0.11.0-dev.1 by @shotonoff in #530

Full Changelog: v0.10.0-dev.6...0.11.0-dev.1

v0.10.0-dev.6

15 Dec 11:49
eac9e89
Compare
Choose a tag to compare
v0.10.0-dev.6 Pre-release
Pre-release

This release has some breaking changes:

  • [breaking] Rename genesis.json quorum fields (#515)
  • [breaking] Remove Snapshot.core_chain_locked_height (#527)

Docker images:

What's Changed

  • fix: don't use genesis last-block-time for a height is equal initial-height by @shotonoff in #437
  • chore(release): update changelog and bump version to 0.8.0-dev.7 by @shotonoff in #438
  • chore(release): update changelog and bump version to 0.8.0-dev.8 by @shotonoff in #440
  • chore: update alpine image version by @shotonoff in #439
  • chore(release): update changelog and bump version to 0.8.0-dev.9 by @shotonoff in #441
  • feat: allow create-proof-block-range to be 0 by @shotonoff in #444
  • chore(release): update changelog and bump version to 0.8.0-dev.10 by @shotonoff in #445
  • Test: add deadlock detection with go-deadlock by @lklimek in #471
  • refactor(consensus): optimize initialize priv-validator by @shotonoff in #512
  • fix(consensus): commits received during state sync are lost by @lklimek in #513
  • fix(statesync): statesync stops the node when light block request fails by @lklimek in #514
  • build(release): improve release script for v0.8 by @lklimek in #520
  • chore(release): update changelog and bump version to 0.8.0 by @lklimek in #517
  • chore(backport): Backport v0.8 to v0.10 by @lklimek in #521
  • chore(types)!: rename genesis.json quorum fields by @lklimek in #515
  • fix(consensus): ProcessProposal executed twice for a block by @lklimek in #516
  • build(deps): Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #524
  • build(deps): Bump bufbuild/buf-setup-action from 1.9.0 to 1.10.0 by @dependabot in #525
  • fix(consensus): proposer-based timestamp broken during backport by @lklimek in #523
  • chore(abci)!: remove Snapshot.core_chain_locked_height by @lklimek in #527
  • fix(wal): improve wal replay mechanism by @shotonoff in #510
  • chore(release): update changelog and bump version to 0.10.0-dev.6 by @lklimek in #526

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

v0.8.0

07 Dec 08:37
a94d6ba
Compare
Choose a tag to compare

This release is required by Dash Platform v0.23.

Changelog: https://github.com/dashpay/tenderdash/blob/v0.8.0/CHANGELOG.md

Diff: v0.7.1...v0.8.0

v0.10.0-dev.5

23 Nov 09:25
43957dd
Compare
Choose a tag to compare
v0.10.0-dev.5 Pre-release
Pre-release
chore(release): update changelog and version to 0.10.0-dev.5 (#511)

v0.10.0-dev.4

11 Nov 15:05
1441427
Compare
Choose a tag to compare
v0.10.0-dev.4 Pre-release
Pre-release
chore(release): update changelog and version to 0.10.0-dev.4 (#503)

v0.10.0-dev.1

09 Sep 14:41
69306bd
Compare
Choose a tag to compare
v0.10.0-dev.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.0-dev.1...v0.10.0-dev.1