tweag / cooked-validators

MIT License
39 stars 11 forks source link

Remove collateral from the `TxSkel` #196

Closed 0xd34df00d closed 1 year ago

0xd34df00d commented 1 year ago

This takes a stab at one of the bullets in #191, and can be applied (or discarded) without #195 (although it bases on #195).

Note that we lose the ability to specify the collateral UTxOs explicitly. I'm not sure this was ever used though, and if it is ever needed, it'll be easier to add this when the need arises (perhaps, as an argument to validateTxSkel).

If we're happy with this, I'll also remove the fee from TxSkel later on.