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

fix: maybetagged serde for typed transaction #1495

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

prestwich
Copy link
Member

Motivation

closes #1494

Solution

Add MaybeTagged serde to TypedTransaction to allow deser of json objects missing the type flag

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@prestwich prestwich force-pushed the prestwich/maybe-tagged-typed-tx branch from b40eb5b to 72d46ef Compare October 17, 2024 12:45
@prestwich prestwich self-assigned this Oct 17, 2024
@prestwich
Copy link
Member Author

anyone? this is just a followup to #1489

Copy link
Member

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense to me

@onbjerg onbjerg merged commit d910f4e into main Oct 19, 2024
26 checks passed
@onbjerg onbjerg deleted the prestwich/maybe-tagged-typed-tx branch October 19, 2024 01:31
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.

Apply MaybeTagged deser to TypedTransaction
2 participants