Releases: dashpay/tenderdash
v0.10.0-dev.10
What's Changed
- fix(build): docker tag is invalid for empty input.tag by @lklimek in #580
- chore: bump up dashd-go version to v0.23.6 by @shotonoff in #587
- chore(release): update changelog and bump version to 0.10.0-dev.10 by @shotonoff in #588
Full Changelog: v0.10.0-dev.9...v0.10.0-dev.10
v0.11.0-dev.3
What's Changed
- backport: catch up the latest changes from v0.10 to v0.11 by @shotonoff in #585
- fix: signature verification by @shotonoff in #584
- chore(release): update changelog and bump version to 0.11.0-dev.3 by @shotonoff in #586
Full Changelog: v0.11.0-dev.2...v0.11.0-dev.3
v0.11.0-dev.2
chore(release): update changelog and version to 0.11.0-dev.2 (#583)
v0.10.0-dev.9
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
v0.10.0-dev.8
This release contains breaking changes in protobuf definitions.
Docker images
- c7993dbd8d93 linux/amd64
- 78c453eb8b93 linux/arm64
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
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
- f414739e8ec1 linux/amd64
- f9e57174027a linux/arm64
v0.11.0-dev.1
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
This release has some breaking changes:
- [breaking] Rename genesis.json quorum fields (#515)
- [breaking] Remove Snapshot.core_chain_locked_height (#527)
Docker images:
- linux/amd64: c39413369721
- linux/arm64: 5211312b2e9b
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 be0
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
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
chore(release): update changelog and version to 0.10.0-dev.5 (#511)