Skip to content

Releases: dashpay/tenderdash

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

v0.12.0

23 May 11:52
90feab0
Compare
Choose a tag to compare

What's Changed

  • backport: catch up the recent commits from v0.11-dev into v0.12-dev by @shotonoff in #607
  • doc: improve protobuf documentation by @lklimek in #604
  • refactor: consensus state to fix deadlock by @shotonoff in #491
  • chore(release): update changelog and bump version to 0.12.0-dev.1 by @shotonoff in #608
  • fix(types): nil voteset panics in rest handler by @lklimek in #609
  • feat: use dashd-go 0.24.0 to support LLMQ type 6 (LLMQType_25_67) by @lklimek in #610
  • chore(release): update changelog and bump version to 0.12.0-dev.2 by @lklimek in #613
  • backport: backport changes from v0.11.0 to 0.12 by @lklimek in #621
  • test(types): sign_bytes tests synchronized with rs-tenderdash-abci by @lklimek in #623
  • fix(state)!: ProcessProposal should get CoreChainLockedHeight from block by @lklimek in #625
  • backport: catch up with the latest commits from v0.11 to v0.12 by @shotonoff in #631
  • backport: catch up the changes from v0.11 to v0.12 by @shotonoff in #636
  • chore(release): update changelog and bump version to 0.12.0 by @shotonoff in #637

Full Changelog: v0.11.2...v0.12.0

v0.11.2

03 May 07:17
63eeca3
Compare
Choose a tag to compare

