Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.20.0 #912

Merged
merged 21 commits into from
Jun 22, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Prepare v0.20.0 changelog
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson committed Jun 22, 2021
commit 60d4bb769315fa4cdaef62adb3cc83808b4670a6
Empty file added .changelog/unreleased/.gitkeep
Empty file.
18 changes: 18 additions & 0 deletions .changelog/v0.20.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
This release's number is bumped up to v0.20.0 due to one breaking change in the
`tendermint-p2p` crate's error naming conventions to make them more idiomatic
(see [#898](https://github.com/informalsystems/tendermint-rs/pull/898)).

Also, since nobody was really making use of the Light Node, we decided to remove
its crate from the repo for now. If anyone needs it back, please contact us and
we'll restore it (although, we are considering migrating any and all binaries to
their own repositories in future to separate framework-level concerns from
thanethomson marked this conversation as resolved.
Show resolved Hide resolved
operational ones).

The `tendermint-p2p` crate is still undergoing a significant amount of work
(thanks to @xla and @melekes!). A lot's been done and we're in the process of
finalizing this new architecture, which will form the basis for future work
towards building a Tendermint full node/validator in Rust. More on this in
future releases.

Other than that, this release mainly contains various small bug fixes,
improvements and dependency updates.