Commit Graph

117 Commits

Author SHA1 Message Date
Ethan Buchman 1f5a278965 fix build/tests 2017-05-22 07:44:50 -04:00
Ethan Buchman f4c5edaca3 fixes to compile 2017-05-22 07:35:23 -04:00
Ethan Frey ecaff359d2 89: Add support for setting accounts by address (not just pub_key) in genesis.json 2017-05-22 13:10:25 +02:00
Ethan Frey b53d71c5cf 87: sort the coins from genesis.json/SetOptions to ensure they are valid 2017-05-22 11:59:34 +02:00
Anton Kaliaev e42849b4b8 move logger to state
also remove redundant root.go logger
2017-05-14 20:48:11 +02:00
Anton Kaliaev 41ef8af108 new logging 2017-05-14 20:47:01 +02:00
Ethan Buchman 78593078ba fix genesis format 2017-05-13 20:04:53 -04:00
Ethan Buchman 1a6fae6af6 update import paths for repo merge 2017-04-27 15:55:23 +02:00
Ethan Frey 787cf0ebac Update to patched go-p2p, tendermint, fix a few tests 2017-04-27 15:53:49 +02:00
rigelrozanski b60845c818 BCHOME default dir change
int

int

int

int
2017-04-21 12:34:11 -04:00
rigel rozanski e36a40c603 fixes, remove assert with Sprintf 2017-04-17 19:53:06 -04:00
Ethan Buchman e6ec782f0c minor cleanup 2017-04-17 17:47:00 -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 468b35f28d removed comment test 2017-04-13 23:31:52 -04:00
rigelrozanski e788a9863a commented failing test 2017-04-13 23:31:52 -04:00
rigelrozanski 0720a03dae tests cleanup
cleanup
2017-04-13 23:31:52 -04:00
rigelrozanski 16ff0ccf4f finished execution test
int

interim, tests finalized
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 Buchman 09433299ca add plugin_options and fix tests 2017-03-14 13:55:46 -04:00
Ethan Buchman 03ea00f1e6 consolidate genesis files 2017-03-14 13:32:39 -04:00
Ethan Frey a6f62023b2 test LoadGenesis and change format 2017-02-25 00:12:15 +01:00
Ethan Buchman b593954285 forgot log.go file 2017-02-21 16:44:27 -05:00
Ethan Buchman 0b77bcfce6 Query: Height -> LastHeight 2017-02-17 09:38:59 -05:00
Ethan Buchman 558df7da15 enable ibc by default 2017-02-17 09:37:48 -05:00
Ethan Frey 1d8f59644f Updated dependencies 2017-02-17 13:32:58 +01:00
Ethan Frey 7c481f8c72 Add /account path to query 2017-02-13 16:50:17 +01:00
Matt Bell c23c018824 Assert that Basecoin ABCI app implements abci.BlockchainAware 2017-02-04 15:09:16 -08:00
Matt Bell 4ea03bc9dd Change ABCI app to implement abci.BlockchainAware interface 2017-02-04 15:09:16 -08:00
Ethan Buchman 5c9d63c6e0 app.GetState() for testing 2017-02-03 16:06:12 -05:00
Ethan Frey 66697774dd Actually return result on successful tx 2017-02-02 21:26:46 +01:00
Ethan Buchman f811502826 cmd: counter tx 2017-01-29 16:30:25 -08:00
Jae Kwon b8374f4a9c Merge abci_proof 2017-01-28 09:33:07 -08:00
Jae Kwon c0e153d103 Move tmsp_test to tests/tmsp 2017-01-15 15:16:18 -08:00
Jae Kwon 16a6680e24 Vote->Counter; Fee is types.Coin; Context has Account; Cleanup 2017-01-15 15:10:51 -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
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 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
Jae Kwon 324e72f36d Plugin interface methods take store 2016-05-01 13:52:08 -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 13a0bdd911 Fix Basecoin CheckTx cache 2016-03-29 14:25:17 -07:00
Jae Kwon f498e53095 Fix SetOption set account 2016-03-27 23:04:58 -07:00
Jae Kwon f491c8d8fb Query uses type bytes 2016-03-27 21:51:04 -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 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 5049c35efc Merge basecoin with tendermint_classic 2016-03-21 15:31:25 -07:00
Jae Kwon 63279a897c Begin integrating Governmint 2016-03-15 15:01:53 -07:00
Jae Kwon 3235172a74 Move main.go to cmd/main.go 2016-02-21 15:09:47 -08:00
Jae Kwon cec82d8250 s/blackstar/basecoin/g 2016-02-16 12:29:54 -08:00
Jae Kwon 0417c71543 s/GetHash/Commit/g 2016-02-14 13:13:49 -08:00
Jae Kwon f95f253916 Include "// TMSP::XXX" comments 2016-02-08 18:08:55 -08:00
Jae Kwon 538f3110b1 Relaxed nonce-checking for demo 2016-02-08 15:01:26 -08:00
Jae Kwon 7dccf61484 Fix app 2016-02-08 02:19:32 -08:00
Jae Kwon 01b2def693 Actually set Input.Signature; Call rpc broadcast_tx_sync 2016-02-08 01:55:13 -08:00
Jae Kwon 436e0ba7d7 Added genesis file; Added draft of Tendermint tests 2016-02-07 22:54:49 -08:00