mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 23:14:37 +00:00
18 lines
292 B
Plaintext
18 lines
292 B
Plaintext
echo hello
|
|
info
|
|
prepare_proposal "abc"
|
|
process_proposal "abc"
|
|
finalize_block "abc"
|
|
commit
|
|
info
|
|
query "abc"
|
|
finalize_block "def=xyz" "ghi=123"
|
|
commit
|
|
query "def"
|
|
prepare_proposal "preparedef"
|
|
process_proposal "replacedef"
|
|
process_proposal "preparedef"
|
|
prepare_proposal
|
|
process_proposal
|
|
commit
|