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
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-01-27 22:27:32 -08:00
-> data: u<02>~<7E><>׈<EFBFBD>X<EFBFBD>$<24>l<EFBFBD><6C>E<>
-> data.hex: 750502FC7E84BBD788ED589624F06CFA871845D1
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
-> value: abc
-> value.hex: 616263
-> log: exists
-> height: 0
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-01-27 22:27:32 -08:00
-> data: v9;<3B>.E<02><>iLb<4C><62>Q<EFBFBD><51><EFBFBD><EFBFBD>
-> data.hex: 76393B8A182E450286B0694C629ECB51B286EFD5
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
-> value: xyz
-> value.hex: 78797A
-> log: exists
-> height: 0
2016-07-23 15:54:58 -07:00