Replies: 5 comments 11 replies
-
To respond to @andreivladbrg's question here.
Because of what I said in the OP — users may want to set up the streams in advance so that they can share the URLs with the recipients. This isn't an incredibly helpful feature, but its existence proves that At a minimum, why not remove the check and save a little gas? |
Beta Was this translation helpful? Give feedback.
-
I am in favor of this proposal. This can also be useful for DAOs where they want to create a stream using Governance, then fund it partially using EOAs and then begin it later (i.e. setting RPS non-zero). There may also be other use cases, but I cant think of them right now. And why introduce |
Beta Was this translation helpful? Give feedback.
-
I agree with the proposal. re |
Beta Was this translation helpful? Give feedback.
-
After seeing @smol-ninja's implementation of this removal, I realized that we actually don't need (as a necessity in the flow contract) the So, the question that comes to mind is: should we remove them and rely only on
wdyt? @sablier-labs/solidity |
Beta Was this translation helpful? Give feedback.
-
This is an idea I first shared here — not allowing
rps == 0
in the create function is not an objective necessity.Users may want to set up the streams in advance, and fund them later.
Why not introduce a
adjustRatePerSecondAndDeposit
method to enable this behavior? Although, I think that thebatch
function can also do this, right?CC @sablier-labs/solidity
Beta Was this translation helpful? Give feedback.
All reactions