Ethan Buchman
8626038e92
Merge pull request #430 from cosmos/feature/coinmapper
...
Refactor CoinMapper
2018-02-13 13:39:03 -05:00
Adrian Brink
8837af66bd
Refactor CoinMapper
...
CoinMapper is now called CoinKeeper to differentiate it from
AccountMapper. A Mapper retrieves things from a store. A Keeper exposes
functionality of coins and maintain invariants.
bank.NewHandler takes a CoinKeeper instead of the entire AccountMapper.
2018-02-13 13:33:19 -05:00
Ethan Buchman
51dca8f0a9
Merge pull request #415 from cosmos/docs-refactor
...
Docs refactor
2018-02-13 09:30:49 -05:00
Ethan Buchman
043e647695
rm attic
2018-02-13 09:23:34 -05:00
Ethan Buchman
3bb3c8406a
docs: minor fix
2018-02-13 09:14:04 -05:00
Zach Ramsay
07008f3103
nit
2018-02-13 09:12:23 -05:00
Zach Ramsay
53ad094f98
docs: fix links
2018-02-13 09:12:23 -05:00
Zach Ramsay
ca5e837e54
docs: prettify & organize
2018-02-13 09:12:23 -05:00
Zach Ramsay
fd5dfc5944
docs: remove middleware section
2018-02-13 09:12:23 -05:00
Zach Ramsay
515ad58dfb
fix gaia keys doc
2018-02-13 09:12:23 -05:00
Zach Ramsay
5e473f30d7
comment out basecoin binary stuff until it's built
2018-02-13 09:12:23 -05:00
Zach Ramsay
6af049ad00
fix build errors
2018-02-13 09:12:23 -05:00
Zach Ramsay
31843aa56c
docs: .rst formatting & image
2018-02-13 09:12:23 -05:00
Zach Ramsay
02e66992be
more dumb rebase fixes
2018-02-13 09:12:23 -05:00
Zach Ramsay
860cf229b0
rm more shelldown
2018-02-13 09:12:23 -05:00
Zach Ramsay
4e86016f98
return the attic because WTF rebase
2018-02-13 09:12:23 -05:00
Zach Ramsay
22ed04c896
docs: remove shelldown FTTB
2018-02-13 09:12:23 -05:00
Zach Ramsay
d4dcc4c3c8
tests: more organized
2018-02-13 09:12:23 -05:00
Zach Ramsay
b51d5dda8c
remove deprecated 'tests/' directory & old D-file
2018-02-13 09:12:23 -05:00
Zach Ramsay
3baea45694
remove deprecated 'publish/' directory
2018-02-13 09:12:13 -05:00
Zach Ramsay
5a651398b2
remove deprecated RELEASE / TODO files
2018-02-13 09:11:14 -05:00
Zach Ramsay
e6b0983e53
docs: use x dir for extensions
2018-02-13 09:11:14 -05:00
Zach Ramsay
461c776404
docs: remove _build dir
2018-02-13 09:11:14 -05:00
Zach Ramsay
b655d902de
docs: remove reference to middleware/isolation
2018-02-13 09:11:14 -05:00
Zach Ramsay
5ed30b2a62
docs: s/plugin/extensions/g, #326
2018-02-13 09:11:14 -05:00
Zach Ramsay
e30c8d8a7c
docs: more re-org
2018-02-13 09:11:14 -05:00
Zach Ramsay
4401b2afc0
docs: remove 'roles'
2018-02-13 09:11:14 -05:00
Zach Ramsay
670f833233
docs: ongoing organization
2018-02-13 09:11:12 -05:00
Zach Ramsay
ef65ff7b22
remove stdlib.rst
2018-02-13 09:08:16 -05:00
Zach Ramsay
05410f6f9b
update Cosmos SDK image, #409
2018-02-13 09:08:13 -05:00
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