mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 14:51:13 +00:00
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"
|
|
|