mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 05:50:19 +00:00
* Removed from proto * make proto-gen * make build works * make some tests pass * Fix TestMempoolTxConcurrentWithCommit * Minor change * Update abci/types/types.go * Update internal/state/execution.go * Update test/e2e/app/state.go Co-authored-by: Callum Waters <cmwaters19@gmail.com> * Updated changelog and `UPGRADING.md` * Fixed abci-cli tests, and doc * Addressed @cmwaters' comments * Addressed @cmwaters' comments, part 2 Co-authored-by: Callum Waters <cmwaters19@gmail.com>
10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
echo hello
|
|
info
|
|
finalize_block "abc"
|
|
commit
|
|
info
|
|
query "abc"
|
|
finalize_block "def=xyz" "ghi=123"
|
|
commit
|
|
query "def"
|