cosmos-sdk/x/stake
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
..
client Implement generate-only option for commands that create txs 2018-09-04 02:32:05 +02:00
keeper Merge pull request #2200 from cosmos/dev/GetValidator_speed_improvement 2018-09-03 13:07:09 +02:00
simulation Merge branch 'develop' into dev/benchmark_simulation 2018-09-01 15:14:46 -07:00
tags Merge PR #1781: Gov tags cleanup 2018-07-21 03:58:45 +02:00
types Merge remote-tracking branch 'origin/develop' into rigel/validator-unbonding 2018-08-31 20:28:48 -04:00
app_test.go Introduce simulate mode 2018-08-31 19:04:11 +02:00
genesis.go Merge PR #1783: Slashing, validator set, and governance simulation 2018-08-16 17:36:15 +02:00
genesis_test.go Merge PR #2040: Refactor Validator Account Types/Bech32 Prefixing 2018-08-31 00:06:44 -04:00
handler.go Merg PR #2198: Ensure Legacy Validator Delegation Invariants 2018-08-31 15:21:12 -04:00
handler_test.go Merge remote-tracking branch 'origin/develop' into rigel/validator-unbonding 2018-08-31 20:28:48 -04:00
stake.go Rename revoke(d) to jail(ed) 2018-08-22 17:56:13 +02:00