Skip to content

Commit

Permalink
Merge pull request #2221 from IntersectMBO/fix_plutusv3_us_rendering
Browse files Browse the repository at this point in the history
Fix rendering of PlutusV3 User Stories
  • Loading branch information
mkoura authored Feb 8, 2024
2 parents cb9be46 + 5c253cf commit 588d032
Showing 1 changed file with 9 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,28 @@ Smart Contract User Stories
- Story Overview
-

- |CIP-85-badge| PlutusV3 is not supported in this build so cannot
use plutus-tx compiler v1.1.0
- |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
`<https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/04-smart-contracts.md#user-story-id-cip-85>`__
- As a DApp developer I want to use sums-of-products instead of
Scott-encoding in my Plutus scripts to get better performance.
`<https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/04-smart-contracts.md#user-story-id-cip-85>`__
- 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
`<https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/04-smart-contracts.md#user-story-id-cip-101>`__
- As a DApp developer I want to use the Keccak hashing function to
validate ECDSA signatures formatted via the EVM standard.
`<https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/04-smart-contracts.md#user-story-id-cip-101>`__
- 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
`<https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/04-smart-contracts.md#user-story-id-plt001>`__
- As a DApp developer I want to use the Blake2b-224 hashing
function to compute PubKeyHash onchain.
`<https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/04-smart-contracts.md#user-story-id-plt001>`__
- 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
`<https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/04-smart-contracts.md#user-story-id-cip-87>`__
- 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.
`<https://github.com/IntersectMBO/cardano-test-plans/blob/main/docs/user-stories/04-smart-contracts.md#user-story-id-cip-87>`__
- 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.

.. |Success Badge| image:: https://img.shields.io/badge/success-green
.. |Failure Badge| image:: https://img.shields.io/badge/failure-red
Expand Down

0 comments on commit 588d032

Please sign in to comment.