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

chore: parallelise intra-block processing #128

Open
1 task
mfw78 opened this issue Jan 15, 2024 · 0 comments · May be fixed by #137
Open
1 task

chore: parallelise intra-block processing #128

mfw78 opened this issue Jan 15, 2024 · 0 comments · May be fixed by #137
Assignees
Labels
enhancement New feature or request

Comments

@mfw78
Copy link
Contributor

mfw78 commented Jan 15, 2024

Background

Intra-block processing is slow when analysing / polling conditional orders.

Details

Re-arrange intra-block processing such that all owners, and their conditional orders, are processed in parallel. There is additional scope here as well in which to modify the polling to return the ABI required for the polling such that polling requests could be aggregated in large multicall to alleviate RPC load.

Acceptance criteria

  • Intra-block processing is parallelised.
@mfw78 mfw78 added the enhancement New feature or request label Jan 15, 2024
@mfw78 mfw78 self-assigned this Jan 15, 2024
@mfw78 mfw78 linked a pull request Jan 19, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant