Replies: 1 comment 4 replies
-
Do you have something specific in mind regarding what it would be used for or how it would be useful? My initial reaction is that it would add complexity, and with a rate per second, you can basically achieve any desired period (daily/weekly/monthly) - IMO it’s just a matter of how you present it to the end user in the UI
I remember working on something similar couple of months ago: https://gist.github.com/andreivladbrg/43acd687872f55d2e17844093388bfd7 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Idea for a future release of Flow - what if we enabled multiple cadences, more than just per-second?
e.g. we could do hourly, daily, and weekly. Monthly would be a little more complicated because of the additional calculations requires to predict the beginning of the next month, but it should be doable in practice (sounds like a good idea for a time utils Solidity library).
WDYT, @sablier-labs/everybody?
Related:
Beta Was this translation helpful? Give feedback.
All reactions