mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
This changes the ResponsePrepareProposal type, substituting the []TxRecord for just []bytes. This change is made in the .proto file and in all necessary additional places in the code.
19 lines
281 B
Plaintext
19 lines
281 B
Plaintext
echo hello
|
|
info
|
|
prepare_proposal "abc"
|
|
process_proposal "abc"
|
|
commit
|
|
deliver_tx "abc"
|
|
info
|
|
commit
|
|
query "abc"
|
|
deliver_tx "def=xyz"
|
|
commit
|
|
query "def"
|
|
prepare_proposal "preparedef"
|
|
process_proposal "replacedef"
|
|
process_proposal "preparedef"
|
|
prepare_proposal
|
|
process_proposal
|
|
commit
|