Should we add wrap-and-create functions in "Batch"? #225
Replies: 3 comments 4 replies
-
We're not using them in the app, yet. So there's no rush in adding them as far as the current client functionality goes. On the other hand, regarding deployment cost, it may make sense to add them now rather than later. |
Beta Was this translation helpful? Give feedback.
-
Great observation @andreivladbrg - I'm in favor of adding them in V2.2 (see my comment above). The other wrinkle is naming. Does it make sense to add these functions in a contract called We might want to rename it to something else. |
Beta Was this translation helpful? Give feedback.
-
Closing as this now can be achieved via the abstract |
Beta Was this translation helpful? Give feedback.
-
As we decided that we will no longer use proxy targets in
2.1
, we won't have thewrapAndCreate
helper functions from targets. Should we add support for them in theSablierV2Batch
contract? @PaulRBerg@razgraf @gavriliumircea, are they used in the app?
Beta Was this translation helpful? Give feedback.
All reactions