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
For decoding on the other hand there is no reason to enfore this restriction. Here we could even test if the current implementation supports very long addresses.
The bech32 spec says an address is no longer than 90 characters. To avoid any kind of decoding trouble later on, we should ensure this library throws when the result address exceeds 90 characters.
For decoding on the other hand there is no reason to enfore this restriction. Here we could even test if the current implementation supports very long addresses.
Some sample data here: cosmos/cosmos-sdk#6237
The text was updated successfully, but these errors were encountered: