Some checks are pending
docker-build-cometbft / vars (push) Waiting to run
docker-build-cometbft / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-cometbft / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-cometbft / merge-images (push) Blocked by required conditions
docker-build-e2e-node / vars (push) Waiting to run
docker-build-e2e-node / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-e2e-node / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-e2e-node / merge-images (push) Blocked by required conditions
35 lines
470 B
Text
35 lines
470 B
Text
> check_tx "abc"
|
|
-> code: 2
|
|
|
|
> check_tx "def=567"
|
|
-> code: OK
|
|
|
|
> finalize_block "def=567"
|
|
-> code: OK
|
|
-> code: OK
|
|
-> data.hex: 0x0200000000000000
|
|
|
|
> commit
|
|
-> code: OK
|
|
|
|
> finalize_block "hello=world"
|
|
-> code: OK
|
|
-> code: OK
|
|
-> data.hex: 0x0400000000000000
|
|
|
|
> commit
|
|
-> code: OK
|
|
|
|
> finalize_block "first=second"
|
|
-> code: OK
|
|
-> code: OK
|
|
-> data.hex: 0x0600000000000000
|
|
|
|
> commit
|
|
-> code: OK
|
|
|
|
> info
|
|
-> code: OK
|
|
-> data: {"size":3}
|
|
-> data.hex: 0x7B2273697A65223A337D
|
|
|