You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: