Will

Results 8 comments of Will

Ok, I am getting a `PPViewHashesDontMatch` error. That is the only error in the log. Here is what I am doing: 1. Add script input: ``` for (let i =...

[> Are the datums the same for all inputs ?](https://github.com/Emurgo/cardano-serialization-lib/issues/536#issuecomment-1275968621) Yes the datums are the same for all script inputs in this example. They only contain the PubKeyHash. The redeemer...

@twwu123 thanks! This worked for me as well but only for a single script input. If I have multiple I still get: ``` ""transaction submit error ShelleyTxValidationError ShelleyBasedEraBabbage (ApplyTxError [UtxowFailure...

How are you creating your costmodel? And what network are you testing on?

@gavinharris-dev The current state of available UTxOs is stored [here](https://github.com/spacebudz/lucid/pull/231/files#diff-7d053089481bfb1467f987f78bb6b66413c56ce3fa1f12509cd0e9aeb3c87eabR27). And it is updated based on the Tx outputs matched by payment credentials [here](https://github.com/spacebudz/lucid/pull/231/files#diff-7d053089481bfb1467f987f78bb6b66413c56ce3fa1f12509cd0e9aeb3c87eabR201-R203). Hope that helps!

Added an API that simplifies chaining txs here. https://github.com/spacebudz/lucid/pull/231

For Leios, we used a combination of agda's ability to generate static html files from `*.agda` and `*.lagda` files and wrote a small library that extends that with a modern...