Releases: dashpay/tenderdash
Releases · dashpay/tenderdash
v0.9.0-dev.1
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-rangeto be0by @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
What's Changed
- feat: allow
create-proof-block-rangeto be0by @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
refactor: logging locked round and block hash if needed to reset a lo…
v0.8.0-dev.9
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
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
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
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
BREAKING: This prerelease contains ABCI++. It requires major changes in ABCI Client app (Drive).
This release contains:
- new version of ABCI++ protocol
- backport of development version of Tendermint - up to commit tendermint/tendermint@6c40ad3
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
v0.8.0-dev.4
v0.8.0-dev.3
[0.8.0-dev.3] - 2022-04-22
Bug Fixes
- Use thread-safely way to get pro-tx-hash from peer-state (#344)
- Slightly modify a way of interacting with p2p channels in consensus reactor (#357)
- Remove select block to don't block sending a witness response (#336)
Documentation
- Fix broken markdown links (cherry-pick of #7847) (#7848)
- Remove spec section from v0.35 docs (#7899)
- Pin the RPC docs to v0.35 instead of master (backport #7909) (#7911)
- Redirect master links to the latest release version (backport #7936) (#7954)
- Fix cosmos theme version. (#7966)
- Point docs/master to the same content as the latest release (backport #7980) (#7998)
- Remove spec section from v0.35 docs (#7899)
Refactor
- Consolidate redundant code (#322)
Abci
- Revert buffer limit change (#7990)
Build
- Bump github.com/prometheus/client_golang (#7731)
- Bump github.com/gorilla/websocket from 1.4.2 to 1.5.0 (#7830)
- Bump github.com/golangci/golangci-lint (#7853)
Ci
- Fix super-linter configuration settings (backport #7708) (#7710)
- Fix super-linter configuration settings (backport #7708) (#7710)
Consensus
- Delay start of peer routines (backport of #7753) (#7760)
- Refactor operations in consensus queryMaj23Routine (backport #7791) (#7793)
- Additional timing metrics (backport #7849) (#7875)
- Additional timing metrics (backport #7849) (#7875)
Light
- Fix absence proof verification by light client (backport #7639) (#7716)
- Remove legacy timeout scheme (backport #7776) (#7786)
Mempool
- Return duplicate tx errors more consistently (backport #7714) (#7718)
P2p
- Backport changes in ping/pong tolerances (#8009)
- Retry failed connections slightly more aggressively (backport #8010) (#8012)
- Plumb rudamentary service discovery to rectors and update statesync (backport #8030) (#8036)
- Update shim to transfer information about peers (#8047)
- Plumb rudamentary service discovery to rectors and update statesync (backport #8030) (#8036)
- Update shim to transfer information about peers (#8047)
Proxy
- Fix endblock metric (#7989)
Rpc
- Fix layout of endpoint list (#7742) (#7744)
Statesync
- Assert app version matches (backport #7856) (#7886)
- Avoid compounding retry logic for fetching consensus parameters (backport #8032) (#8041)
- Assert app version matches (backport #7856) (#7886)
- Avoid compounding retry logic for fetching consensus parameters (backport #8032) (#8041)