update pending changelog

This commit is contained in:
Ethan Buchman 2018-07-24 10:27:20 -04:00
parent e719a93d1d
commit 00ebdcd581
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
BREAKING CHANGES:
- [types] CanonicalTime uses nanoseconds instead of clipping to ms
- breaks serialization/signing of all messages with a timestamp
- [types] Header ...
- [state] Add NextValidatorSet, changes on-disk representation of state
- [state] Validator set changes are delayed by one block (!)
- [lite] Complete refactor of the package
- [rpc] `/commit` returns a `signed_header` field instead of everything being
top-level
IMPROVEMENTS:
- [blockchain] Improve fast-sync logic