mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
1.6 KiB
1.6 KiB
Pending
Special thanks to external contributors on this release:
BREAKING CHANGES:
-
CLI/RPC/Config
- [config]
mempool.walis disabled by default - [rpc] #2298
/abci_querytakesproveargument instead oftrustedand switches the default behaviour toprove=false - [privval] #2459 Split
SocketPVMsgs implementations into Request and Response, where the Response may contain a error message (returned by the remote signer).
- [config]
-
Apps
- [abci] #2298 ResponseQuery.Proof is now a structured merkle.Proof, not just arbitrary bytes
-
Go API
- [node] Remove node.RunForever
- [config] #2232 timeouts as time.Duration, not ints
- [rpc/client] #2298
ABCIQueryOptions.Trusted->ABCIQueryOptions.Prove - [types] #2298 Remove
IndexandTotalfields fromTxProof. - [crypto/merkle & lite] #2298 Various changes to accomodate General Merkle trees
-
Blockchain Protocol
- [types] #2459
Vote/Proposal/Heartbeatuse amino encoding instead of JSON inSignBytes.
- [types] #2459
-
P2P Protocol
FEATURES:
- [crypto/merkle] #2298 General Merkle Proof scheme for chaining various types of Merkle trees together
IMPROVEMENTS:
- [consensus] #2169 add additional metrics
- [p2p] #2169 add additional metrics
- [config] #2232 added ValidateBasic method, which performs basic checks
BUG FIXES:
- [autofile] #2428 Group.RotateFile need call Flush() before rename (@goolAdapter)
- [node] #2434 Make node respond to signal interrupts while sleeping for genesis time