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
We don't want to use the slash due to IBC... seems like adding period and dash to our unrestricted denom expression (limit 2,64 length) and to the base coin denom (2,127 length--set in app.go) are the best option.
Currently the unrestricted denom expression does not include the anchors but they are always required
provenance/x/marker/types/denom.go
Line 248 in 95cdb69
Update this to the following style from the SDK so that the regex is always properly anchored
The text was updated successfully, but these errors were encountered: