Include peer round states in the dump_consensus_state RPC call.

This commit is contained in:
Jae Kwon
2015-04-25 11:49:26 -07:00
parent 5557923245
commit 9a8652e001
6 changed files with 27 additions and 8 deletions

View File

@ -3,6 +3,8 @@
This documentation is out of date.
* 0x00 is reserved as a nil byte for RegisterInterface
* moved TypeByte() into RegisterInterface/ConcreteType
* Pointers that don't have a declared TypeByte() are
encoded with a leading 0x00 (nil) or 0x01.
# `tendermint/binary`