You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
481 B

  1. # Pending
  2. BREAKING CHANGES:
  3. - [types] Header ...
  4. - [state] Add NextValidatorSet, changes on-disk representation of state
  5. - [state] Validator set changes are delayed by one block (!)
  6. - [lite] Complete refactor of the package
  7. - [rpc] `/commit` returns a `signed_header` field instead of everything being
  8. top-level
  9. - [abci] Added address of the original proposer of the block to Header.
  10. - [abci] Change ABCI Header to match Tendermint exactly
  11. FEATURES:
  12. IMPROVEMENTS:
  13. BUG FIXES: