-
Notifications
You must be signed in to change notification settings - Fork 40
feat: add eth-rpc binary to pop up contract
#705
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
e2e7a1d to
a311e42
Compare
a311e42 to
c9d3edd
Compare
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #705 +/- ##
==========================================
- Coverage 77.04% 76.99% -0.05%
==========================================
Files 111 111
Lines 25229 25357 +128
Branches 25229 25357 +128
==========================================
+ Hits 19438 19524 +86
- Misses 3745 3765 +20
- Partials 2046 2068 +22
🚀 New features to boost your workflow:
|
8d89fee to
0587f28
Compare
pop up contract
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.
Amazing work!
If users are only working with ink! metadata, they don’t actually need the eth-rpc, but probably your approach to have both running by default anyway is a better approach.
I’m also thinking we should to create a new issue to allow running eth-rpc not only with ink-node, but also with other nodes, for example, Paseo Asset Hub when running pop up paseo.
Thanks also for the cleaning removing unused dependencies.
That sounds like a great idea! |
Closes #551.
This PR:
eth-rpctopop up contractworkflow to enable Ethereum RPC compatibility.Screenshots