tweag / cooked-validators

MIT License
39 stars 11 forks source link

Add lenses for `TxOpts` #353

Closed florentc closed 1 year ago

florentc commented 1 year ago

This adds lenses for transaction skeletons options. This is useful in tweaks since the options are not exposed in the tweaks API.

Niols commented 1 year ago

The failure of CI / Cache all Nix dependencies is a case of https://github.com/tweag/cooked-validators/issues/224. It was temporarily fixed back then by building Ormolu on another machine and pushing it to our cache; a rather dirty solution but that did allow us to wait for six months. I will see if I can't update Ormolu to a version that doesn't need as much memory to build. In the meantime, and as long as your PR does not touch the Nix environment, feel free to disregard CI / Cache all Nix dependencies.