cosmos-sdk/x
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
..
auth Allow custom key types and address formats (#4232) 2019-05-02 20:36:42 +01:00
bank Merge PR #4234: Allow tx send (generate-only) to actually work offline 2019-04-30 12:47:26 -04:00
crisis Merge PR #4100: Return correct error on invalid messages 2019-04-15 12:25:04 -04:00
distribution Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00
gov Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00
ibc Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00
mint Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00
mock Allow custom key types and address formats (#4232) 2019-05-02 20:36:42 +01:00
params Merge PR #4253: Change User Supplied Param Change Value to json.RawMessage 2019-05-02 14:21:35 -04:00
simulation Merge PR #4140: Fix Failed Simulation Seeds 2019-04-22 10:57:58 -04:00
slashing Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00
staking Merge PR #4206: Param Change Proposal 2019-04-30 12:31:38 -04:00