tendermint/tests/test_cli/ex1.abci.out

39 lines
580 B
Plaintext
Raw Normal View History

2016-07-23 15:54:58 -07:00
> echo hello
2016-12-06 03:57:09 -08:00
-> data: hello
2017-01-27 22:27:32 -08:00
-> data.hex: 68656C6C6F
2016-07-23 15:54:58 -07:00
> info
2016-12-06 03:57:09 -08:00
-> data: {"size":0}
2017-01-27 22:27:32 -08:00
-> data.hex: 7B2273697A65223A307D
2016-07-23 15:54:58 -07:00
> commit
2016-07-23 15:54:58 -07:00
2017-01-12 12:27:08 -08:00
> deliver_tx "abc"
2016-07-23 15:54:58 -07:00
> info
2016-12-06 03:57:09 -08:00
-> data: {"size":1}
2017-01-27 22:27:32 -08:00
-> data.hex: 7B2273697A65223A317D
2016-07-23 15:54:58 -07:00
> commit
2017-10-18 04:13:18 -07:00
-> data: I<><49>\ͬޮ<CDAC>(<28><01><><EFBFBD>h<EFBFBD><68><EFBFBD><EFBFBD>
-> data.hex: 49DFD15CCDACDEAE9728CB01FBB5E8688CA58B91
2016-07-23 15:54:58 -07:00
2017-01-03 19:26:20 -08:00
> query "abc"
2017-01-27 22:27:32 -08:00
-> log: exists
-> height: 0
2017-03-03 15:39:10 -08:00
-> value: abc
-> value.hex: 616263
2016-07-23 15:54:58 -07:00
2017-01-12 12:27:08 -08:00
> deliver_tx "def=xyz"
2016-07-23 15:54:58 -07:00
> commit
2017-10-18 04:13:18 -07:00
-> data: p-<2D>"<22>7?<3F>?<3F><><EFBFBD>* <20>,<2C>+
-> data.hex: 70102DB32280373FBF3F9F89DA2A20CE2CD62B0B
2016-07-23 15:54:58 -07:00
2017-01-03 19:26:20 -08:00
> query "def"
2017-01-27 22:27:32 -08:00
-> log: exists
-> height: 0
2017-03-03 15:39:10 -08:00
-> value: xyz
-> value.hex: 78797A
2016-07-23 15:54:58 -07:00