Releases: dashpay/tenderdash
Releases · dashpay/tenderdash
v0.7.0-dev.2: Inter-validator-Set messaging RC2
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
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
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
What's Changed
- feat!: proposed app version by @shumkov in #148
- feat(rpc): info field with arbitrary data to ResultBroadcastTx by @shotonoff in #153
- removed armor lib by @QuantumExplorer in #154
- fix: Consensus Test -> Simulate Validator Changes by @iammadab in #152
- feat: add ProposedBlockTimeWindow in a config by @shotonoff in #158
- fix: amd64 build and arm build ci by @iammadab in #160
- fix: state sync hangs when trying to retrieve AppHash by @lklimek in #161
- build: make debugging of e2e docker apps easier by @lklimek in #163
- fix: test (00) and test (03) in Test Coverage - CI by @iammadab in #164
- backport p2p fix: potential race condition in p2p reactor and switch by @lklimek in #169
- fix: changed test exception for test_abci_cli by @iammadab in #170
- fix: fixing app to pass the e2e tests by @shotonoff in #166
- fix: avoid potential race conditions in PersistentKVStoreApplication by @shotonoff in #176
- test: fix test_apps tests by @iammadab in #180
- chore(release): bump version to 0.6.0 by @shumkov in #185
Tenderdash v0.6.0-dev.2
feat(rpc): info field with arbitrary data to ResultBroadcastTx
Tenderdash v0.6.0-dev.1
chore(release): bump tenderdash version to 0.6.0-dev.1
Tenderdash v0.5.13-dev.1
Changed Logging for adding vote.
Tenderdash v0.5.12-dev.1
comment update
Tenderdash v0.5.11-dev.4
improved logging, verification of threshold signatures immediately af…
Tenderdash v0.5.11-dev.3
small fix