-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug] Fix 'isNormalType' and add 'prop_normalizedTypeIsNormal' (#6272)
- Loading branch information
1 parent
ceb91aa
commit 42d08e0
Showing
16 changed files
with
80 additions
and
44 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
plutus-core/changelog.d/20240701_104059_effectfully_fix_isNormalType.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### Fixed | ||
|
||
- In #6272 fixed a bug in `isNormalType`. |
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
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
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
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
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
42d08e0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Plutus Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.05
.validation-decode-crowdfunding-success-3
247.6
μs234.5
μs1.06
validation-decode-escrow-redeem_1-1
331
μs313.2
μs1.06
validation-decode-escrow-redeem_1-2
331.5
μs314.3
μs1.05
validation-decode-escrow-redeem_2-1
332.2
μs313
μs1.06
validation-decode-escrow-redeem_2-2
332
μs313.9
μs1.06
validation-decode-escrow-redeem_2-3
331.2
μs313.7
μs1.06
validation-decode-escrow-refund-1
331
μs313.6
μs1.06
validation-decode-future-increase-margin-2
333.4
μs316.6
μs1.05
validation-decode-future-increase-margin-3
333.9
μs316.2
μs1.06
validation-decode-future-pay-out-2
333.8
μs316.2
μs1.06
validation-decode-future-pay-out-3
333.8
μs314.2
μs1.06
validation-decode-future-pay-out-4
703.4
μs669.9
μs1.05
validation-decode-future-settle-early-2
333.4
μs316
μs1.06
validation-decode-future-settle-early-3
333.7
μs316.2
μs1.06
validation-decode-game-sm-success_1-1
539.6
μs513.6
μs1.05
validation-decode-game-sm-success_1-3
539.3
μs513.1
μs1.05
validation-decode-multisig-sm-1
600.5
μs569.5
μs1.05
validation-decode-multisig-sm-2
600.3
μs570.8
μs1.05
validation-decode-multisig-sm-3
601.4
μs570.1
μs1.05
validation-decode-multisig-sm-5
600
μs570.3
μs1.05
validation-decode-prism-2
536.9
μs510.8
μs1.05
validation-decode-stablecoin_1-6
171.2
μs162.8
μs1.05
validation-decode-stablecoin_2-2
170.2
μs160.2
μs1.06
validation-decode-stablecoin_2-3
884.6
μs830.8
μs1.06
validation-decode-stablecoin_2-4
169.9
μs160.5
μs1.06
validation-decode-token-account-1
241.4
μs228
μs1.06
validation-decode-token-account-2
221.5
μs207.4
μs1.07
validation-decode-uniswap-1
243.9
μs230.3
μs1.06
validation-decode-uniswap-2
241.9
μs228.8
μs1.06
validation-decode-uniswap-3
755.9
μs712.4
μs1.06
validation-decode-uniswap-5
756.9
μs719.1
μs1.05
marlowe-role-payout/5a0725d49c733130eda8bc6ed5234f7f6ff8c9dd2d201e8806125e5fbcc081f9
182.1
μs173.1
μs1.05
This comment was automatically generated by workflow using github-action-benchmark.
CC: @IntersectMBO/plutus-core