cosmos-sdk/x/stake
Matt Bell 6ad16e6c90 Changes to /stake/candidates REST handler 2018-05-25 09:32:37 +09:00
..
client Changes to /stake/candidates REST handler 2018-05-25 09:32:37 +09:00
delegation.go split types into multiple files, fix delegation share exrate 2018-05-17 09:19:33 -04:00
errors.go working refactoring 2018-05-17 09:17:40 -04:00
genesis.go ... 2018-05-22 15:13:03 -04:00
handler.go cleanup handleMsgUnbond and revoke logic 2018-05-23 17:06:54 -04:00
handler_test.go fix tests, pool.TotalSupply -> pool.TokenSupply() 2018-05-22 18:50:59 -04:00
keeper.go cleanup handleMsgUnbond and revoke logic 2018-05-23 17:06:54 -04:00
keeper_keys.go updateBondedValidators only kicks the cliff validator (typical case) 2018-05-23 16:38:50 -04:00
keeper_test.go fix tests, pool.TotalSupply -> pool.TokenSupply() 2018-05-22 18:50:59 -04:00
msg.go Fixed json field names in stake msg types 2018-05-25 09:32:12 +09:00
msg_test.go working refactoring 2018-05-17 09:17:40 -04:00
params.go working addressed bucky comments 2018-05-18 18:57:47 -04:00
pool.go fix tests, pool.TotalSupply -> pool.TokenSupply() 2018-05-22 18:50:59 -04:00
pool_test.go fix tests, pool.TotalSupply -> pool.TokenSupply() 2018-05-22 18:50:59 -04:00
shares.go more bucky comments, single status validator, only one store now for core validator object 2018-05-20 17:39:04 -04:00
store.md update x/stake/store.md 2018-05-22 19:34:31 -04:00
test_common.go ... 2018-05-22 15:13:03 -04:00
tick.go fix tests, pool.TotalSupply -> pool.TokenSupply() 2018-05-22 18:50:59 -04:00
tick_test.go fix tests, pool.TotalSupply -> pool.TokenSupply() 2018-05-22 18:50:59 -04:00
validator.go more bucky comments, single status validator, only one store now for core validator object 2018-05-20 17:39:04 -04:00
validator_test.go fix tests, pool.TotalSupply -> pool.TokenSupply() 2018-05-22 18:50:59 -04:00
view_slash_keeper.go working refactoring 2018-05-17 09:17:40 -04:00
view_slash_keeper_test.go fix tests, pool.TotalSupply -> pool.TokenSupply() 2018-05-22 18:50:59 -04:00
wire.go working addressed bucky comments 2018-05-18 18:57:47 -04:00