Releases: dashpay/rs-tenderdash-abci
v1.2.1+1.3.0
What's Changed
- build(deps)!: update prost, tokio, tonic and other dependencies by @lklimek in #95
- build: update tokio to 1.40 and release 1.2.1 by @lklimek in #107
Full Changelog: v1.2.0+1.3.0...v1.2.1+1.3.0
v1.2.0+1.3.0
What's Changed
Full Changelog: v1.1.0...v1.2.0+1.3.0
v1.1.0
This release implements new fields that are part of tenderdash 1.1.0.
Supported versions fo Tenderdash components:
- ABCI: "1.1.0"
- P2PProtocol: 10
- BlockProtocol: 14
What's Changed
- build(proto): update zip and remove unused prost_type dep by @lklimek in #82
- chore: release rs-tenderdash-abci 1.1.0-dev.1 for TD 1.1.0-dev.3+ by @lklimek in #91
- build: release v1.1.0 for tenderdash v1.1.0 by @lklimek in #92
Full Changelog: v1.0.0...v1.1.0
v1.1.0-dev.1 for tenderdash v1.1.0-dev.3
Version information
It requires the following Tenderdash versions:
- ABCISemVer = "1.1.0"
- P2PProtocol = 10
- BlockProtocol = 14
What's Changed
- build(proto): update zip and remove unused prost_type dep by @lklimek in #82
- chore: release rs-tenderdash-abci 1.1.0-dev.1 for TD 1.1.0-dev.3+ by @lklimek in #91
Full Changelog: v1.0.0...v1.1.0-dev.1
v1.0.0
FIRST MAJOR RELEASE
This is a first major release of rs-tenderdash-abci, meant to work with Tenderdash 1.0.0.
Version information
It requires the following Tenderdash versions:
- ABCISemVer = "1.0.0"
- P2PProtocol = 10
- BlockProtocol = 14
What's Changed
- feat: use TENDERDASH_COMMITISH env var to set tenderdash rev to use by @lklimek in #44
- chore: release for tenderdash 0.14.0-dev.1 by @lklimek in #45
- build: retry download of tenderdash zip on unzip failures by @lklimek in #46
- build(deps): use protoc 25.2 by @lklimek in #47
- feat!: support ThresholdRecoverRaw in tenderdash v0.14 by @lklimek in #43
- build: release script to update versions by @lklimek in #48
- fix(abci): tenderdash version check requires exact version match by @lklimek in #49
- fix: tenderdash-proto rebuilt with every run due to changed *.proto by @lklimek in #52
- fix(proto)!: wrong json serialization of consensus params by @lklimek in #51
- build(deps): update bollard requirement from 0.15.0 to 0.16.0 by @dependabot in #53
- build(deps): bump chrono and replace deprecated calls by @lklimek in #54
- feat(proto)!: grpc server and client support by @lklimek in #50
- build: release v0.14.0-dev.8 for tenderdash 0.14.0-dev.4 by @lklimek in #55
- fix(proto-compiler): existence of unzipped tenderdash sources not verified correctly by @lklimek in #56
- fix: release.sh platform deps update broken by @lklimek in #57
- refactor: improve debug logging of PrepareProposal and ProcessProposal by @QuantumExplorer in #59
- doc: README by @lklimek in #16
- build: deploy docs site on github pages by @lklimek in #58
- build: release 0.14.0-dev.11 for tenderdash v0.14.0-dev.5 by @lklimek in #60
- fix(proto-compiler): std and no-std generated code conflict by @lklimek in #61
- fix: nostd proto not propagated from tenderdash-abci by @lklimek in #62
- fix(proto-compiler): not used no-std proto definitions refer to tonic by @lklimek in #63
- build(deps)!: update all dependencies by @lklimek in #64
- feat(proto-compiler): check required protoc version before build by @lklimek in #65
- chore: release rs-tenderdash-abci v1.0.0-dev.1 by @lklimek in #80
- test(abci): fix tokio spawning in grpc test by @lklimek in #81
- chore: release rs-tenderdash-abci 1.0.0 for tenderdash 1.0.0 by @lklimek in #83
New Contributors
- @QuantumExplorer made their first contribution in #59
Full Changelog: v0.13.1...v1.0.0
v1.0.0-dev.1 for tenderdash v1.0.0-dev.2
This is first release candidate for a stable 1.0 release.
What's Changed
- fix(proto-compiler): not used no-std proto definitions refer to tonic by @lklimek in #63
- build(deps)!: update all dependencies by @lklimek in #64
- feat(proto-compiler): check required protoc version before build by @lklimek in #65
- chore: release rs-tenderdash-abci v1.0.0-dev.1 by @lklimek in #80
Full Changelog: v0.14.0-dev.12...v1.0.0-dev.1
v0.14.0-dev.12 for tenderdash v0.14.0-dev.5
ABCI protocol version: 0.27.0
What's Changed
- fix(proto-compiler): std and no-std generated code conflict by @lklimek in #61
- fix: nostd proto not propagated from tenderdash-abci by @lklimek in #62
Full Changelog: v0.14.0-dev.11...v0.14.0-dev.12
0.14.0-dev.11 for tenderdash v0.14.0-dev.5
v0.14.0-dev.10 for tenderdash v0.14.0-dev.4
ABCI version: 0.26.1
What's Changed
- fix: release.sh platform deps update broken by @lklimek in #57
- refactor: improve debug logging of PrepareProposal and ProcessProposal by @QuantumExplorer in #59
New Contributors
- @QuantumExplorer made their first contribution in #59
Full Changelog: v0.14.0-dev.9...v0.14.0-dev.10
v0.14.0-dev.9 for Tenderdash v0.14.0-dev.4
What's Changed
- fix(proto-compiler): existence of unzipped tenderdash sources not verified correctly by @lklimek in #56
Full Changelog: v0.14.0-dev.8...v0.14.0-dev.9