-
Notifications
You must be signed in to change notification settings - Fork 21
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
Refactor to support async trades #1244
Comments
This might be best achieved "under the hood" via executing policy actions from interactive hyperdrive |
Moving priority to high, as this currently is possible through policies. Need to implement async single calls to allow this generally, which is a huge refactor, and doesn't bring much to the table. |
renaming to the actual task that needs to be performed in order to support multiple transactions on the same block |
This is a "nice to have" for RL bots but there are workarounds (per @slundqui ) . Moving the priority to |
Here's the snippit for running sync functions async.
|
Interactive hyperdrive was written assuming synchronous, one block per transaction. Ideally, we would add a feature allowing sending multiple transactions on the same block.
The text was updated successfully, but these errors were encountered: