-
Notifications
You must be signed in to change notification settings - Fork 16
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 hardware wallet plugin protobuf
incompatibility
#667
Fix hardware wallet plugin protobuf
incompatibility
#667
Conversation
…HW plugin tests can run in CI
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## feat/bump-protocol-gen #667 +/- ##
=========================================================
Coverage ? 91.99%
=========================================================
Files ? 371
Lines ? 29539
Branches ? 0
=========================================================
Hits ? 27175
Misses ? 2364
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@pytest.mark.skipif( | ||
condition=(platform.system() == "Windows"), | ||
reason="https://github.com/golang/go/issues/51007", | ||
) |
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.
I suggest we address this issue on a separate PR
328558d
to
30a02c5
Compare
Proposed changes
Background -> We want to bump protobuf so that we can remove the forked dependencies, but bumping the protobuf to required version crashes the hardware wallet plugin. This PR adds a warning in the HWI plugin so the user is aware about how to fix this issue
Fixes
If it fixes a bug or resolves a feature request, be sure to link to that issue.
Types of changes
What types of changes does your code introduce to agents-aea?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply.develop
branch (left side). Also you should start your branch off ourdevelop
.