Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document limits for batch actions #244

Open
PaulRBerg opened this issue Jan 27, 2025 · 2 comments
Open

Document limits for batch actions #244

PaulRBerg opened this issue Jan 27, 2025 · 2 comments
Labels
priority: 3 Nice-to-have. Willing to ship without this. type: feature New feature or request. work: clear Sense-categorize-respond. The relationship between cause and effect is clear.

Comments

@PaulRBerg
Copy link
Member

How many streams can be created in one go, how many can be canceled, etc.

Over the years, we've received several questions about this:

Image

cc @sablier-labs/solidity

@PaulRBerg PaulRBerg added priority: 3 Nice-to-have. Willing to ship without this. type: feature New feature or request. work: clear Sense-categorize-respond. The relationship between cause and effect is clear. labels Jan 27, 2025
@andreivladbrg
Copy link
Member

notes for later:

  • depends on the chain (diff max block gas)
  • depends on the model as the streamed amount is calculated (if there is a LD stream and the current time is between last 2 segments it will cost more)
  • since isDepleted is in a different slot, maybe it affects the gas when set true

@PaulRBerg
Copy link
Member Author

As always, we can start small. We don't need to cover all chains. For instance, just Ethereum and Base would be a good starting point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: 3 Nice-to-have. Willing to ship without this. type: feature New feature or request. work: clear Sense-categorize-respond. The relationship between cause and effect is clear.
Projects
None yet
Development

No branches or pull requests

2 participants