Bug Fixes

  • Invalid threshold for LLMQType_25_67 (#628)

v0.11.1

02 May 18:40
c66cb52
Compare
Choose a tag to compare

Bug Fixes

  • Update missing quorum params (#626)

v0.12.0-dev.2

04 Apr 09:05
bcb623b
Compare
Choose a tag to compare
v0.12.0-dev.2 Pre-release
Pre-release

What's Changed

  • fix(types): nil voteset panics in rest handler by @lklimek in #609
  • feat: use dashd-go 0.24.0 to support LLMQ type 6 (LLMQType_25_67) by @lklimek in #610
  • chore(release): update changelog and bump version to 0.12.0-dev.2 by @lklimek in #613

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

v0.11.0

04 Apr 11:46
e893a63
Compare
Choose a tag to compare

This is a full release, containing multiple changes since last full release of v0.8.0.

Docker images

docker pull dashpay/tenderdash:0.11.0

What's Changed

  • chore(release): hide prereleases in full release changelog by @lklimek in #364
  • build(deps): Bump docker/build-push-action from 2.9.0 to 3.0.0 by @dependabot in #374
  • build(deps): Bump docker/login-action from 1.14.1 to 2.0.0 by @dependabot in #372
  • build(deps): Bump docker/setup-buildx-action from 1.6.0 to 2.0.0 by @dependabot in #373
  • build!: update golang to 1.18 by @lklimek in #365
  • build(deps): Bump actions/setup-go from 2 to 3.1.0 by @dependabot in #379
  • build(deps): Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 by @dependabot in #378
  • build(deps): Bump actions/setup-go from 3.1.0 to 3.2.0 by @dependabot in #390
  • build(deps): Bump github.com/golangci/golangci-lint from 1.46.0 to 1.46.2 by @dependabot in #386
  • test(cmd): use correct home path in TestRootConfig by @lklimek in #385
  • refactor(node): Simplify priv validator initialization logic by @lklimek in #383
  • backport: merge result of tendermint/master with v0.8-dev by @shotonoff in #376
  • backport: merge result of v0.9-dev with v0.8-dev by @shotonoff in #398
  • Backport-v0.7-dev to v0.8-dev by @lklimek in #399
  • chore(release): update changelog and bump version to 0.8.0-dev.5 by @lklimek in #401
  • fix(docker): downgrade alpine to 3.15 by @lklimek in #402
  • chore(release): update changelog and bump version to 0.8.0-dev.5 by @lklimek in #403
  • fix(release): release script tries to use non-existing file by @lklimek in #405
  • TD-77 vote extensions improvements by @shotonoff in #404
  • refactor(privval): DashCoreSignerClient should return correct private key by @lklimek in #407
  • refactor: improve vote-extensions feature by @shotonoff in #392
  • feat: add missed fields to RequestPrepareProposal and FinalizeBlock by @shotonoff in #410
  • fix: replace proposed-app-version on consensus-version by @shotonoff in #411
  • chore(release): update changelog and bump version to 0.8.0-dev.6 by @shotonoff in #417
  • build(deps): Bump actions/setup-go from 3.2.0 to 3.2.1 by @dependabot in #415
  • fix: check a receiver of ValidatorSet on nil by @shotonoff in #413
  • fix(e2e): invalid initial height in e2e vote extensions test by @lklimek in #419
  • chore(backport): allow create-proof-block-range to be 0 by @shotonoff in #449
  • chore(release): update changelog and bump version to 0.9.0-dev.1 by @shotonoff in #450
  • chore: update abci++ spec by @shotonoff in #414
  • backport: tendermint v0.36 by @shotonoff in #446
  • feat: add node's pro-tx-hash into a context by @shotonoff in #416
  • feat: same-block execution by @shotonoff in #418
  • chore: remove stateID from VoteSet and HeightVoteSet by @shotonoff in #455
  • doc(abci++): same-block execution docs and protobuf cleanup by @lklimek in #454
  • chore(release): update changelog and bump version to 0.10.0-dev.1 by @shotonoff in #456
  • chore: revert validateBlockTime by @shotonoff in #458
  • refactor(ci): enable building docker for develop branch by @shotonoff in #443
  • refactor: publish block events after block commit by @shotonoff in #459
  • refactor: handshake block-replay mechanism by @shotonoff in #460
  • refactor(kvstore): merge e2e app with kvstore and support same-block execution by @lklimek in #457
  • fix(consensus): TestReactorValidatorSetChanges by @shotonoff in #468
  • fix(state): don't increment proposer priority when processing InitChain response by @lklimek in #470
  • feat: implement import app-state in init-chain request by @shotonoff in #472
  • fix(types): invalid error msg when verifying val power in genesis doc by @lklimek in #476
  • feat(kvstore): consensus params updates support by @lklimek in #475
  • refactor: change a logic of usage CoreChainLockHeight by @shotonoff in #485
  • fix: revert ResponseCheckTx.info field and pass it to ResultBroadcastTx by @shotonoff in #488
  • fix(e2e): fix p2p deadlock by @shotonoff in #473
  • chore(release): update changelog and bump version to 0.10.0-dev.2 by @shotonoff in #489
  • fix(kvstore): abci Info() returns invalid height at genesis by @lklimek in #474
  • chore(state): improve validation of ResponsePrepare/ProcessProposal ExecTxResults by @lklimek in #477
  • build(deps): Bump actions/stale from 5 to 6 by @dependabot in #496
  • build(deps): Bump actions/setup-go from 3.2.1 to 3.3.1 by @dependabot in #494
  • build(deps): Bump bufbuild/buf-setup-action from 1.6.0 to 1.9.0 by @dependabot in #497
  • build(deps): Bump docker/setup-buildx-action from 2.0.0 to 2.2.1 by @dependabot in #493
  • build(deps): Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #495
  • build(github): remove unused nightly test runs by @lklimek in #499
  • test(consensus): skip broken PBTS tests by @lklimek in #500
  • refactor(config): remove PexReactor parameter from p2p config by @shotonoff in #490
  • feat(abci): Add round to Prepare/ProcessProposal, FinalizeBlock by @lklimek in #498
  • refactor: provide a current block commit with request finalize block request by @shotonoff in #501
  • feat: add core_chain_lock_update to RequestProcessProposal by @shotonoff in #492
  • chore(release): update changelog and bump version to 0.10.0-dev.3 by @shotonoff in #502
  • feat!: include state id in block signature by @lklimek in #478
  • chore(release): update changelog and bump version to 0.10.0-dev.4 by @shotonoff in #503
  • feat(abci)!: put full block in RequestFinalizeBlock by @shotonoff in #505
  • refactor: make all genesis-doc fields (except chain_id) optional by @shotonoff in #506
  • build(github): save e2e failure logs as artifact by @lklimek in #508
  • build(deps): Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #504
  • fix(e2e): catchup round number is not correct by @lklimek in #507
  • chore(release): update changelog and bump version to 0.10.0-dev.5 by @shotonoff in #511
  • 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
  • chore(backport): Backport v0.8 to v0.10 by @lklimek in #521
  • chore(types)!: rename genesis.js...
Read more

v0.12.0-dev.1

17 Mar 12:52
bda5e7b
Compare
Choose a tag to compare
v0.12.0-dev.1 Pre-release
Pre-release

What's Changed

  • backport: v0.10 to v0.11 by @shotonoff in #596
  • chore: add quote to CGO variables in Makefile by @shotonoff in #597
  • refactor: introduce p2p proto Envelope as a wrapper for p2p messages by @shotonoff in #598
  • fix(docker): replace tenderdash init single with tenderdash init validator by @lklimek in #599
  • fix(merkle): broken error handling in ValueOp (VSA-2022-100) by @lklimek in #601
  • test: fix TestMakeHTTPDialerURL by @shotonoff in #605
  • backport: catch up the recent commits from v0.11-dev into v0.12-dev by @shotonoff in #607
  • doc: improve protobuf documentation by @lklimek in #604
  • refactor: consensus state to fix deadlock by @shotonoff in #491
  • chore(release): update changelog and bump version to 0.12.0-dev.1 by @shotonoff in #608

Full Changelog: v0.11.0-dev.4...v0.12.0-dev.1

v0.11.0-dev.4

22 Feb 16:46
b92950a
Compare
Choose a tag to compare
v0.11.0-dev.4 Pre-release
Pre-release
chore(release): update changelog and version to 0.11.0-dev.4 (#593)

v0.10.0-dev.11

22 Feb 14:11
5dbd602
Compare
Choose a tag to compare
v0.10.0-dev.11 Pre-release
Pre-release

What's Changed

  • refactor: use llmq.Validate function to validate llmq type by @shotonoff in #590
  • chore(release): update changelog and bump version to 0.10.0-dev.11 by @shotonoff in #591

Full Changelog: v0.10.0-dev.10...v0.10.0-dev.11

v0.10.0-dev.10

22 Feb 12:03
2c644d5
Compare
Choose a tag to compare
v0.10.0-dev.10 Pre-release
Pre-release

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