-
-
Notifications
You must be signed in to change notification settings - Fork 963
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
feat: better legacy eip155 tx serializing #1438
Conversation
🦋 Changeset detectedLatest commit: 8efb827 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
22b3a36
to
d059135
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1438 +/- ##
==========================================
+ Coverage 97.10% 99.78% +2.67%
==========================================
Files 400 405 +5
Lines 35484 35851 +367
Branches 1836 2090 +254
==========================================
+ Hits 34458 35773 +1315
+ Misses 1014 72 -942
+ Partials 12 6 -6
☔ View full report in Codecov by Sentry. |
d059135
to
9e120e5
Compare
Fixes #1433
PR-Codex overview
Focus of the PR:
Fixing the legacy EIP-155 transaction serializing.
Detailed summary:
v
inserializeTransaction.ts
to fix the legacy EIP-155 transaction serializing.serializeTransaction.test.ts
to ensure the correct serialization of transactions with different values ofv
.