PlutusV3 System Tests Coverage
Last updated 2024-01-30 for cardano-node 8.7.2
Legend:
Smart Contract User Stories
Status for Story ID |
Title |
Story Overview |
---|---|---|
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. |
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. |
|
Blake2b-224 in Plutus v3 → |
As a DApp developer I want to use the Blake2b-224 hashing function to compute PubKeyHash onchain. |
|
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. |