cosmos-sdk/client/lcd
Alessio Treglia 86395809cb
Implement generate-only option for commands that create txs
The new CLI flag builds an unsigned transaction and writes it to STDOUT.
Likewise, REST clients can now append generate_only=true to a request's
query arguments list and expect a JSON response carrying the unsigned
transaction.

Closes: #966
2018-09-04 02:32:05 +02:00
..
lcd_test.go Implement generate-only option for commands that create txs 2018-09-04 02:32:05 +02:00
root.go IRISHUB-238: fix test_cli failure, move certifier creation from lcd/root.go to NewCLIContext 2018-08-31 11:29:55 +08:00
test_helpers.go IRISHUB-238: change wait 3 second to wait tendermint new block. use MustUnmarshalBinary instead of UnmarshalBinary 2018-08-31 23:20:06 +08:00
version.go Simulate transactions before actual execution 2018-08-24 10:16:51 +01:00
wire.go fix tests 2018-04-07 20:56:49 +03:00