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(utils): add slot_starting_at / slot_ending_at fns to the calculator (#55)
* feat(utils): add `slot_starting_at` / `slot_ending_at` fns to the calculator
These functions can calculate the slot that begins or ends at a given timestamp, as LONG as it's a slot boundary. Else, the ywill return `None`.
* chore: v bump to 0.8.0
* chore: docs, fixes
* lmao
0 commit comments