cosmos-sdk/x/auth/types
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
..
account.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
account_retriever.go proto: Consistent naming for Params (#6803) 2020-07-21 14:04:51 +00:00
account_retriever_test.go proto: Consistent naming for Params (#6803) 2020-07-21 14:04:51 +00:00
account_test.go x/auth/ante: Migrate tests to use the new client.TxConfig (#6661) 2020-07-20 08:30:12 -04:00
amino_signing.go Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
amino_signing_test.go Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
auth.pb.go Update proto files & definitions in accordance with ADR023 (#6413) 2020-06-18 10:04:26 -07:00
client_tx.go Reject unknown fields in TxDecoder and sign mode handlers (#6883) 2020-08-03 19:47:25 +00:00
client_tx_test.go Revert change of StdSignature PubKey to []byte (#6885) 2020-07-30 09:29:43 +00:00
codec.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
common_test.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
expected_keepers.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
genesis.go Remove ValidatorSet from ConsensusState (#6942) 2020-08-06 08:32:19 +00:00
genesis.pb.go x/auth genesis protobuf migration (#6880) 2020-07-29 16:00:15 +00:00
genesis_test.go Remove ValidatorSet from ConsensusState (#6942) 2020-08-06 08:32:19 +00:00
keys.go Merge PR #5702: Add Param Querying to x/auth 2020-02-26 10:33:56 -05:00
params.go Remove DefaultParamspace and simplify simapp creation. (#6564) 2020-07-01 13:57:29 +00:00
params_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
permissions.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
permissions_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
querier.go proto: Consistent naming for Params (#6803) 2020-07-21 14:04:51 +00:00
query.pb.go proto: Consistent naming for Params (#6803) 2020-07-21 14:04:51 +00:00
stdsignmsg.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
stdtx.go Revert change of StdSignature PubKey to []byte (#6885) 2020-07-30 09:29:43 +00:00
stdtx_test.go Revert change of StdSignature PubKey to []byte (#6885) 2020-07-30 09:29:43 +00:00