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
Our protocol uses u32 representing seconds, but we want to support strings like 1d in the SDK. We should implement a similar parser as Go stdlib provides and accept number or string to our primitives.
Our protocol uses u32 representing seconds, but we want to support strings like
1d
in the SDK. We should implement a similar parser as Go stdlib provides and accept number or string to our primitives.Originally posted by @blaine-arcjet in #184 (comment)
The text was updated successfully, but these errors were encountered: