cosmos-sdk/server
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
..
init.go fix the tests. includes some hacks 2018-03-18 02:02:26 +01:00
init_test.go refactoring server new non-deterministic error :( 2018-03-17 22:14:19 +01:00
key.go fix the tests. includes some hacks 2018-03-18 02:02:26 +01:00
reset.go Pulled most of gaiad into server, with rough implementation 2018-03-01 02:30:13 +00:00
start.go fix the tests. includes some hacks 2018-03-18 02:02:26 +01:00
start_test.go Implement Simple Staking as a module 2018-03-20 12:14:35 +01:00
test_helpers.go fixes post rebase 2018-03-17 23:09:04 +01:00