cosmos-sdk/x/stake
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
..
client Merge PR #1949: Fixed delegations endpoint 2018-08-10 15:41:01 +02:00
keeper Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
simulation Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
tags Merge PR #1781: Gov tags cleanup 2018-07-21 03:58:45 +02:00
types Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
app_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
genesis.go Fix genesis bond intra-tx counter bug 2018-07-27 20:01:06 +02:00
genesis_test.go Fix genesis bond intra-tx counter bug 2018-07-27 20:01:06 +02:00
handler.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
handler_test.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
stake.go remove global shares (#1644) 2018-07-13 21:46:14 +01:00