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

chore: Update default cost model during Conway HF #418

Merged
merged 24 commits into from
Sep 10, 2024
Merged

Conversation

satran004
Copy link
Member

@satran004 satran004 commented Aug 30, 2024

  • Conway Era optional serialization changes (258 tag for set, Redeemers as Map).
  • Introduced UniqueList to avoid duplicates where required. We need our custom List implementation for backward compatibility, but later we can change fields like TransactionBody.inputs, TransactionBody.referenceInputs, etc., to Set.
  • Adjusted test cases.
  • V3 cost model and language view calculation.
  • Transactions with PlutusV1 scripts still use the pre-Conway Era format due to the script data hash issue. All other transactions (V2, V3) use the Conway Era as the default serialization format.

@satran004 satran004 marked this pull request as ready for review September 7, 2024 07:21
@satran004 satran004 merged commit 83b8eac into master Sep 10, 2024
4 checks passed
@satran004 satran004 deleted the cost_model branch September 10, 2024 03:34
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