cosmos-sdk/simapp
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
..
helpers Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00
params Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
simd Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
app.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
app_test.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
config.go Remove dependency of types/module package on x/simulation (#5835) 2020-03-23 12:55:44 +01:00
encoding.go Fix module interface registration (#6834) 2020-07-23 22:45:34 -04:00
export.go Fix AfterImport and update black/white list variable namings (#7159) 2020-08-25 15:55:19 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
genesis_account.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
genesis_account_test.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
sim_bench_test.go fix hardcoded auth sims (#7135) 2020-08-24 10:55:42 +00:00
sim_test.go Fix AfterImport and update black/white list variable namings (#7159) 2020-08-25 15:55:19 +00:00
state.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
test_helpers.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00
types.go Fix AfterImport and update black/white list variable namings (#7159) 2020-08-25 15:55:19 +00:00
utils.go Enable proto JSON generally and remove HybridCodec (#6859) 2020-08-13 13:20:02 +00:00
utils_test.go Implement gRPC Simulate endpoint (#7035) 2020-08-24 14:41:08 +00:00