cosmos-sdk/x/slashing
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 #1741: CoreContext Refactor 2018-08-06 20:11:30 +02:00
app_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
errors.go Merge PR #1511: Prevent unrevoked validators from unrevoking 2018-07-03 07:47:40 +02:00
genesis.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
handler.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
handler_test.go Merge PR #1265: Global Paramstore 2018-07-14 02:12:23 +02:00
keeper.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
keeper_test.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
msg.go asdf 2018-07-09 00:59:51 -07:00
msg_test.go fixed lcd errors 2018-07-09 01:01:29 -07:00
params.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
signing_info.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
signing_info_test.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
test_common.go Update to tendermint v0.22.6-rc0 (#1798) 2018-07-25 16:43:37 -04:00
tick.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
tick_test.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
wire.go Reorganization in progress 2018-05-28 21:55:54 +02:00