Commit Graph
2168 Commits
Author SHA1 Message Date
Zach Ramsay d6708a40e8 gaiad: don't print command twice 2018-05-15 18:30:06 -04:00
Ethan Buchman a2ba50718e changelog and version 2018-05-15 12:45:01 -04:00
Ethan Buchman 62ae080997 Merge pull request #991 from cosmos/bucky/tm
update for tendermint v0.19.3
2018-05-15 08:50:09 -04:00
Ethan Buchman 69b6522410 update for tendermint v0.19.3 2018-05-14 17:20:00 -04:00
Ethan Buchman a4645677ab Merge branch 'master' into develop 2018-05-14 17:08:54 -04:00
Ethan Buchman 249c5508ef changelog and version 2018-05-14 17:05:27 -04:00
Rigel 64f445ed22 Merge pull request #985 from LLLeon/master
modify bad syntax for struct tag value
2018-05-14 10:29:11 -04:00
Rigel 9f3444d910 Merge pull request #986 from cosmos/adrian/sort_gentxs
Sort all genesis transaction by node id
2018-05-14 09:50:51 -04:00
rigelrozanski d2163017ce small efficiency increase 2018-05-14 09:39:29 -04:00
Adrian Brink 878a53bf0d Prevent --gen-txs from failing silently
Instead of just failing silently if there is a non .json file or folder
in the gentx/ directory it now just skips that file or directory.

ref #940
2018-05-13 18:24:48 -04:00
Adrian Brink cd24244308 Sort all genesis transaction by node id
This ensures that users can rename the genesis transactions and they
will still be in the same order.
2018-05-13 18:19:42 -04:00
LLLeon f1e441346a x/bank: fix typo 2018-05-13 20:47:26 +08:00
LLLeon 5da41a6c88 types: modify bad syntax for struct tag value 2018-05-13 17:34:56 +08:00
Christopher Goes 2644009536 Merge pull request #918 from cosmos/cwgoes/abci-response-tags
ABCI response tagging
2018-05-10 22:11:48 +02:00
Christopher Goes a2f5855d8e Add tags for declare & edit candidacy txs 2018-05-10 21:55:51 +02:00
Christopher Goes 0ec21e4e27 Update changelog 2018-05-10 17:37:12 +02:00
Christopher Goes 580ac5f57b Add tagging for MsgUnbond 2018-05-10 17:37:12 +02:00
Christopher Goes e4e1068390 Add delegate() tags 2018-05-10 17:37:12 +02:00
Christopher Goes 2b707f6b0a AppendTags a function of Tags 2018-05-10 17:37:12 +02:00
Christopher Goes c0eb66b133 Update changelog 2018-05-10 17:37:12 +02:00
Christopher Goes 60b56f9b1c Slight tags API changes (Jae comments) 2018-05-10 17:36:55 +02:00
Christopher Goes f103cd412d Linter fix 2018-05-10 17:36:55 +02:00
Christopher Goes bef7e44f6d Example tag implementation for CoinKeeper 2018-05-10 17:36:55 +02:00
Christopher Goes be975fc264 Merge pull request #969 from cosmos/rigel/range-query
subspace queries + few more staking queries
2018-05-10 17:33:18 +02:00
rigelrozanski 677559bf6c cwgoes comments 2018-05-09 18:24:51 -04:00
Rigel b75edb1876 Merge pull request #953 from cosmos/cwgoes/fix-dockerfile
Update Dockerfile for gometalinter requirement
2018-05-09 12:07:35 -04:00
Ethan Buchman e462e1216d Merge pull request #971 from cosmos/bucky/staking-spec
Clean up staking spec structure
2018-05-09 09:54:25 -04:00
Ethan Buchman 0cf51da799 update valset-changes.md 2018-05-09 09:55:39 -04:00
Ethan Buchman 077ffeb706 spec: explicit CandidateStatus enum 2018-05-09 09:55:19 -04:00
Ethan Buchman f4b2750b4f update readme 2018-05-08 17:46:08 -04:00
Ethan Buchman b8b200ac34 consolidate into valset-changes.md 2018-05-08 17:45:05 -04:00
Ethan Buchman 111e7ecd52 spec: bust up staking into files 2018-05-08 17:35:24 -04:00
Ethan Buchman 8bfc5e1e47 Merge pull request #968 from cosmos/bucky/gov-spec
Bucky/gov spec
2018-05-08 17:16:19 -04:00
Ethan Buchman 2cad1aab3d remove governance.md 2018-05-08 17:17:49 -04:00
rigelrozanski 8dd3052017 fix subspace query tests 2018-05-08 16:32:41 -04:00
rigelrozanski 1d82cdbbbc subspace query tests, changelog 2018-05-08 16:15:35 -04:00
rigelrozanski d464779d34 iter->substore, enable delegator bonds query 2018-05-08 15:57:12 -04:00
rigelrozanski d44c7afa30 add range queries, add candidates query 2018-05-08 15:57:12 -04:00
Ethan Buchman b3421a884d spec/governance: update transactions.md 2018-05-08 15:53:23 -04:00
Ethan Buchman ac8597e49d spec/governance: update state.md 2018-05-08 15:31:37 -04:00
Ethan Buchman 8a6ec9a257 slashing wip 2018-05-08 10:50:09 -04:00
Ethan Buchman b452859f6a staking spec: minor cleanup 2018-05-08 10:50:02 -04:00
Christopher Goes 1ad820f67c Update Dockerfile for gometalinter requirement 2018-05-08 01:32:15 +02:00
Christopher Goes 7e0379f373 Merge pull request #965 from cosmos/rigel/bash
remove go-cli tests from ci
2018-05-08 01:31:07 +02:00
rigelrozanski cd689ce2c1 remove experimental bash tests from ci
int

Fix typo

...
2018-05-07 19:12:45 -04:00
Rigel 7f8734fab3 Merge pull request #958 from cosmos/cwgoes/export-genesis-file
Export all genesis information (closes #946)
2018-05-07 18:17:03 -04:00
Ethan Buchman 297dc54372 Merge pull request #454 from cosmos/feature/ibc
WIP: IBC Specification
2018-05-07 09:43:22 -04:00
Ethan Buchman bf178ba041 spec/ibc -> spec/ibc/mvp 2018-05-07 09:47:17 -04:00
Ethan Buchman ffed398035 Merge branch 'develop' into feature/ibc 2018-05-07 09:42:40 -04:00
Christopher Goes 677a5f1108 Update changelog 2018-05-07 01:05:32 +02:00