**
CLI/RPC/Config
Apps
Go API
Mempool
now an interface
Mempool
implementation renamed to CListMempool
NewMempool
renamed to NewCListMempool
Option
renamed to CListOption
MempoolReactor.Mempool
MempoolReactor
renamed to Reactor
NewMempoolReactor
renamed to NewReactor
TxID
methodTxInfo.PeerID
renamed to SenderID
Mempool
interface moved to mempool package
MockMempool
moved to top-level mock package and renamed to Mempool
PanicSanity
, PanicCrisis
, PanicConsensus
and PanicQ
GenesisDocProvider
and DefaultGenesisDocProviderFunc
to state packageBlockchain Protocol
P2P Protocol
node.Mempool()
method, which allows you to access mempool-config=<path-to-config>
option to testnet
cmd (@gregdhill)/dial_seeds
& /dial_peers
return errors if addresses are incorrect (except when IP lookup fails)persistent_peers
list is invalid (except when IP lookup fails)cleveldb
tag instead of gcc
to compile Tendermint with CLevelDB or
use make build_c
/ make install_c
(full instructions can be found at
https://tendermint.com/docs/introduction/install.html#compile-with-cleveldb-support)boltdb
tag to compile Tendermint with bolt dbSwitch#DialPeersAsync
now only takes a list of peersSwitch#DialPeerWithAddress
now only takes an addressMempool#Update
and BlockExecutor#Commit
now accept
[]*abci.ResponseDeliverTx
- list of DeliverTx
responses, which should
match block.Txs