Commit Graph
3498 Commits
Author SHA1 Message Date
Christopher Goes 55de750dbe Merge PR #2054: docs: add config.js for ToC sidebar 2018-08-23 13:17:34 +02:00
Christopher Goes 17f234bf02 Merge PR #2120: Rename revoke(d) to jail(ed) 2018-08-22 18:09:16 +02:00
Christopher Goes 879f78cfc0 Rename revoke(d) to jail(ed) 2018-08-22 17:56:13 +02:00
Christopher Goes 6b1792b642 Merge PR #2093: A URL to abci-spec.md fixed 2018-08-22 16:22:24 +02:00
Christopher Goes 0728bd995f Merge PR #2107: Fix iterator leak 2018-08-22 16:14:53 +02:00
Christopher Goes 337869257b Merge branch 'develop' into temp 2018-08-22 16:13:13 +02:00
Christopher Goes 7b8c1c0e80 Merge branch 'develop' into fix-iterator-leak 2018-08-22 16:06:35 +02:00
Christopher Goes 733559035b Merge PR #2098: Correctly read/write governance state 2018-08-22 15:08:48 +02:00
Christopher Goes 1adb53e5a5 Merge PR #1875: Vesting Spec 2018-08-22 15:07:49 +02:00
Christopher Goes 29634bfd1d Merge PR #1983: CLI UX Updates #1 2018-08-22 12:51:31 +02:00
Christopher Goes b23fe15e4a Merge PR #1918: Keeper custom queries & QueryRouter 2018-08-22 12:50:59 +02:00
Christopher Goes 42c03aeeec Merge branch 'develop' into cli-updates 2018-08-22 12:40:23 +02:00
Christopher Goes ba56c570c0 Update Gopkg.lock 2018-08-22 12:40:15 +02:00
Christopher Goes e90f5f5671 Merge PR #1929: PR-Template Update 2018-08-22 12:34:08 +02:00
Christopher Goes 4b5bb45a09 Merge PR #2062: Support a proposal JSON file in submit-proposal 2018-08-22 12:31:58 +02:00
Sunny Aggarwal 7f43d3b290 fixed GetLastProposalID function 2018-08-22 00:17:37 -07:00
Sunny Aggarwal 5ae20d2d51 address Chris's comments 2018-08-22 00:15:18 -07:00
Sunny Aggarwal 50dd53fec3 added tally query route to gov 2018-08-22 00:15:18 -07:00
Sunny Aggarwal 44bf69e564 run queries against cachewrapped commit state, not checkstate 2018-08-22 00:15:18 -07:00
Sunny Aggarwal 97f7b88a9f addressed Jae's comments 2018-08-22 00:15:18 -07:00
Sunny Aggarwal 0134c3b7f1 Address Anton's comments 2018-08-22 00:15:18 -07:00
Sunny Aggarwal 0eed9d1b60 PENDING 2018-08-22 00:15:18 -07:00
Sunny Aggarwal 1311117658 added to gov rest 2018-08-22 00:12:44 -07:00
Sunny Aggarwal cc1d1fbcf7 moved queryrouter to behind baseapp seal 2018-08-22 00:12:44 -07:00
Sunny Aggarwal 804baa70f4 added querier to gov module 2018-08-22 00:12:44 -07:00
Sunny Aggarwal 1d1a95656a custom queriables 2018-08-22 00:11:23 -07:00
Rigel a54e3a3fc4 Merge branch 'develop' into cli-updates 2018-08-21 23:44:57 -04:00
Matthew Slipper d8f01be211 Merge PR #2061: Change proposalID to proposal-id in gov REST
Close #1963.
2018-08-21 23:44:13 -04:00
Matthew Slipper 5ce9b9af5a Merge PR #2015: Change gaiad testnet example output flag
Closes #1960.
2018-08-21 23:28:16 -04:00
Rigel 58f50c24a4 Merge branch 'develop' into cli-updates 2018-08-21 23:23:44 -04:00
Matthew Slipper 62d6fd2f98 Merge PR #2014: Remove advanced gaiacli command
Closes #1965
2018-08-21 23:22:18 -04:00
Matthew Slipper 3413a2bff1 Remove --select in block command (#2060)
Closes #1968.
2018-08-21 20:53:16 -04:00
Matthew Slipper 0c0d282a0c Add plaintext flags to show keys; default print response to true; helptext updates
Closes #1970
Closes #1971
Closes #1967
Closes #1969
2018-08-21 15:36:53 -07:00
Matthew Slipper f7d8675234 Support a proposal JSON file in submit-proposal
Closes #1852.
Closes #1776.
2018-08-21 14:34:15 -07:00
Jae Kwon 204762b2a1 Merge pull request #2115 from cosmos/jack/ci-fix
Fix Circle issue with merging from forks
2018-08-21 14:28:22 -07:00
Jack Zampolin 937bc8ade0 Fix issue with branches and circle 2018-08-21 14:01:17 -07:00
rigelrozanski da30353394 update PR template 2018-08-21 16:39:10 -04:00
rigelrozanski ff043ef7a1 Merge remote-tracking branch 'origin/develop' into rigel/PR-template-update 2018-08-21 16:31:45 -04:00
Christopher Goes 18b067cd41 Merge PR: Merge master back into develop 2018-08-21 18:33:02 +02:00
Ethan Buchman 292701d774 Merge branch 'master' into bucky/merge-master 2018-08-21 11:55:40 -04:00
Federico Kunze cfb5acca6e Merge PR #2099: Query staking Pool and Params 2018-08-21 17:32:54 +02:00
Ethan Buchman 2c6ed0fefc Merge pull request #2112 from cosmos/release/v0.24.1
Release 0.24.1
2018-08-21 11:23:20 -04:00
Jack Zampolin 68f5ee786c Merge PR #1987: Fix broken link in validator setup guide 2018-08-21 16:28:52 +02:00
Dev Ojha 419cf85433 Merge PR #2046: auth: Make gas cost take into account cryptosystem
* auth: Make gas cost take into account cryptosystem

This will make including the multisig easier.
The ratio for ed25519 vs secp256k1 are based on the ratio of their
verification times, using the benchmarks in tendermint/crypto.
2018-08-21 16:13:34 +02:00
Federico Kunze 011e61a8de Merge PR #2066: Rename LCD endpoints (Docs) 2018-08-21 16:00:43 +02:00
Joon f0b3766a46 Merge PR #2074: Reject duplicate storekey name 2018-08-21 15:49:06 +02:00
Christopher Goes e2691d98fc 0.24.1 - Fix validator pubkey bug 2018-08-21 15:40:43 +02:00
Christopher Goes 1eadb510b8 Merge PR #1882: ICS 30 - Cosmos Signed Message Spec 2018-08-21 15:29:48 +02:00
Christopher Goes 80f791b23e Merge pull request #2086 from cosmos/bucky/merge-master
Bucky/merge master
2018-08-21 15:20:54 +02:00
youjing e04e52451b Modify PENDING.md for #2105 2018-08-21 20:23:53 +08:00