Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.71 KB

plutusV3_user_stories_system_tests.rst

File metadata and controls

56 lines (44 loc) · 2.71 KB

PlutusV3 System Tests Coverage

Last updated 2024-01-30 for cardano-node 8.7.2

Legend: Success Badge Failure Badge Uncovered Badge

Smart Contract User Stories

Status for Story ID Title Story Overview
CIP-85-badge PlutusV3 is not supported in this build so cannot use plutus-tx compiler v1.1.0 Sums-of-products in Plutus v3 As a DApp developer I want to use sums-of-products instead of Scott-encoding in my Plutus scripts to get better performance.
CIP-101-badge Plutus version in use doesn’t include this builtin Keccak256 in Plutus v3 As a DApp developer I want to use the Keccak hashing function to validate ECDSA signatures formatted via the EVM standard.
PLT-001-badge Plutus version in use doesn’t include this builtin Blake2b-224 in Plutus v3 As a DApp developer I want to use the Blake2b-224 hashing function to compute PubKeyHash onchain.
CIP-87-badge Plutus version in use doesn’t include this builtin Use bitwise operations in Plutus V3 As a DApp developer I want to use bitwise operations so that I can work with data bytestrings in a more granular and optimized way and perform operations at the bit level.