-
Notifications
You must be signed in to change notification settings - Fork 639
feat: Add protocol Snap example #3089
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
Conversation
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.
What happened here? 🤔
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.
Some kind of WSL mishap I think 😄
Co-authored-by: Maarten Zuidhoorn <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3089 +/- ##
=======================================
Coverage 94.88% 94.88%
=======================================
Files 506 506
Lines 11123 11123
Branches 1709 1709
=======================================
Hits 10554 10554
Misses 569 569 ☔ View full report in Codecov by Sentry. |
Add an example Snap for
endowment:protocolthat exposes some non-signing RPC methods for the Solana devnet.The Snap cannot currently be tested directly via test-snaps, but this PR adds a button to install it.
Closes #3059