Commit Graph

3790 Commits

Author SHA1 Message Date
Christopher Goes
d85eb98762 make format 2018-09-08 17:46:08 +08:00
Christopher Goes
1d55673f1f
Merge branch 'develop' into cwgoes/update-tendermint-upstream 2018-09-08 17:41:38 +08:00
Dev Ojha
1a700206b8 Merge PR #2275: genesis: Ensure there are no duplicate accounts in genesis file
This also contains a light refactor of genesis state parsing, so that
the tests file didn't duplicate a lot of this code.
2018-09-08 17:29:34 +08:00
Alessio Treglia
4448d175ad Merge PR #2240: New broadcast command
Implement broadcast command/REST endpoint to submit transactions
generated offline with --generated-only and the sign command.
2018-09-08 17:26:20 +08:00
Dev Ojha
88a2ddeb25 Merge PR #2276: make simulation no longer generate new privkeys 2018-09-08 16:55:49 +08:00
Christopher Goes
08d4f4525c Merge branch 'develop' into cwgoes/update-tendermint-upstream 2018-09-08 16:48:15 +08:00
Alexander Bezobchuk
0edfa17b53 Merge PR #2251: Refactor Bech32 Prefixes and Nomenclature of Validator Pubkey and Operator 2018-09-08 16:44:58 +08:00
Alessio Treglia
f68e5a7542 Merge PR #2266: Fix CLI commands JSON output
When running with --json, commands should produce
correctly JSON-encoded output.
2018-09-08 16:33:55 +08:00
Dev Ojha
c800bc7a1a Merge PR #2274: simulation: Stop on SIGTERM 2018-09-08 16:29:24 +08:00
Christopher Goes
f95d26aec1 Merge branch 'develop' into cwgoes/update-tendermint-upstream 2018-09-08 16:14:23 +08:00
Christopher Goes
ffb4c5ec7d
Merge PR #2273: Rename coinKeeper -> bankKeeper 2018-09-08 16:12:58 +08:00
ValarDragon
fb235724d5 Fix unrelated lint error. 2018-09-07 22:39:26 -07:00
ValarDragon
e812919649 Rename coinKeeper -> bankKeeper
Closes #2267
2018-09-07 22:34:32 -07:00
Jae Kwon
2abc90e92b Merge remote-tracking branch 'origin/develop' into alessio/auth-txcontext-to-txbuilder 2018-09-07 10:49:12 -07:00
Jae Kwon
a27d83911a bld -> bldr in txbuilder.go 2018-09-07 10:34:44 -07:00
Jae Kwon
6325441861 txBld -> txBldr 2018-09-07 10:15:49 -07:00
Christopher Goes
b144dc7aa2 Merge branch 'develop' into cwgoes/update-tendermint-upstream 2018-09-08 01:09:24 +08:00
Jae Kwon
acd125029d x/auth/client/context -> x/auth/client/txbuilder 2018-09-07 10:04:58 -07:00
Christopher Goes
44b695c3c0
Merge PR #2226: simulation: Make governance simulation use future operations to schedule votes 2018-09-07 19:01:33 +02:00
Christopher Goes
d253d72bc5
Merge PR #2245: R4R (minor) move types/account.go -> address 2018-09-07 18:52:09 +02:00
Aleksandr Bezobchuk
887251f870 Merge branch 'develop' into rigel/minor 2018-09-07 11:40:47 -04:00
Christopher Goes
d1dc6cc445
Merge PR #2263: Revert "Merge PR #2217: Governance BFT Time" 2018-09-07 17:33:10 +02:00
Christopher Goes
5494e3c2dc
Merge branch 'develop' into cwgoes/revert-governance-bft-time 2018-09-07 17:24:37 +02:00
Christopher Goes
896d25957a
Merge PR #2216: Implement command/REST endpoint for offline signing #1953 2018-09-07 17:03:58 +02:00
Christopher Goes
72e9664ce1 Revert "Merge PR #2217: Governance BFT Time"
This reverts commit 94b86f85c1, reversing
changes made to 2a4edcca48.
2018-09-07 17:00:57 +02:00
Alessio Treglia
f5a7f2524f
ACK and incorporate @cwgoes comments 2018-09-07 15:27:06 +01:00
Christopher Goes
9dd430386d Pin final release 2018-09-07 16:18:32 +02:00
Christopher Goes
e0713404d7
Merge PR #2261: Upgrading ledger-goclient 2018-09-07 15:56:01 +02:00
Alessio Treglia
54b3b5c028
sed -i 's/txCtx/txBld/g' 2018-09-07 14:39:23 +01:00
Alessio Treglia
3b6da7af18
TxContext -> TxBuilder 2018-09-07 14:36:21 +01:00
Juan Leni
a450bf7ae4 Upgrading ledger-goclient 2018-09-07 15:33:24 +02:00
Aleksandr Bezobchuk
32f1576e82 Merge branch 'develop' into rigel/minor 2018-09-07 09:19:16 -04:00
Alessio Treglia
e6a8a4df55
Implement command/REST endpoint for offline tx sign off #1953
* Add sign CLI command to sign transactions generated with the
  --generate-only flag.
* Add /sign REST endpoint for Voyager support.

Redirect password prompt to STDERR to avoid messing up cli
commands output. As a rule of thumb, program's output should
always go to STDOUT, whilst errors&diagnostics go to STDERR
as per POSIX's philosophy and specs.
2018-09-07 12:57:50 +01:00
Christopher Goes
897c381b76 Merge branch 'develop' into cwgoes/update-tendermint-upstream 2018-09-07 08:54:51 +02:00
Christopher Goes
94b86f85c1
Merge PR #2217: Governance BFT Time 2018-09-07 08:53:42 +02:00
Christopher Goes
2a4edcca48
Merge PR #2252: Suggest opening pending PR back to develop 2018-09-07 08:47:45 +02:00
Christopher Goes
db2c7865e2 Merge branch 'develop' into sunny/gov-bft-time 2018-09-07 08:36:26 +02:00
Christopher Goes
dab549d3af Merge branch 'develop' into cwgoes/update-release-process 2018-09-07 08:35:27 +02:00
Christopher Goes
5e13b2b138
Merge PR #2257: checked error on Fprintf 2018-09-07 08:34:46 +02:00
Sunny Aggarwal
74d8999b99 checked error on Fprintf 2018-09-07 14:22:32 +08:00
Christopher Goes
72b3a45778
Merge branch 'develop' into sunny/gov-bft-time 2018-09-07 07:47:14 +02:00
Christopher Goes
2245b07c81
Merge branch 'develop' into cwgoes/update-tendermint-upstream 2018-09-07 07:23:06 +02:00
Dev Ojha
a94219e062 Merge PR #2246: add script to make changelog links actual links 2018-09-07 00:54:59 -04:00
rigelrozanski
545c3c300e Merge remote-tracking branch 'origin/develop' into rigel/minor 2018-09-07 00:50:08 -04:00
Christopher Goes
e013b9fc7d Check errors 2018-09-07 01:07:29 +02:00
Christopher Goes
693aea8985 Suggest opening pending PR back to develop 2018-09-07 01:04:58 +02:00
Christopher Goes
dd75cd3049 Minor cleanup 2018-09-07 01:00:06 +02:00
Christopher Goes
1f5fe29c25 Ignore Go src in linter 2018-09-07 00:52:44 +02:00
Christopher Goes
c667c5690a More testcase fixes 2018-09-07 00:47:37 +02:00
Christopher Goes
06adc691d2 Update testcases for TM 0.24.0-rc0 2018-09-07 00:45:07 +02:00