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
feat: add namespace cfg validation + random default (#2682)
Update the default namespace to a random string on init to avoid
collisions.
Validate the namespace using go-square lib, as suggested by node team.
Users should always have a namespace for their chain, but having a
random one, improve usability and testing while making sure users won't
by mistake all publish to the same namespace.
0 commit comments