Commit Graph

1290 Commits

Author SHA1 Message Date
Ethan Buchman 876e344e75
Merge pull request #349 from cosmos/sdk2-cli
gaia binary cli structure
2018-02-13 08:53:07 -05:00
Ethan Buchman cb470003b3 add ebuchman as codeowner 2018-02-13 08:55:44 -05:00
Ethan Buchman bdc33f6a10 examples/gaia 2018-02-13 08:40:09 -05:00
Ethan Frey 94251eaf7c Fixed default directory 2018-02-13 08:40:09 -05:00
Ethan Frey 91592a91f1 Cleaned up client commands more 2018-02-13 08:40:09 -05:00
Ethan Frey c7f31bdf26 Collapsed nested commands in gaiacli 2018-02-13 08:40:09 -05:00
Ethan Frey b10afcaf4c Rough separation of gaiad and gaiacli 2018-02-13 08:40:09 -05:00
Ethan Frey 959ad1431e Capitalized help strings on flags 2018-02-13 08:40:09 -05:00
Ethan Frey 0b0500e8a0 Rebased on develop, fixed imports 2018-02-13 08:40:09 -05:00
Ethan Frey da7a36a866 Add global flags to all queries and posts 2018-02-13 08:40:09 -05:00
Ethan Frey acf24f1c1b Allow adding custom query/post commands to chub 2018-02-13 08:40:09 -05:00
Ethan Frey 27aa06bb73 Add basic client cli commands 2018-02-13 08:40:09 -05:00
Ethan Frey 87abef1e0e Mock out chub keys commands 2018-02-13 08:40:09 -05:00
Ethan Frey 2cd22b45bb Implement version in chub 2018-02-13 08:40:09 -05:00
Ethan Frey 9aa3189738 Update version to 0.9.0-dev, use GitCommit 2018-02-13 08:40:09 -05:00
Ethan Frey 90a102cf3e Start with demo chub command
Add version and node subcommand as TODOs
2018-02-13 08:39:42 -05:00
Ethan Buchman 809102c952 bump version 2018-02-13 07:58:05 -05:00
Ethan Buchman 4412c49546
Merge pull request #429 from cosmos/feature/remove_attec
Removes the _attic folder from x/
2018-02-13 07:49:12 -05:00
Ethan Buchman 96e56d9daf update changelog 2018-02-13 07:47:12 -05:00
Ethan Buchman 69c316f5de
Merge pull request #416 from cosmos/feature/initgen
Initialize Genesis State
2018-02-13 07:38:21 -05:00
Ethan Buchman d9ebe34c32 fixes from review 2018-02-13 07:30:51 -05:00
rigelrozanski 658d7633a3 cleanup 2018-02-13 10:28:24 +00:00
rigelrozanski ed662566eb remove genesis of checkTx 2018-02-12 12:55:22 +00:00
Ethan Buchman 29d91271ca
Merge pull request #437 from cosmos/spec
add spec dir
2018-02-11 12:15:25 -05:00
Ethan Buchman 8864bc2a20 add spec dir 2018-02-11 12:17:40 -05:00
rigelrozanski 0bab936d70 initgen tests complete 2018-02-09 17:07:54 +00:00
Ethan Frey b09653c9ea Fix init state bug 2018-02-09 18:04:18 +01:00
rigelrozanski fd1684ab6b ... 2018-02-09 16:56:23 +00:00
rigelrozanski 2b9633db4a working genesis tests 2018-02-09 16:24:21 +00:00
rigelrozanski 7206c434d4 genesis exisiting tests pass 2018-02-09 12:48:11 +00:00
Adrian Brink f98f57b4ff
Removes the _attic folder from x/
If you need to reference things from _attic, please check `ref/attic`.
That branch keeps all the old _attic files.

I've removed it here in order to make it easier for developers to search
and understand the codebase. We shouldn't have stale code on `develop`.
2018-02-09 08:05:32 +01:00
rigelrozanski 17acf9e18d working 2018-02-09 04:33:42 +00:00
rigelrozanski 849139ebeb working 2018-02-08 21:16:33 +00:00
rigelrozanski 6eaafa496a wip genesis parsing 2018-02-08 10:36:37 +00:00
rigelrozanski 7643dea255 genesis wip compiles 2018-02-08 10:36:37 +00:00
rigelrozanski da538a8bf6 more comments cleanup 2018-02-08 10:36:37 +00:00
rigelrozanski 41ae60c1fb working 2018-02-08 10:36:36 +00:00
rigelrozanski 40fd4589c1 init genesis WIP, also making golint compliant 2018-02-08 10:36:13 +00:00
Ethan Buchman 9c00dda4eb
Merge pull request #404 from cosmos/feature/multi-query
Add Proper query to BaseApp and rootMultiStore
2018-02-07 00:49:19 -05:00
Ethan Buchman d48c819207 minor things 2018-02-06 17:20:29 -05:00
Ethan Frey b21081c83a Test query routing in rootMultiStore 2018-02-06 17:20:29 -05:00
Ethan Frey c73f08c845 Make GetStoreByName private, as only needed by MultiStore Query 2018-02-06 17:20:29 -05:00
Ethan Frey 8765fa32fa Expose rootMultiStore query in BaseApp 2018-02-06 17:20:29 -05:00
Ethan Frey 44c39043f1 Test iavlStore query 2018-02-06 17:20:29 -05:00
Ethan Frey 31f00742e5 Add query to iavl store 2018-02-06 17:20:29 -05:00
Ethan Frey 512c601adc Add tests for query path routing 2018-02-06 17:20:29 -05:00
Ethan Frey bc325c4d1c Add Query routing to rootMultiStore 2018-02-06 17:20:29 -05:00
Ethan Frey 57b28d95de Add GetStoreByName to MultiStore to help with Query lookups 2018-02-06 17:20:29 -05:00
Ethan Buchman ed592cd94a
Merge pull request #423 from cosmos/context-GetOp-never-crashes
Context get op never crashes
2018-02-06 14:51:49 -05:00
Ethan Buchman 14ce7f3366 types: update comments on ctx.GetOp 2018-02-06 14:48:18 -05:00