From ded4472afa4146a4dbfea6996ebba3924c20716b Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Tue, 12 May 2020 22:30:12 -0400 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index de9f2e939..97618060a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,19 @@ -## [Pending next release] +## Pending -RPC changes: -- Tendermint-Go v0.33 compatibility - issue #184 +Testing: +- Updated abci_info test to 0.17.0 ([#249](https://github.com/informalsystems/tendermint-rs/issues/249)) + +Serialization: +- Refactor serializers library to use modules and give a nicer annotation to structs. ([#247](https://github.com/informalsystems/tendermint-rs/issues/247)) +- Added nullable Vec serialization ([#247](https://github.com/informalsystems/tendermint-rs/issues/247)) + +RPC: +- Tendermint-Go v0.33 compatibility ([#184](https://github.com/informalsystems/tendermint-rs/issues/184)) - `abci_info`, `abci_query`, `block_results`, `genesis` structs - serialization/deserialization fixes - Updated/fixed integration tests -CI changes: - issue #120 +CI: ([#120](https://github.com/informalsystems/tendermint-rs/issues/120)) - Moved to GitHub Actions - Updated crates.io badges - Enabled integration tests in CI with Tendermint-Go node service