cosmos-sdk/x/stake/types
Dev Ojha b2a4aecc44 Upgrade to tm version 23.0. (#1927)
* Start upgrade. Currently go test ./... hangs.

* (squash this) Fix staking tests

* wip

* note what changes need to be made to make this work on tm v0.23.0

* Fix addr -> pubkey map

* cleanup code

* Fix slashing test failures except for begin blocker

* fix all slashing tests

* fix lcd tests

* Address PR comments

* add link to changelog.

* (wip) start making addrToPubkey map persisted. Since amino can't handle maps,
we have to change from what this commit is doing.

* Use the correct method of storing a map

* (squash this) address PR comments

* Did you run 'make'?

* remove gaiadebug binary
2018-08-12 03:33:48 -04:00
..
delegation.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
delegation_test.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
errors.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
genesis.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
inflation_test.go lower rounding 2018-07-20 11:24:03 -04:00
msg.go Merge PR #1697: Proposal Query filter by status 2018-07-17 22:59:06 +02:00
msg_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
params.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
params_test.go Merge PR #1492: Improve Module Test Coverage 2018-07-04 06:21:36 +02:00
pool.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
pool_test.go remove global shares (#1644) 2018-07-13 21:46:14 +01:00
test_utils.go Update to tendermint v0.22.6-rc0 (#1798) 2018-07-25 16:43:37 -04:00
validator.go do-not-modify in defaults for edit-validator cli 2018-07-26 13:41:34 -04:00
validator_test.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
wire.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00