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

feat: Conway era 'Utxo' validation rules #931

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

agaffney
Copy link
Contributor

@agaffney agaffney commented Mar 4, 2025

This also moves the Babbage-era disjoint ref inputs validation to Conway. It was defined in Babbage in the Haskell code, but it only actually does anything in the Conway era

Fixes #880

This also moves the Babbage-era disjoint ref inputs validation to
Conway. It was defined in Babbage in the Haskell code, but it only
actually does anything in the Conway era

Fixes #880

Signed-off-by: Aurora Gaffney <aurora@blinklabs.io>
@agaffney agaffney requested a review from a team as a code owner March 4, 2025 20:32
@agaffney agaffney merged commit 41fec8c into main Mar 4, 2025
10 of 15 checks passed
@agaffney agaffney deleted the feat/validation-rules-conway branch March 4, 2025 20:44
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.

Add Conway era "Utxo" validation rules
2 participants