-
Notifications
You must be signed in to change notification settings - Fork 970
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
feat(blob/module): integrate blob service #2200
feat(blob/module): integrate blob service #2200
Conversation
9f51204
to
2ae756a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK approve: changes in the ADR are straightforward and make sense.
2a49dc0
to
2dd47c9
Compare
2dd47c9
to
d31f921
Compare
Codecov Report
@@ Coverage Diff @@
## feature_branch_blob_module #2200 +/- ##
=============================================================
Coverage ? 56.18%
=============================================================
Files ? 222
Lines ? 14578
Branches ? 0
=============================================================
Hits ? 8191
Misses ? 5573
Partials ? 814 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You must integrate the blob service into the RPC client in api/rpc/client.go. This will probably also include adding an example type to api/docgen/examples.go. You can verify this works by running make openrpc-gen
and confirming the output has the new methods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot that RPC integration is a different PR. Looks good to me, lets test on rpc branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good but why is this breaking?
It introduces a new component in node. I assumed that even it does not break our code but it's still a very important for node. |
Breaking is when something existing breaks. Solely an additional/feature is not breaking |
Okey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass, have to review swamp tests as well
Co-authored-by: Hlib Kanunnikov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love these tests ❤️
Co-authored-by: Hlib Kanunnikov <[email protected]>
Overview
Integration of the BlobService to the node
Checklist