You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the efforts to remove global config, this issue aims to rework the addressverifier config and it usage.
Currently there is an overlaping on using a custom verifier or using the default bech32 check.
Problem Definition
No response
Proposed Feature
Decouple verification and have a clear use case for bech32.
If users are using explicit bech32 functions, we run the checks for bech32, not their custom ones, otherwise users could experience weird behaviors.
If users want to use custom addresVerifiers they should implement it and the use respective functions
The text was updated successfully, but these errors were encountered:
Summary
ref #7448
In the efforts to remove global config, this issue aims to rework the addressverifier config and it usage.
Currently there is an overlaping on using a custom verifier or using the default bech32 check.
Problem Definition
No response
Proposed Feature
Decouple verification and have a clear use case for bech32.
The text was updated successfully, but these errors were encountered: