-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support public key recovery for EIP-155 transactions #1977
base: main
Are you sure you want to change the base?
Conversation
MAIN_NET(1); | ||
MAIN_NET(1), | ||
GOERLI(5), | ||
SEPOLIA(58008); |
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.
Sepolia ChainId is 11155111?
MAIN_NET(1), | ||
GOERLI(5), | ||
SEPOLIA(58008); | ||
|
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.
Plz add Holesky chainId too 17000
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1977 +/- ##
============================================
+ Coverage 68.45% 69.20% +0.75%
- Complexity 3005 3117 +112
============================================
Files 488 493 +5
Lines 12568 13091 +523
Branches 1643 1691 +48
============================================
+ Hits 8603 9060 +457
- Misses 3485 3540 +55
- Partials 480 491 +11 ☔ View full report in Codecov by Sentry. |
What does this PR do?
It supports recovery of public keys when the transaction use the anti replay protection (EIP 155)
Where should the reviewer start?
PR is quite short
Why is it needed?
Most of txs are protected with EIP 155