Skip to content
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

eth.Transaction: support new yParity field #91

Closed
wants to merge 1 commit into from

Conversation

ryanschneider
Copy link
Contributor

Fixes #88. This adds the yParity field (see ethereum/execution-apis#446) that was added in geth 1.12.1 and possibly other eth clients as well.

Note that tx.V has been deprecated for newer tx types, so eventually we'll need to change it to a pointer w/ omitempty but I'll leave it as is for now, as I suspect #89 might require even larger refactors.

@ryanschneider
Copy link
Contributor Author

This was included in #92.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eth.Transaction: yParity alias for v on tx types 0x1 and 0x2
1 participant