cosmos-sdk/x/auth/types
SaReN 23a9f46aad
Update tm pubkey references (#7102)
* Update pubkey references

* Update ledger_mock

* Migrate encoding from tm

* Update pubkey prefix

* revert ed25519 to tendermint key

* random account revert

* Revert ed25519 references

* revert secp key name

* test revert

* remove ed25519

* Update x/staking/types/validator.go

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>

* Revert "remove ed25519"

This reverts commit 66d2e1d061aeae81c4c0a3daf718536b09dda19e.

* remove ed25519 & sr25519

* Apply suggestions from code review

* remove codec

Co-authored-by: Marko Baricevic <marbar3778@yahoo.com>
Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
2020-08-28 16:02:38 +00:00
..
account.go Add cli test for query Account (#6973) 2020-08-17 13:47:31 +01:00
account_retriever.go Merge PR #7006: auth: Update AccountRetriever 2020-08-13 10:22:16 -04:00
account_retriever_test.go Merge PR #7006: auth: Update AccountRetriever 2020-08-13 10:22:16 -04:00
account_test.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
amino_signing.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00
amino_signing_test.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
auth.pb.go Protobuf audit: base package, module packages, tx/Msg's (#7059) 2020-08-19 07:36:41 +00:00
client_tx.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00
client_tx_test.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
codec.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
common_test.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
expected_keepers.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
genesis.pb.go Protobuf Audit: Genesis states (#6978) 2020-08-12 15:48:22 +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.go Add cli test for query Account (#6973) 2020-08-17 13:47:31 +01:00
query.pb.go Add Grpc gateway annotations (#6918) 2020-08-14 10:05:35 +00:00
query.pb.gw.go Verify Client on Connection Handshake (#7057) 2020-08-20 22:05:41 +00:00
stdsignmsg.go Tx Height Timeout (#6089) 2020-08-07 23:32:22 +00:00
stdtx.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
stdtx_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00