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

Batch Reducer: expose more flexibility #1733

Draft
wants to merge 5 commits into
base: v1
Choose a base branch
from

Conversation

mitschabaude
Copy link
Collaborator

@mitschabaude mitschabaude commented Jul 9, 2024

on top of #1676

adds an unsafeProcessNextBatch() method which tries to create a stack that contains all pending actions and process it, but can fail to do so, because it doesn't use a recursive proof

also adds a getActions() method and other lower-level building blocks that allow you to build various versions of the main batch reducer flow yourself

@mitschabaude mitschabaude changed the base branch from main to feature/token-dogfooding July 9, 2024 17:21
@mitschabaude mitschabaude mentioned this pull request Jul 9, 2024
Base automatically changed from feature/token-dogfooding to main July 10, 2024 16:38
Copy link
Member

@Trivo25 Trivo25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep I think this comes close to what I imagined, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants