-
Notifications
You must be signed in to change notification settings - Fork 40
feat(cli): allow to choose a chain from a list #658
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
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #658 +/- ##
==========================================
+ Coverage 77.33% 77.36% +0.03%
==========================================
Files 109 109
Lines 25073 25228 +155
Branches 25073 25228 +155
==========================================
+ Hits 19389 19518 +129
- Misses 3713 3728 +15
- Partials 1971 1982 +11
🚀 New features to boost your workflow:
|
|
@AlexD10S just added the |
|
For completeness: this is the file being used to display the RPCs: https://github.com/r0gue-io/polkadot-chains/blob/master/endpoints.json |
AlexD10S
left a comment
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.
Awesome feature!
Thanks for adding the supportsContracts flag, that should make it easier to bring this feature to call contracts too.
Are we planning to implement it for pop call contracts once we only support pallet_revive no? Might be good to open an issue as a reminder.
Left a couple of minor comments only.
c266b42 to
e3cd4f3
Compare
@AlexD10S either that or we can do it under the |
AlexD10S
left a comment
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.
Awesome!
Closes #616.
This PR allows users to select a chain to call from a list of well-known RPCs.
Users can type to filter the results.
Screenshots