cosmos-sdk/x/auth
Aditya e3391ff447
Remove ValidatorSet from ConsensusState (#6942)
* fix stash merge

* fix build errors

* fix tendermint types test

* fix tendermint tests

* fix client tests

* fix rest of ibc tests

* include TrustedHeight in Header

* fix all tests

* fix all tests

* remove validatorshash from consensus state

* lint

* add evidence checks

* Apply suggestions from code review

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* refix build

* remove redundant hashing in tests

* complete rest of minor review requests

* make format

* suite.valsetHash

* fix test

* Update x/ibc/07-tendermint/misbehaviour.go

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-08-06 08:32:19 +00:00
..
ante Revert SetSignerInfo (#6894) 2020-07-30 13:22:31 +00:00
client Remove TxBuilder and usages (#6941) 2020-08-05 18:28:33 +00:00
keeper Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
legacy Fix 0.39 x/auth Migration Types (#6870) 2020-07-28 19:18:07 +00:00
signing Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
simulation types: add kv type (#6897) 2020-07-30 14:53:02 +00:00
spec Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
tx Merge PR #6935: Fix Testnet Command 2020-08-04 12:51:27 -04:00
types Remove ValidatorSet from ConsensusState (#6942) 2020-08-06 08:32:19 +00:00
vesting Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
genesis.go x/auth genesis protobuf migration (#6880) 2020-07-29 16:00:15 +00:00
module_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
module.go Migrate x/genutil to use TxConfig (#6734) 2020-07-25 08:10:04 +00:00