-
` Redeemer (Spend, 1): Empty List:
Con(
ProtoList(
Data,
[],
),
)
ExBudget {
mem: 13959672,
cpu: 9989832782,
…
-
Please can you help me to understand how reference scripts relate from Plutus V2 to cardano-ledger's Babbage Era?
I'm trying to convert Plutus V2 to Babbage Era Tx for testing purposes.
The `TxOu…
-
We would like to support storing arbitrary JSON objects on the Cardano ledger such that these objects are usable by Plutus scripts.
TODO
- [x] Investigate how base Json values (numbers and strings…
-
## Cardano Indonesia Meeting: 09 November 2023 until 15 January 2023
- Last Meeting - #70
- Next Meeting - TBD
### Attendees:
Andreas Sosilo (@andreassosilo)
Caliburn…
-
### Summary
One test from `plutus-pab-test-full` namely `can wait for tx output status change` fails in my branch about once every 10th test. I reproduced the fail in the `main` branch by running t…
-
The implementation of the SECP256k1 signature verification built-in functions in Plutus Core was updated by @kozross in #4786, and the change in the implementation will have changed the execution ti…
-
The first task of Milestone 2 is about implementing low-level operations in UPLC. THe first such operation is a function that sums a list of integers.
Roman Kireev pointed us to https://github.com…
-
The plutus `data` constant has two representations: a textual representation and a CBOR-encoded bytestring format. We currently have an implementation of the former and we need to support the latter. …
-
### Summary
The integration test as described in `plutus-apps/plutus-pab-executables` fails. I believe this is the cause of #451.
### Steps to reproduce the behavior
Copying these instructions from…
-
It looks like the `vasil` branch of nami properly understands babbage era transaction (at least, the ones that have all the babbage era features set to use the `*None` constructors from cardano-api) -…