**
CLI/RPC/Config
/block_results
response format (results.DeliverTx
->
results.deliver_tx
). See docs for details.Apps
ResponseCheckTx
, ResponseDeliverTx
, ResponseBeginBlock
,
and ResponseEndBlock
now include Events
instead of Tags
. Each Event
contains a type
and a list of attributes
(list of key-value pairs) allowing
for inclusion of multiple distinct events in each response.Go API
LevelDBBackend
const
db_backend
set to leveldb
in your config file, please
change it to goleveldb
or cleveldb
.Blockchain Protocol
P2P Protocol
HTTPClient#Call
returns wrapped errors, so a caller could use errors.Cause
to retrieve an error code.