Skip to content

Releases: dashpay/tenderdash

v0.7.0-dev.2: Inter-validator-Set messaging RC2

22 Nov 10:36
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/lib/pq from 1.10.3 to 1.10.4 by @dependabot in #211
  • build(e2e): run e2e tests in parallel by @lklimek in #210
  • fix(selectpeers): add fallback for less than 5 validators by @lklimek in #209
  • Backport the commit b69ac23 from v.34.12 by @shotonoff in #204
  • build(deps): bump technote-space/get-diff-action from 5.0.1 to 5.0.2 by @dependabot in #215
  • docs(e2e): update e2e doc how to keep validators public keys at full node by @shotonoff in #207
  • fix: panic on precommits does not have any +2/3 votes by @lklimek in #217

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

v0.7.0-dev.1: Inter-validator-Set messaging

05 Nov 10:05
764b1c7
Compare
Choose a tag to compare

This is a development pre-release with Inter-Validator Set direct messaging and many other improvements and bug fixes.

Docker image published at Docker Hub: docker pull dashpay/tenderdash:0.7.0-dev.1

What's Changed

  • doc(adr): Inter Validator Set Messaging by @lklimek in #171
  • Bump actions/stale from 3 to 4 by @dependabot in #134
  • Bump gaurav-nelson/github-action-markdown-link-check from 1.0.8 to 1.0.13 by @dependabot in #128
  • build(deps): Bump rtCamp/action-slack-notify from 2.1.1 to 2.2.0 by @dependabot in #92
  • Bump actions/github-script from 4.1 to 5 by @dependabot in #167
  • doc: Validation of StateID by @lklimek in #178
  • test: fix core chainlock data race by @iammadab in #189
  • build: fix proto lint step by @lklimek in #190
  • Wisdom/backport v0.34.12 v0.34.13 by @iammadab in #182
  • Backport the psql indexer into v0.34.x (#6906) by @iammadab in #192
  • fix: seeds should try to reconnect to another seed when they get disconnected from the whole network by @lklimek in #198
  • fix(light client): panic when empty commit is received from server by @lklimek in #196
  • build: backport proto lint improvement by @lklimek in #201
  • Backport 0.6.1-dev.1 to 0.7-dev by @lklimek in #199
  • e2e: Ability to extract and analyze core dumps by @lklimek in #197
  • fix(pex): ensure seed at least once connects to another seed by @lklimek in #200
  • fix: update github e2e hooks to support dashcore testnet by @shotonoff in #202
  • build: github workflows: fix dependabot and code coverage by @lklimek in #191
  • build(deps): bump github.com/adlio/schema from 1.1.13 to 1.1.14 by @dependabot in #193
  • feat: select validators to connect directly using algorithm from DIP-6 by @lklimek in #195
  • backport(test): persistent KV store DB not closed correctly by @lklimek in #205
  • feat: inter-validator set communication (TD-30 / TD-10) by @lklimek in #187

Full Changelog: v0.6.0...v0.7.0-dev.1

Tenderdash v0.6.1-dev.1 bugfix pre-release

27 Oct 09:11
cd20b49
Compare
Choose a tag to compare

What's Changed

  • fix: seeds should try to reconnect to another seed when they get disconnected from the whole network by @lklimek in #198
  • fix(light client): panic when empty commit is received from server by @lklimek in #196

Full Changelog: v0.6.0...v0.6.1-dev.1

Tenderdash v0.6.0

14 Oct 13:32
Compare
Choose a tag to compare

What's Changed

Tenderdash v0.6.0-dev.2

10 Sep 17:23
888c527
Compare
Choose a tag to compare
Pre-release
feat(rpc): info field with arbitrary data to ResultBroadcastTx

Tenderdash v0.6.0-dev.1

19 Aug 15:31
Compare
Choose a tag to compare
Pre-release
chore(release): bump tenderdash version to 0.6.0-dev.1

Tenderdash v0.5.13-dev.1

12 Aug 16:48
Compare
Choose a tag to compare
Pre-release

Changed Logging for adding vote.

Tenderdash v0.5.12-dev.1

06 Aug 09:40
Compare
Choose a tag to compare
Pre-release
comment update

Tenderdash v0.5.11-dev.4

31 Jul 19:22
Compare
Choose a tag to compare
Pre-release
improved logging, verification of threshold signatures immediately af…

Tenderdash v0.5.11-dev.3

30 Jul 08:01
Compare
Choose a tag to compare
Pre-release
small fix