cosmos-sdk/baseapp
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
..
testdata cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
baseapp.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
baseapp_test.go Merge pull request #1812: Add BaseApp.Seal 2018-08-01 00:23:25 -04:00
doc.go cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
helpers.go Merge pull request #1400: Cleanup Baseapp 2018-07-09 23:59:30 -04:00
options.go Merge PR #1533: Pruning Cleanup 2018-07-13 03:20:26 +02:00
query.go cosmos-sdk/app.App -> cosmos-sdk/baseapp.BaseApp 2018-01-20 20:13:46 -08:00
router.go Merge PR #1705: baseapp: Allow alphanumerics in routes 2018-07-17 23:11:34 +02:00
setters.go Merge pull request #1812: Add BaseApp.Seal 2018-08-01 00:23:25 -04:00