Skip to content

Releases: dashpay/tenderdash

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

v0.9.0-dev.1

01 Sep 13:27
d64d3d1
Compare
Choose a tag to compare
v0.9.0-dev.1 Pre-release
Pre-release

What's Changed

  • 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

Full Changelog: v0.8.0-dev.6...v0.9.0-dev.1

v0.8.0-dev.10

16 Aug 12:59
53ef45f
Compare
Choose a tag to compare
v0.8.0-dev.10 Pre-release
Pre-release

What's Changed

  • 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

Full Changelog: v0.8.0-dev.9...v0.8.0-dev.10

v0.7.2-dev.1

15 Aug 12:35
Compare
Choose a tag to compare
v0.7.2-dev.1 Pre-release
Pre-release
refactor: logging locked round and block hash if needed to reset a lo…

v0.8.0-dev.9

11 Aug 13:23
4a5afcf
Compare
Choose a tag to compare
v0.8.0-dev.9 Pre-release
Pre-release

What's Changed

  • 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

Full Changelog: v0.8.0-dev.8...v0.8.0-dev.9

v0.8.0-dev.8

11 Aug 11:12
a2ae19b
Compare
Choose a tag to compare
v0.8.0-dev.8 Pre-release
Pre-release

What's Changed

  • chore(release): update changelog and bump version to 0.8.0-dev.8 by @shotonoff in #440

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

v0.8.0-dev.7

10 Aug 11:53
17e8664
Compare
Choose a tag to compare
v0.8.0-dev.7 Pre-release
Pre-release
Merge pull request #438 from dashevo/release_0.8.0-dev.7

chore(release): update changelog and bump version to 0.8.0-dev.7

v0.8.0-dev.6

15 Jul 08:48
8423b0b
Compare
Choose a tag to compare
v0.8.0-dev.6 Pre-release
Pre-release

What's Changed

  • test(cmd): use correct home path in TestRootConfig by @lklimek in #385
  • refactor(node): Simplify priv validator initialization logic by @lklimek in #383
  • 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

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

v0.8.0-dev.5

14 Jun 10:53
Compare
Choose a tag to compare
v0.8.0-dev.5 Pre-release
Pre-release

BREAKING: This prerelease contains ABCI++. It requires major changes in ABCI Client app (Drive).

This release contains:

This is a pre-release, and is expected to change.

What's Changed

  • build(ci): Update golangci-lint-action and golang-ci versions (backport from 0.8) by @lklimek in #329
  • fix(consensus): network stuck due to outdated proposal block by @lklimek in #327
  • fix: don't process WAL logs for old rounds by @shotonoff in #331
  • chore(release): update changelog and bump version to 0.7.1-dev.1 by @lklimek in #330
  • build(release): implement full release workflow in the release script (backport #332) by @lklimek in #345
  • chore(release): update changelog and bump version to 0.7.1 by @lklimek in #346
  • chore(release): update changelog and bump version to 0.7.1 by @lklimek in #349
  • chore: clone bls library if tenderdash is not tracked by git by @shotonoff in #355
  • 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
  • backport: merge result of tendermint/master with v0.8-dev by @shotonoff in #376
  • feat(abcidump): abcidump - tool to dump and parse communication between Drive and Tenderdash by @lklimek in #388
  • 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

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