-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preserve Alonzo script integrity hash bug
In the Alonzo era, the map of languages to cost models was mistakenly encoded using an indefinite CBOR map (contrary to cannonical CBOR, as intended) when computing the script integrity hash. For this reason, PlutusV1 remains with this encoding. Future versions of Plutus, starting with PlutusV2 in the Babbage era, will use the intended definite length encoding. PR #2703 accidentally reversed this Alonzo bug, this commit restores it.
- Loading branch information
Jared Corduan
committed
Apr 18, 2022
1 parent
1db68a3
commit 2838e76
Showing
3 changed files
with
100 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters