-
Notifications
You must be signed in to change notification settings - Fork 103
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
app/eth1wrap: add support for smart contract based signature #3510
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3510 +/- ##
==========================================
- Coverage 57.40% 57.28% -0.12%
==========================================
Files 217 219 +2
Lines 32245 32431 +186
==========================================
+ Hits 18509 18577 +68
- Misses 11826 11946 +120
+ Partials 1910 1908 -2 ☔ View full report in Codecov by Sentry. |
|
Add support for eth1 client for smart contract based signature support.
Add
--execution-rpc-api
CLI flag to specify the JSON-RPC API endpoint.category: feature
ticket: #3458