Emmanuel Odeke
5ea42475ce
cmd/abci-cli: implement batch
Can now run batch which can be tested by: ```shell echo -e "echo foo\necho blue" | abci-cli batch ``` giving ```shell I[12-12|07:55:55.513] Starting socketClient module=abci-client impl=socketClient -> code: OK -> data: foo -> data.hex: 0x666F6F -> code: OK -> data: blue -> data.hex: 0x626C7565 ``` |
7 years ago | |
---|---|---|
.. | ||
abci-cli.go | cmd/abci-cli: implement batch | 7 years ago |
main.go | fixup tests | 7 years ago |