mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 10:32:05 +00:00
* Add `process_proposal` command to abci-cli * Added process proposal to the 'tutorial' examples * Added entry in CHANGELOG_PENDING.md * Allow empty blocks in PrepareProposal, ProcessProposal, and FinalizeBlock * Fix minimum arguments * Add tests for empty block * Updated abci-cli doc Co-authored-by: Sergio Mena <sergio@informal.systems> Co-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>
18 lines
299 B
Plaintext
18 lines
299 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 "def"
|
|
process_proposal "preparedef"
|
|
prepare_proposal
|
|
process_proposal
|
|
finalize_block
|
|
commit |