Commit Graph

80 Commits

Author SHA1 Message Date
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 e908cfbb6f move account back to types 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 2c1d5332be make test/install 2018-01-06 15:53:31 -05: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 ab2cef884d Move Coins to types 2017-12-25 00:57:07 -08:00
Jae Kwon e7b38b3fb9 ABCI w/ more non-nullable fields 2017-12-22 00:23:37 -08:00
Jae Kwon 623e77d5a2 Context is more immutable 2017-12-21 23:30:14 -08:00
Jae Kwon 1afab45cf5 Move store/types.go to types/store.go and alias 2017-12-21 20:05:41 -08:00
Jae Kwon 5c06e56c24 WIP: Implementing App w/ tests 2017-12-21 03:44:59 -08:00
Ethan Buchman a9b2636439 Coin (#312)
* wip: tests and fixes for kvstore iteration
* update for latest tmlibs
* types compiles
* x/coin almost compiles
* x/coin: move things out of the way so it builds
* rebase fixes
* update glide
* add test for ChainDecorators
2017-12-21 03:31:33 -08:00
Jae Kwon a2a1151a4f
Unify CheckTx and DeliverTx (#286)
Unify CheckTx and DeliverTx
2017-12-03 21:25:37 -08:00
Jae Kwon 8c250cc840 Move Queue to attic 2017-12-01 14:08:37 -08:00
Jae Kwon b96e4784ed Draft of new BaseApp 2017-12-01 09:10:17 -08:00
Jae Kwon 6e8e4331ea ... 2017-11-26 20:29:17 -08:00
Jae Kwon 458fba22d3 Update decorators/handler/results.go add tx_msg/signature.go 2017-11-26 14:14:03 -08:00
Jae Kwon 6a9b8c3a92 Sweeping util/* 2017-11-26 02:19:17 -08:00
Jae Kwon 7750a698f9 Add basic types Account and Msg 2017-11-03 16:43:04 -05:00
Ethan Frey 6983f61961 Moved Coins from types -> modules/coin 2017-07-06 14:59:45 +02:00
Ethan Frey 49357a3574 Move kvstore from types to state 2017-07-06 14:23:38 +02:00
Ethan Frey 912c24093f Removed a whole lot of old crud 2017-07-06 13:40:02 +02:00
Ethan Frey 6dc3aedc25 Fix up the tx parsing for chain ids in address 2017-06-30 18:30:02 +02:00
Ethan Frey 4b815f4289 Test to reproduce #147 2017-06-30 18:28:40 +02:00
Ethan Frey 6fec396fbd 92: Fix ParseCoins regexp in general 2017-05-29 16:16:55 +02:00
Ethan Frey 07fb680a01 92: return error on empty coin in list 2017-05-24 17:15:42 +02:00
Ethan Buchman 4503bb61f2 test SendTx to IBC packet 2017-05-22 07:35:23 -04:00
Ethan Buchman 412c2b5bb7 support SendTx to other chains via IBC 2017-05-22 07:35:23 -04:00
Ethan Frey be321373da 87: Sort coin order on ParseCoins to be less fragile 2017-05-22 11:22:41 +02:00
Ethan Frey a32bf5475f Start working on apptx for counter in basecli 2017-05-16 21:40:07 +02:00
Ethan Buchman 9c391a08a9 fix some imports 2017-04-27 15:55:23 +02:00
Ethan Buchman 1a6fae6af6 update import paths for repo merge 2017-04-27 15:55:23 +02:00
Ethan Frey b6ebf9f8b8 Update to latest go-crypto, adjust code and tests 2017-04-27 15:53:49 +02:00
Ethan Frey 0665a2e8a6 Clean up all XxxS structs to Xxx 2017-04-27 15:52:53 +02:00
Ethan Frey 57356beab6 Use WrapXxx to safelt construct XxxS structs 2017-04-27 15:52:53 +02:00
rigel rozanski e36a40c603 fixes, remove assert with Sprintf 2017-04-17 19:53:06 -04:00
Rigel Rozanski f857f6218b foo->in bar->out, use of variadic variables 2017-04-13 23:31:52 -04:00
Ethan Buchman 750859f1e8 some renames and comments 2017-04-13 23:31:52 -04:00
rigelrozanski d19f52c893 review changes
int

int
2017-04-13 23:31:52 -04:00
rigelrozanski 0720a03dae tests cleanup
cleanup
2017-04-13 23:31:52 -04:00
rigelrozanski 4bf37baf0b Additional Unit Tests
int

int

int

int, got it working!

int
2017-04-13 23:31:52 -04:00
Ethan Frey 52353433a3 Update all dependencies to develop, fix method names 2017-04-13 14:25:06 +02:00
rigelrozanski c0f093551f sign bytes bug fix 2017-03-17 01:43:22 -04:00
Ethan Buchman e3826a2f45 use default vals for new accounts 2017-03-06 04:40:43 -05:00
Ethan Frey 1fd2d17cd9 Update go-crypto, move testutils into types 2017-02-25 00:12:15 +01:00
Ethan Frey 4ad645f318 Proper json marshalling/unmarshalling of sendtx with or w/o sig 2017-02-25 00:12:15 +01:00
Ethan Frey c1fa8cb0d2 Use new go-crypto S structs to get full go-data support 2017-02-25 00:12:15 +01:00
Ethan Buchman fe81f87a13 fix for empty coins in Plus() 2017-02-24 17:12:05 -05:00