Releases: dashpay/tenderdash
Releases · dashpay/tenderdash
v0.14.0-dev.3
ABCI version: 0.26.0
What's Changed
- build: simplify build process by @lklimek in #732
- build: fix docker platforms for releases by @lklimek in #733
- fix: race condition when adding new channel to NodeInfo by @lklimek in #735
- refactor(types): remove QuorumSingsVerifier by @lklimek in #727
- chore(github): update CODEOWNERS by @lklimek in #736
- build(deps): Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #738
- chore(abci)!: remove ExecTxResult.GasWanted by @lklimek in #740
- build(deps): bump go to 1.22, alpine to 3.19, mockery to 2.41.0 by @lklimek in #741
- chore: regenerate mocks by @lklimek in #744
- feat(Docker): env var ABCI changes abci option in config.toml by @lklimek in #742
- build(deps): Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in #746
- fix!: e2e tests are flaky due to slow app state processing by @lklimek in #745
- fix(libs): go-deadlock slows down clist by @lklimek in #747
- feat(abciclient): route abci requests depending on request type by @lklimek in #734
- feat(proxy): add request result to prometheus stats by @lklimek in #743
- refactor(mempool): relaxed locking of mempool by @lklimek in #737
- chore: fix linter warnings in v0.14-dev by @lklimek in #748
- feat(abciclient): support timeouts in abci calls by @lklimek in #749
- chore(release): update changelog and bump version to 0.14.0-dev.3 by @lklimek in #752
Full Changelog: v0.14.0-dev.2...v0.14.0-dev.3
v0.14.0-dev.2
This version adds new vote extenison type THRESHOLD_RAW, used by Platform's withdrawal logic.
What's Changed
- build(deps): Bump actions/download-artifact from 3 to 4 by @dependabot in #720
- build(deps): Bump actions/upload-artifact from 3 to 4 by @dependabot in #719
- fix: panic in ordered_map Key() by @lklimek in #721
- build: manual docker image build platform selection by @lklimek in #722
- build(deps): Bump bufbuild/buf-setup-action from 1.27.0 to 1.29.0 by @dependabot in #729
- build(deps): Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 by @dependabot in #728
- chore: fix linter issues by @lklimek in #730
- feat: new vote extenison type THRESHOLD_RAW by @lklimek in #715
- chore(release): update changelog and bump version to 0.14.0-dev.2 by @lklimek in #731
Full Changelog: v0.14.0-dev.1...v0.14.0-dev.2
v0.14.0-dev.1
What's Changed
- build(deps): Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #689
- build(deps): Bump docker/metadata-action from 3 to 5 by @dependabot in #686
- build(deps): Bump docker/login-action from 2.0.0 to 3.0.0 by @dependabot in #688
- build(deps): Bump docker/build-push-action from 4.0.0 to 5.0.0 by @dependabot in #680
- build(deps): Bump docker/setup-buildx-action from 2.4.1 to 3.0.0 by @dependabot in #687
- fix: log-file-path setting does not work by @lklimek in #691
- build(deps): Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.0 by @dependabot in #696
- build(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.27.0 by @dependabot in #695
- build(deps): Bump actions/setup-go from 3.5.0 to 5.0.0 by @dependabot in #713
- build(deps): Bump actions/stale from 7 to 9 by @dependabot in #714
- build(deps): update golang to 1.21 by @lklimek in #716
- chore: port 0.13.4 to 0.14-dev by @lklimek in #712
- feat: allow delaying transactions in ResponsePrepareProposal by @lklimek in #717
- chore(release): update changelog and bump version to 0.14.0-dev.1 by @lklimek in #718
Breaking changes
ABCI data structures changed
Full Changelog: v0.13.4...v0.14.0-dev.1
v0.13.4
v0.13.3
What's Changed
- fix: issue with GMP not properly being linked on mac by @QuantumExplorer in #698
- fix: always propose with current app version by @QuantumExplorer in #697
- chore(release): update changelog and bump version to 0.13.3 by @lklimek in #699
Full Changelog: v0.13.2...v0.13.3
v0.13.2
v0.13.1
v0.13.0
What's Changed
- build(deps): Bump github/super-linter from 4 to 5 by @dependabot in #624
- fix: update quorum params by @shotonoff in #626
- chore(release): update changelog and bump version to 0.11.1 by @shotonoff in #627
- fix!: invalid threshold for LLMQType_25_67 by @shumkov in #628
- chore: catch up the changes from master into v0.11 dev by @shotonoff in #629
- chore(release): update changelog and bump version to 0.11.2 by @shotonoff in #630
- feat: add ability to write logs in a file by @shotonoff in #632
- chore(release): update changelog and bump version to 0.12.0 by @shotonoff in #637
- 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
- fix(github): Release Docker image high cpu load due to deadlock detection by @lklimek in #652
- chore(release): update changelog and bump version to 0.11.3 by @lklimek in #653
- chore: port v0.11.3 to 0.12 by @lklimek in #654
- feat(statesync): implement statesync spec for the new approach by @shotonoff in #663
- chore(release): update changelog and bump version to 0.13.0-dev.2 by @shotonoff in #664
- feat: add wait for masternode-status "ready" by @shotonoff in #659
- refactor(statesync): implement statesync peer manager by @shotonoff in #648
- refactor(blocksync): migrate peer-manager on generic store by @shotonoff in #666
- refactor: change go module to dashpay/tenderdash by @shotonoff in #670
- fix(consensus): PrepareProposal should not be called during replay by @lklimek in #678
- chore(consensus): improve logs by @lklimek in #679
- build(deps): Bump actions/checkout from 3 to 4 by @dependabot in #676
- chore: merge v0.12-dev into v0.13-dev by @lklimek in #681
- chore(release): Release Tenderdash v0.13.0 by @lklimek in #682
Full Changelog: v0.12.0...v0.13.0
v0.13.0-dev.2
What's Changed
- feat(statesync): implement statesync spec for the new approach by @shotonoff in #663
- chore(release): update changelog and bump version to 0.13.0-dev.2 by @shotonoff in #664
Full Changelog: v0.13.0-dev.1...v0.13.0-dev.2
v0.11.3
What's Changed
- chore: catch up the changes from master into v0.11 dev by @shotonoff in #629
- feat: add ability to write logs in a file by @shotonoff in #632
- fix(github): Release Docker image high cpu load due to deadlock detection by @lklimek in #652
- chore(release): update changelog and bump version to 0.11.3 by @lklimek in #653
Full Changelog: v0.11.2...v0.11.3