cosmos-sdk/x/slashing
Rigel 6f140d7296 Merge PR #1119: Unbonding, Redelegation
* stake/fees spec updates
* staking overview.md revisions, moving files
* docs reorganization
* staking spec state revisions
* transaction stake updates
* complete staking spec update
* WIP adding unbonding/redelegation commands
* added msg types for unbonding, redelegation
* stake sub-package reorg
* working stake reorg
* modify lcd tests to not use hardcoded json strings
* add description update
* index keys
* key managment for unbonding redelegation complete
* update stake errors
* completed handleMsgCompleteUnbonding fn
* updated to use begin/complete unbonding/redelegation
* fix token shares bug
* develop docs into unbonding
* got non-tests compiling after merge develop
* working fixing tests
* PrivlegedKeeper -> PrivilegedKeeper
* tests compile
* fix some tests
* fixing tests
* remove PrivilegedKeeper
* get unbonding bug
* only rpc sig verification failed tests now
* move percent unbonding/redelegation to the CLI and out of handler logic
* remove min unbonding height
* add lcd txs
* add pool sanity checks, fix a buncha tests
* fix ante. set lcd log to debug (#1322)
* redelegation tests, adding query functionality for bonds
* add self-delegations at genesis ref #1165
* PR comments (mostly) addressed
* cleanup, added Query LCD functionality
* test cleanup/fixes
* fix governance test
* SlashValidatorSet -> ValidatorSet
* changelog
* stake lcd fix
* x/auth: fix chainID in ante
* fix lcd test
* fix lint, update lint make command for spelling
* lowercase error string
* don't expose coinkeeper in staking
* remove a few duplicate lines in changelog
* chain_id in stake lcd tests
* added transient redelegation
* 'transient' => 'transitive'
* Re-add nolint instruction
* Fix tiny linter error
2018-06-27 04:00:12 +02:00
..
client/cli Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
app_test.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
errors.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
handler.go Swap x/slashing to sdk.ValidatorSet 2018-06-02 00:27:37 +02:00
keeper.go Address PR comments: test descriptions & NewValidatorSigningInfo 2018-06-11 21:47:35 +02:00
keeper_test.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
msg.go Fix address type for x/slashing/MsgUnrevoke 2018-06-08 01:59:10 +02:00
msg_test.go Add MsgUnrevoke.GetSignBytes() testcase, remove unused functions 2018-06-08 02:05:34 +02:00
params.go DowntimeUnbondDuration to 10 minutes 2018-05-29 02:56:40 +02:00
signing_info.go Address PR comments: test descriptions & NewValidatorSigningInfo 2018-06-11 21:47:35 +02:00
signing_info_test.go gaiacli unrevoke 2018-06-01 06:21:22 +02:00
test_common.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
tick.go Merge PR #1227: Set all Error strings 1st letters to lowercase. Fixes issue #1154 2018-06-13 21:13:22 +02:00
tick_test.go Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
wire.go Reorganization in progress 2018-05-28 21:55:54 +02:00