Commit Graph

1909 Commits

Author SHA1 Message Date
Jae Kwon 16a6680e24 Vote->Counter; Fee is types.Coin; Context has Account; Cleanup 2017-01-15 15:10:51 -08:00
Jae Kwon 5ba8250efd Clean glide files 2017-01-14 21:02:33 -08:00
Jae Kwon 6cb95498fd TMSP -> ABCI 2017-01-14 20:42:47 -08:00
Jae Kwon 8a6e4095b7 Cleanup code, remove plugin type byte 2017-01-13 16:10:22 -08:00
Jae Kwon 0f90f51262 Merge pull request #6 from rigelrozanski/voteplugin
Test plugin integration and testing
2017-01-13 14:22:29 -08:00
rigelrozanski ba24e69e45 restructure, tmsp test now using go testing, app/tmsp_test.go 2017-01-13 15:29:12 -05:00
rigelrozanski f2275c3089 successful vote plugin tests 2017-01-13 04:27:07 -05:00
Jae Kwon 1c50204470 Reset readCache upon commit 2017-01-12 17:49:51 -08:00
Jae Kwon 623ef17a84 Fix tests 2017-01-12 14:57:59 -08:00
Jae Kwon 88fd1b752e Cache updates to state.store in readCache 2017-01-12 14:57:59 -08:00
rigelrozanski c1c79d1e3d pubkey not nil error 2017-01-12 14:57:59 -08:00
rigelrozanski 73c7edd588 runs in-tendermint 2017-01-12 00:07:56 -05:00
Jae Kwon 056106a43a Incomplete fix to make Basecoin compile 2016-09-22 17:46:42 +08:00
Jae Kwon b090584845 Delete .execution.go.swo 2016-09-17 14:00:36 -07:00
Jae Kwon 3695d47684 Add Apache2.0 license 2016-09-10 15:53:15 -07:00
Jae Kwon ea444b7047 Implement KVCache.store lookup 2016-05-02 14:48:29 -07:00
Jae Kwon 324e72f36d Plugin interface methods take store 2016-05-01 13:52:08 -07:00
Jae Kwon fefcbbf3b0 Remove unnecessary SetSignature calls 2016-04-19 17:21:02 -07:00
Jae Kwon 7676e59944 Fixing tests 2016-04-19 17:11:19 -07:00
Jae Kwon ce2b8904d6 Split validation into basic/advanced 2016-04-18 08:09:19 -07:00
Jae Kwon bc78a2d272 Governmint testing 2016-04-17 12:41:26 -07:00
Jae Kwon d6f75370a1 Disable scripts/* building with build tags 2016-04-13 15:05:07 -07:00
Jae Kwon 0f1bdc6af4 Added print_txs script for testing 2016-04-07 07:44:07 -07:00
Jae Kwon a16b96062b Coins and fees and gas... 2016-04-01 15:19:07 -07:00
Jae Kwon f81718eea4 Fix tx encoding 2016-03-30 13:20:55 -07:00
Jae Kwon 13a0bdd911 Fix Basecoin CheckTx cache 2016-03-29 14:25:17 -07:00
Jae Kwon 615981c70d Add 'update_deps' 2016-03-28 09:46:57 -07:00
Jae Kwon 9cfc6614ba Defaults to embedded MerkleEyes 2016-03-28 09:42:02 -07:00
Jae Kwon cd3da2bf29 Add TestSequence in tests/tmsp 2016-03-28 09:35:19 -07:00
Jae Kwon f498e53095 Fix SetOption set account 2016-03-27 23:04:58 -07:00
Jae Kwon b6bb3987ba Better state panic messages 2016-03-27 22:54:20 -07:00
Jae Kwon 630cfa6eac Update test genesis.json file to have max account balance 2016-03-27 22:28:54 -07:00
Jae Kwon 8d5274639b Fix Genesis.json parsing 2016-03-27 22:23:44 -07:00
Jae Kwon f491c8d8fb Query uses type bytes 2016-03-27 21:51:04 -07:00
Jae Kwon a63bc3fc46 Fix genesis.json 2016-03-27 16:10:29 -07:00
Jae Kwon fa39c9da5c s/CallTx/AppTx/g; NamedPlugins 2016-03-27 12:47:50 -07:00
Jae Kwon 601a654b7d Plugin support for SetOption, Query, and Commit 2016-03-24 14:10:17 -07:00
Jae Kwon 964a4cfd50 Plugins and AccountCaches 2016-03-24 12:17:26 -07:00
Jae Kwon 83e7c9dab1 Basecoin TMSP test; Result logs 2016-03-24 11:27:44 -07:00
Jae Kwon ed9dd875a7 Commit returns tmsp.Result; Move errors to tmsp/errors.go 2016-03-23 02:47:05 -07:00
Jae Kwon 4810acbd9d ... 2016-03-22 15:58:42 -07:00
Jae Kwon c134fa7efd Allow genesis file 2016-03-22 15:44:58 -07:00
Jae Kwon b4b5d7b6c9 Remove spurious import 2016-03-22 15:17:04 -07:00
Jae Kwon f082e59f9e Account JSON field names 2016-03-22 15:13:31 -07:00
Jae Kwon fd648a6782 Hook into tmsp app 2016-03-22 13:07:03 -07:00
Jae Kwon 0ccad3b5e1 Make it compile 2016-03-22 10:13:34 -07:00
Jae Kwon 5049c35efc Merge basecoin with tendermint_classic 2016-03-21 15:31:25 -07:00
Jae Kwon 3d8cb897b8 Move cmd/main.go to cmd/basecoin/main.go 2016-03-15 15:04:03 -07:00
Jae Kwon 63279a897c Begin integrating Governmint 2016-03-15 15:01:53 -07:00
Jae Kwon 479ef98ec6 Conform to TMSP NewServer 2016-02-21 23:44:43 -08:00