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: prevent Conway TX inputs from being decoded as Shelley TX input #840

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

agaffney
Copy link
Contributor

Conway-era TX inputs using CBOR tag 258 (sets) could be implicitly decoded by earlier eras, but this doesn't match the behavior of cardano-node. We explicitly prevent this from happening to allow proper identification of TX types

Conway-era TX inputs using CBOR tag 258 (sets) could be implicitly
decoded by earlier eras, but this doesn't match the behavior of
cardano-node. We explicitly prevent this from happening to allow proper
identification of TX types
@agaffney agaffney requested a review from a team as a code owner January 23, 2025 22:43
@agaffney agaffney merged commit bbca805 into main Jan 23, 2025
8 checks passed
@agaffney agaffney deleted the fix/conway-tx-input-decode branch January 23, 2025 22:55
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.

2 participants