Chase

Results 48 comments of Chase

Tangentially related but the framework should use `availableUTxOs` wherever possible to obtain own utxos, instead of querying the own addresses.

Also, `someUTxO` impl for `GYTxMonadNode` should really be replaced with the `randomTxOutRef` from `GYUTxO`

This plagues much for than just superclass constraint. The issue runs deeper, I believe. I'm not really able to use any of these definitions (i.e anything with `UnrollAll`) in any...

Good catch. It should be the latter I think

> Also, I am not sure if we should try maintaining the invariant of not allowing zero values in `GYValue` but it's worth noting that from Conway era onwards, zero...

That's perplexing. Then what does `valueAdjust` or `valueAlter` achieve? Does the ledger perform these normalizations only at certain contexts and not others? For example, is the same thing done for...

Good migration guide. I'd add that there is a `withSetupOld` that is there for compatibility. Furthermore, there is also a pattern `User'` with the old fields such as `userAddr` and...

I might have a better idea actually. I've been looking into the ledger and realized that I might be able to add the ability to retrieve the exact `ScriptContext` used...