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
If I remember this correctly, we did this because we can't use Strings inside the runtime, but I am not sure if this is the right approach. Maybe we can just use PalletString as we use elsewhere:
It shouldn't. I think we can define a safe bounded length for the url and use PalletString with BoundedVec
but I'd like the length of the bounded PalletString to be configurable by type argument.
This might make sense to solve together with #155 bounded types
If I remember this correctly, we did this because we can't use
String
s inside the runtime, but I am not sure if this is the right approach. Maybe we can just usePalletString
as we use elsewhere:pallets/primitives/common/src/lib.rs
Line 27 in be26e6b
The text was updated successfully, but these errors were encountered: