Skip to content

Commit

Permalink
Updated CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-szabo committed May 13, 2020
1 parent 25a31dc commit ded4472
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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<u8> 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
Expand Down

0 comments on commit ded4472

Please sign in to comment.