cosmos-sdk/types
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
..
lib Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
abci.go Add p2p filter functions & tests 2018-05-16 01:15:07 +02:00
account.go Merge PR #1227: Set all Error strings 1st letters to lowercase. Fixes issue #1154 2018-06-13 21:13:22 +02:00
codespacer_test.go Error codespacing (#809) 2018-04-17 19:16:21 -07:00
codespacer.go Error codespacing (#809) 2018-04-17 19:16:21 -07:00
coin_test.go Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
coin.go Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
context_test.go Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
context.go Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
errors_test.go Error codespacing (#809) 2018-04-17 19:16:21 -07:00
errors.go Merge PR #1358: Fix typos and gofmt files 2018-06-25 20:23:17 +02:00
gas.go Merge PR #1358: Fix typos and gofmt files 2018-06-25 20:23:17 +02:00
handler.go in progress 2018-05-23 19:49:35 -07:00
int_test.go Merge PR #1218: sdk.Int in sdk.Coin 2018-06-15 23:16:45 +02:00
int.go Merge PR #1388: types/int: Switch Int, Uint to use pointers internally 2018-06-27 03:10:34 +02:00
rational_test.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
rational.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
result.go Merge PR #1266: Multiple messages 2018-06-22 00:05:25 +02:00
stake.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
store_test.go added just FF byte 2018-04-10 01:32:04 +02:00
store.go Merge PR #1254: Add prefixstore and lib refactor 2018-06-21 23:33:36 +02:00
tags_test.go AppendTags a function of Tags 2018-05-10 17:37:12 +02:00
tags.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
tx_msg.go Merge PR #1377: types: remove GetMemo from Tx 2018-06-26 04:37:21 +02:00
wire.go Merge PR #1085: Re-enable tx history in LCD 2018-06-11 22:09:29 +02:00