Commit Graph

1912 Commits

Author SHA1 Message Date
Ethan Buchman
94999ad455 docs: Msg and Tx 2018-01-21 23:21:19 -08:00
Jae Kwon
6be2532459 wire.UnmarshalBinary expects a pointer to struct, never a pointer pointer 2018-01-21 20:58:52 -08:00
Jae Kwon
68e04e629a Do not use global wire.Marshal* 2018-01-21 19:48:19 -08:00
Jae Kwon
0d22a9106c Wipe examples/basecoin/vendor to use cosmos-sdk vendor 2018-01-20 22:28:43 -08:00
Jae Kwon
b9455e9620 Make basecoin a root project 2018-01-20 22:28:43 -08:00
Jae Kwon
561da6353f x/auth/Account -> x/auth/BaseAccount; RegisterWireBaseAccount() 2018-01-20 22:10:41 -08:00
Jae Kwon
f942cb4340 WIP: Add docs 2018-01-20 22:10:41 -08:00
Jae Kwon
633eaa87b3 cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
Jae Kwon
bd8bbf9d98 BasecoinApp init refactor 2018-01-20 19:06:29 -08:00
Jae Kwon
05f0c96089 Add CODEOWNERS 2018-01-20 18:18:16 -08:00
Jae Kwon
8fda920de0 auth.AccountStore assumes go-wire; Remove GetTxBytes() from Tx 2018-01-20 18:11:38 -08:00
Ethan Buchman
6d3b5cb402 basecoin: fix codecs, add some tests 2018-01-20 18:11:38 -08:00
Jae Kwon
a74293e4ba godoc tweak 2018-01-20 15:03:57 -08:00
Ethan Buchman
7ce6c7c972
Merge pull request #350 from cosmos/feature/vagrant
Working Vagrantfile
2018-01-18 18:18:42 -05:00
Adrian Brink
88171a8ab2 Vagrantfile 2018-01-18 18:08:08 -05:00
Jae Kwon
48cc398266 Update error constructor names 2018-01-18 00:53:40 -08:00
Jae Kwon
11cccfaf02 New error API 2018-01-18 00:44:54 -08:00
Ethan Buchman
85cc4321d4
Merge pull request #347 from cosmos/coverage
codecov: closes #334
2018-01-17 20:32:33 -05:00
Ethan Buchman
8c6a2d7ec1 codecov: closes #334 2018-01-17 20:00:54 -05:00
Jae Kwon
14a0dce920
Refactor basecoin example (#332)
Refactor basecoin example
2018-01-17 16:59:40 -08:00
Ethan Buchman
fdc7316fda
Merge pull request #333 from cosmos/docs
README makeover
2018-01-17 19:46:08 -05:00
Ethan Buchman
d74f491072 x/auth: fix test 2018-01-17 19:42:05 -05:00
Ethan Buchman
69621fb41e fix circle 2018-01-17 19:17:57 -05:00
Ethan Buchman
228b90eb7e README makeover 2018-01-17 19:15:07 -05:00
Jae Kwon
81b6012021 Vendor tools into tools/* (#331)
* Add tools dir
* Update Makefile to call tools/Makefile
* Add cmd/basecoind to make make pass
2018-01-16 11:24:20 -08:00
Ethan Buchman
17870670d1 app: fix test 2018-01-15 20:38:56 -05:00
Ethan Buchman
124f93b20f x/bank: fix test 2018-01-15 20:21:33 -05:00
Ethan Buchman
1b82ff7a9a x/auth: fix test 2018-01-15 20:19:39 -05:00
Ethan Buchman
48a864f93d store: fix tests 2018-01-15 20:10:46 -05:00
Ethan Buchman
e4676102a7 dummy compiles 2018-01-15 20:01:51 -05:00
Ethan Buchman
381424460c basecoin compiles 2018-01-14 22:49:57 -05:00
Ethan Buchman
d2a801a513 fix glide. basecoin doesnt compile ... 2018-01-13 12:37:00 -05:00
Ethan Buchman
2d56729a1f TransferHandlerFn -> NewHandler 2018-01-12 19:17:17 -08:00
Ethan Buchman
5f76febce8 auth and bank compile 2018-01-12 19:17:17 -08:00
Ethan Buchman
ab438c3f45 app compiles 2018-01-12 19:17:17 -08:00
Ethan Buchman
5e46eea616 types and store compile 2018-01-12 19:17:17 -08:00
Jae Kwon
fcd8e88e65 Fix x/coin imports 2018-01-12 19:17:17 -08:00
Jae Kwon
ba2b4f0f21 WIP: refactor
Refactor

* No more decorators, but rather types.AntiHandler
* No more handlers, but rather types.MsgHandler
* Ability to pass "stores" in NewXYZHandler()
* Coins live in types, and Accounts have coins
* Coinstore -> bank
2018-01-12 19:17:17 -08:00
Jae Kwon
620bdf409f Update context to track thePast 2018-01-12 19:17:17 -08:00
Jae Kwon
51e6144c0d Initial commit for permissioning... 2018-01-12 19:17:17 -08:00
Ethan Buchman
d3de10e22b move sendtx into coinstore 2018-01-09 19:11:00 -08:00
Ethan Buchman
e908cfbb6f move account back to types 2018-01-09 19:11:00 -08:00
Ethan Buchman
f6a875d476 x: add some tests for sendtx and account 2018-01-09 19:11:00 -08:00
Ethan Buchman
e8e5e0cdfe move a .attic to _attic 2018-01-09 19:11:00 -08:00
Ethan Buchman
3ba3d6b02f move coins and accounts out of types 2018-01-09 19:11:00 -08:00
Ethan Buchman
3235b2d647 update glide 2018-01-06 16:07:54 -05:00
Ethan Buchman
85eb58b7c1 update circle 2018-01-06 15:57:42 -05:00
Ethan Buchman
2c1d5332be make test/install 2018-01-06 15:53:31 -05:00
Ethan Buchman
e45ad068fb move things to _attic 2018-01-06 15:35:22 -05:00
Ethan Buchman
c5aeef3f2f
Merge pull request #316 from cosmos/first-app
dummy app
2018-01-05 13:19:52 -05:00