Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changes/20260807_cardano_api_compatible_plutus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
project: cardano-api
pr: 1282
kind:
- feature
- breaking
- bugfix
description: |
Add plutus spending script support to createCompatibleTx. Breaking: it now takes all transaction content as a single CompatibleTxBodyContent record and fails with the new CompatibleTxError. Export mkSpendingScriptDatum. Fix certificate and proposal script witnesses missing from the witness set, and proposal reference inputs being overwritten. Remove the redundant StakeCredential field from WitTxCert.
8 changes: 8 additions & 0 deletions .changes/20260811_cardano_api_redeemer_pointer_indexing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
project: cardano-api
pr: 1288
kind:
- bugfix
- breaking
- test
description: |
Fix plutus redeemer pointer indexing: proposal pointers now follow the transaction's insertion order and certificate pointers count unwitnessed certificates, in both the experimental and the deprecated transaction builders. Remove the unused StakeCredential field from the WitTxCert constructor. Add property tests checking every redeemer pointer against the ledger's own resolution.
2 changes: 2 additions & 0 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ test-suite cardano-api-test
cardano-crypto,
cardano-crypto-class:{cardano-crypto-class, testlib} ^>=2.5,
cardano-crypto-wrapper:testlib,
cardano-data >=1.0,
cardano-ledger-alonzo,
cardano-ledger-api ^>=1.14,
cardano-ledger-babbage,
Expand Down Expand Up @@ -430,6 +431,7 @@ test-suite cardano-api-test
Test.Cardano.Api.Orphans
Test.Cardano.Api.RawBytes
Test.Cardano.Api.Transaction.Autobalance
Test.Cardano.Api.Transaction.Body.Plutus.RedeemerIndex
Test.Cardano.Api.Transaction.Body.Plutus.Scripts
Test.Cardano.Api.Transaction.Collateral
Test.Cardano.Api.Transaction.Fixtures
Expand Down
Loading
Loading