-
Notifications
You must be signed in to change notification settings - Fork 52
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
[BUILDER] Implement Builder API consumer #2541
Conversation
I am not sure whether it is right time to include the recent changes introduced in api responses structure here: EspressoSystems/hs-builder-api#14. @nyospe If you want to do some development based on these recent changes, please use branch https://github.com/EspressoSystems/hs-builder-api/tree/builder_specific_information for it. FYI, I have included these changes in the builder side. |
The changes has been merged in |
e347e15
to
e8f3095
Compare
e8f3095
to
85229f1
Compare
@bfish713 should be ready for merge now |
Closes #2415
This PR:
BuilderClient
able to communicate with builders throughhs-builder-api
BuilderClient
against itThis PR does not:
Key places to review:
crates/task-impls/src/builder.rs
crates/testing/src/block_builder.rs
crates/testing/tests/block_builder.rs