-
Notifications
You must be signed in to change notification settings - Fork 925
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
fix(node/p2p)!: remove resource manager and it's API #1500
Conversation
This is a temporary fix for bootstrappers. Infinite Limits seem to be buggy. The proper fix is to update to the latest version of libp2p
@distractedm1nd, do we need to run openrpc-gen? It errors out for me Proof error |
73377ca
to
9e44937
Compare
Codecov Report
@@ Coverage Diff @@
## main #1500 +/- ##
==========================================
+ Coverage 55.40% 55.47% +0.07%
==========================================
Files 203 203
Lines 12146 12125 -21
==========================================
- Hits 6729 6726 -3
+ Misses 4747 4731 -16
+ Partials 670 668 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@Wondertan No we don't need to run openrpc-gen, the error is coming from a missing example type and is unrelated |
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.
please update ADR
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.
Didn't realize not removing from ADR was intentional
This is a temporary fix for bootstrappers. Infinite Limits seem to be buggy. The proper fix is to update to the latest version of libp2p