mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-11 06:11:07 +00:00
Adds the `FinalizeBlock` method which replaces `BeginBlock`, `DeliverTx`, and `EndBlock` in a single call.
13 lines
174 B
Plaintext
13 lines
174 B
Plaintext
echo hello
|
|
info
|
|
prepare_proposal "abc=123"
|
|
process_proposal "abc=123"
|
|
finalize_block "abc=123"
|
|
commit
|
|
info
|
|
query "abc"
|
|
finalize_block "def=xyz" "ghi=123"
|
|
commit
|
|
query "def"
|
|
|