-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: infer missing type field for transactions where v is 0x0 or 0x1 #2044
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Before moving to alloy we used this function to do this. |
Final benchmark: Git Info:
Configuration:
Leader Stats: Follower Stats: Plots: |
PR Type
Enhancement, Bug fix
Description
Infer missing type field for transactions
Add type 2 inference for v values 0x0/0x1
Implement new test cases for type inference
Add serde_path_to_error dependency
Changes walkthrough 📝
external_transaction.rs
Enhance transaction type inference and add tests
src/eth/primitives/external_transaction.rs
Cargo.toml
Add new dependency for error handling
Cargo.toml