Commit Graph

173 Commits

Author SHA1 Message Date
Ethan Buchman ab438c3f45 app compiles 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 51e6144c0d Initial commit for permissioning... 2018-01-12 19:17:17 -08:00
Ethan Buchman 3ba3d6b02f move coins and accounts out of types 2018-01-09 19:11:00 -08: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 1d07f88867 new basecoin example 2018-01-03 20:20:21 -05:00
Ethan Buchman 99d9db39a6 dummy app 2017-12-30 19:46:50 -05:00
Jae Kwon 657820372c App compiles. Ready to build on it 2017-12-26 17:04:48 -08:00
Jae Kwon e308810a51 WIP app.go... 2017-12-21 23:30:44 -08:00
Jae Kwon 3acc94e7cd WIP: Fixing App to compile 2017-12-21 20:19:44 -08:00
Jae Kwon 5c06e56c24 WIP: Implementing App w/ tests 2017-12-21 03:44:59 -08:00
Jae Kwon 00d73c397c BaseApp -> App and cleanup, WIP 2017-12-21 03:44:21 -08:00
Jae Kwon 1ec9e2e0ae Commit, and working on InitState/SetOpetion 2017-12-21 03:41:40 -08:00
Jae Kwon d681049023 CommitMultiStore, and SetCommitStoreLoader->SetSubstoreLoader 2017-12-21 03:39:00 -08:00
Jae Kwon 1d207a2a5e Fixing store/* bugs... 2017-12-04 00:23:10 -08:00
Jae Kwon a2a1151a4f
Unify CheckTx and DeliverTx (#286)
Unify CheckTx and DeliverTx
2017-12-03 21:25:37 -08:00
Jae Kwon 0919737c00 ... 2017-12-01 09:17:23 -08:00
Jae Kwon b96e4784ed Draft of new BaseApp 2017-12-01 09:10:17 -08:00
Ethan Frey 850796bad5 eyes example compiles - but doesnt work 2017-10-25 19:56:48 +02:00
Ethan Frey 4bff480440 app package compiles 2017-10-25 19:56:48 +02:00
Ethan Frey 630c5ca9ff Update iavl tree and address pr cleanup comments 2017-10-25 19:14:28 +02:00
Ethan Frey c4ead8b8a3 Expose height flag in all queries 2017-10-25 19:14:28 +02:00
Ethan Frey 3b7020520c Clean up store versions after a limit 2017-10-25 19:14:28 +02:00
Ethan Frey acdc083821 Clean up genesis, add godoc to genesis and app 2017-10-20 13:42:03 +02:00
Ethan Frey 7631680159 Cleanup names in genesis package 2017-10-20 13:42:03 +02:00
Ethan Frey 6305399baf Pulled genesis file parsing into own package, for clarity 2017-10-20 13:42:03 +02:00
Ethan Frey 4855b3c9d9 StoreApp explicitly exposes some State methods, not embedded, for better godoc 2017-10-20 13:42:03 +02:00
Ethan Frey 3316bfcfb8 Abort on error with genesis app_options 2017-10-20 13:42:03 +02:00
Ethan Frey f65215ad92 Big cleanup of app dir
StoreApp just the queries, BaseApp with handler/ticker
Ticker now defined top level, as an interface, with context
Name for info taken as parameter, start cmd uses commandline name
Cleaner compisition of apps.
2017-10-20 13:42:03 +02:00
Ethan Frey 3a16fa9482 Clean up genesis handling 2017-10-20 13:42:03 +02:00
Ethan Frey adab86c947 Cleanup 2017-10-20 13:42:03 +02:00
Ethan Frey df0f3a22da Separate genesis parsing from basecoin 2017-10-20 13:42:03 +02:00
Ethan Frey c1d36eeb21 Fixed all tests 2017-10-20 13:42:03 +02:00
Ethan Frey 9d1205f8c7 Merged app.Store into app.BaseApp 2017-10-20 13:42:03 +02:00
Ethan Frey 987c0469da Pull out basecoin stuff 2017-10-20 13:42:03 +02:00
Ethan Frey e863e1be70 Started separating BaseApp from Basecoin 2017-10-20 13:42:03 +02:00
Ethan Buchman f6513738cf Merge pull request #255 from cosmos/feature/staking
Feature/staking
2017-10-11 16:53:16 -04:00
rigelrozanski 40c79a65b3 strings -> mycoin (cointype change) 2017-10-11 13:24:49 -04:00
Ethan Frey 724fb065f2 Fix off-by-one in handshake, add debug logging 2017-10-10 17:10:10 +02:00
Ethan Frey 98e615709a Return most recent state, even if it does block 2017-10-10 16:16:25 +02:00
Ethan Frey 5238448a46 Make sure height in store increments every block, even if empty 2017-10-10 15:03:39 +02:00
Ethan Frey 9092b4d7f1 Fix TestTxProofs 2017-10-10 14:27:38 +02:00
Ethan Frey 1e6d9bcac6 cleanup 2017-10-10 13:55:17 +02:00
Ethan Frey e0604baad5 Get abci commit hash/height working 2017-10-10 13:48:48 +02:00
Ethan Frey e85854fa83 state.NewState is always persistent, remove flag 2017-10-10 13:19:25 +02:00
rigelrozanski 2ea45d8ec2 mycoin -> strings 2017-10-09 01:14:16 -04:00
Alexis Sellier 75e2591a68 Start adding versioned queries support 2017-10-05 15:54:57 +02:00
Alexis Sellier 36f8c59fee Move to iavl.VersionedTree 2017-10-04 17:05:38 +02:00
rigelrozanski 6eb884017b proper integration of tick functionality 2017-10-03 19:01:02 -04:00