cosmos-sdk/x/auth
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
account.go Merge pull request #1379: Account constructor in AccountMaper 2018-07-09 20:29:14 -07:00
account_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
ante.go ignore linter 2018-07-13 11:12:29 -07:00
ante_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
context.go in progress 2018-05-23 19:49:35 -07:00
context_test.go update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
feekeeper.go address Chris review 2018-05-25 21:14:49 -07:00
feekeeper_test.go Merge PR #1811: NewCoin takes sdk.Int 2018-07-31 02:09:50 +02:00
mapper.go Merge pull request #1379: Account constructor in AccountMaper 2018-07-09 20:29:14 -07:00
mapper_test.go Merge pull request #1379: Account constructor in AccountMaper 2018-07-09 20:29:14 -07:00
stdtx.go Upgrade to tm version 23.0. (#1927) 2018-08-12 03:33:48 -04:00
stdtx_test.go Update to tendermint v0.22.6-rc0 (#1798) 2018-07-25 16:43:37 -04:00
wire.go Merge PR #1340: Reverted ChangePubKey 2018-06-22 21:53:24 +02:00