Commit Graph

14 Commits

Author SHA1 Message Date
Christopher Goes 8c0cb25bab
Update for new context 2018-04-05 11:21:42 +02:00
Christopher Goes 74a2246b3e
Pass logger and config through CLI context (closes #725) 2018-04-05 11:20:05 +02:00
Christopher Goes 457092d662
TestStartStandAlone without cobra 2018-04-03 22:16:03 +02:00
Christopher Goes 3404ecca79
Avoid race condition with viper.Set (ref #668) 2018-04-03 22:16:03 +02:00
Christopher Goes fb3572c445
Enable TestStartWithTendermint (closes #668) 2018-04-03 22:16:03 +02:00
Adrian Brink 75674a9ec3
Implement Simple Staking as a module
The simple staking module allows validators to bond and add more stake
to their bond. It doesn't allow partial unbond and has no delegation.
The staking power per validator though is correctly reflected within the
consensus.
2018-03-20 12:14:35 +01:00
mossid df3a7095f0 modify server/start_test.go and Makefile to pass ci 2018-03-19 13:29:32 +01:00
Ethan Buchman 64852138b6 fix the tests. includes some hacks 2018-03-18 02:02:26 +01:00
rigelrozanski 1778a27082 more of the go-bash stuff for REST 2018-03-17 22:14:19 +01:00
rigelrozanski 11fdd831ee refactoring server new non-deterministic error :( 2018-03-17 22:14:19 +01:00
Ethan Frey 7848ee23db Addressed pr comments 2018-03-01 02:36:08 +00:00
Ethan Frey 34772f8b6e Unit test initialization bug 2018-03-01 02:36:08 +00:00
Ethan Frey d694dbe7c1 Add first server command tests 2018-03-01 02:36:08 +00:00
Ethan Frey 1f31fbeea8 Start writing test scaffold to test server 2018-03-01 02:34:05 +00:00