cosmos-sdk/x/mock
Aaron Craelius 114de631a5 Allow custom key types and address formats (#4232)
Add additional parameter to NewAnteHandler for custom SignatureVerificationGasConsumer (the existing one is now called DefaultSigVerificationGasConsumer).

Add addressVerifier field to sdk.Config which allows for custom address verification (to override the current fixed 20 byte address format).

DefaultSigVerificationGasConsumer now uses type switching as opposed to string comparison.
Other zones like Ethermint can now concretely specify which key types they accept.

Closes: #3685
2019-05-02 20:36:42 +01:00
..
app.go Allow custom key types and address formats (#4232) 2019-05-02 20:36:42 +01:00
app_test.go Merge PR #3801: BaseApp Security Improvements 2019-03-07 21:52:19 -08:00
doc.go Merge PR #2345: update doc.go for mock/simulation 2018-09-17 12:15:06 +08:00
test_utils.go Merge PR #3801: BaseApp Security Improvements 2019-03-07 21:52:19 -08:00