Commit Graph

102 Commits

Author SHA1 Message Date
Jae Kwon 51e6144c0d Initial commit for permissioning... 2018-01-12 19:17:17 -08:00
Ethan Buchman 1d07f88867 new basecoin example 2018-01-03 20:20:21 -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
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 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
Ethan Frey 724fb065f2 Fix off-by-one in handshake, add debug logging 2017-10-10 17:10:10 +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
rigelrozanski 6eb884017b proper integration of tick functionality 2017-10-03 19:01:02 -04:00
rigelrozanski 20e1b92ad4 remove ticker from begin block 2017-10-03 16:42:01 -04:00
rigelrozanski 007fc330a4 ticker in the begin block logic 2017-10-03 03:47:26 -04:00
Ethan Buchman 1f151d1232 update for tendermint 0.11 2017-10-02 14:40:42 -04:00
Ethan Frey 041943c441 Rename all packages and imports to cosmos-sdk 2017-08-21 22:15:15 +01:00
Ethan Frey 2f4f875dd4 Cleanup from PR comments 2017-08-04 13:50:55 +02:00
Ethan Frey 70fe2444ab Deduplicate validator changes in EndBlock and test this 2017-08-03 21:41:24 +02:00
Ethan Frey a46cb62272 Returns all validator changes from DeliverTx in EndBlock 2017-08-03 21:41:24 +02:00
Ethan Frey 4b69f1d5ba Rename SetOption to InitState 2017-08-03 21:41:23 +02:00
Ethan Frey fd10387eb5 Tested register and update ibc via cli 2017-07-27 16:30:20 -04:00
Ethan Frey ea8bdd3f92 Fix app state to commit properly 2017-07-27 15:31:34 -04:00
Ethan Frey 51a29e4bb7 Ported everything to SimpleDB interface 2017-07-27 15:31:33 -04:00
Ethan Frey 199ee81a97 Revert all on failed CheckTx, fee+nonce increment on failed DeliverTx 2017-07-27 15:31:33 -04:00
Ethan Frey d607b76234 Reorg state package and fix all imports 2017-07-27 15:31:33 -04:00
Ethan Frey f6e7d4b741 Pull in logic from merkleeyes, get it all working with trees 2017-07-27 15:31:32 -04:00
Ethan Frey 5272ca5831 Add checkpoint to middleware not app 2017-07-27 15:31:31 -04:00
Ethan Frey 5f1d98ba0f Tested sending 1 sig from role 2017-07-19 16:36:35 +02:00
Ethan Frey 911dd1423e Add roles wrapper/tx/query command to basecoin 2017-07-19 14:26:40 +02:00
rigel rozanski 007230e583 swap the nonce & chain check order in stack 2017-07-18 12:08:29 +02:00
rigel rozanski 50e4d31149 working nonce module 2017-07-18 12:08:27 +02:00
Ethan Frey 36a453ea41 Fee handler set by default, tested app level 2017-07-12 20:38:54 +02:00
Ethan Frey b6197a1c12 Add height to context, cleanup, add to app and stack 2017-07-10 12:19:42 +02:00
rigel rozanski 1821f8bd7a more cleanup
int
2017-07-07 01:27:29 -04:00
Ethan Frey a047e210fa Moved the handlers from stack into modules 2017-07-06 16:00:54 +02:00
rigel rozanski 375fad3bec go linting working 2017-07-04 23:28:27 -04:00
Ethan Frey 473451f020 Integrate dispatcher into app, and fix tests 2017-07-04 12:46:57 +02:00
Ethan Frey fcab8ac901 Write dispatcher, change SetOption arguments 2017-07-04 12:22:06 +02:00
Ethan Frey fc44de2141 Fix up BasecoinApp and tests 2017-07-03 21:34:08 +02:00
Ethan Frey 7c4f408934 Implement SetOption in coin module 2017-07-03 18:58:28 +02:00
Ethan Frey 159574db89 Move ChainID into context 2017-07-03 17:32:01 +02:00
Ethan Frey ef0ab758ed Cleaned up logger on constructors in App, State 2017-07-03 16:54:47 +02:00
Ethan Buchman 0b81676067 abci handshake 2017-06-21 18:38:20 +02:00
Ethan Buchman f4c5edaca3 fixes to compile 2017-05-22 07:35:23 -04:00