tweag / cooked-validators

MIT License
39 stars 11 forks source link

Removing the dependency to `Ledger.TxOut` #442

Closed mmontin closed 2 months ago

mmontin commented 4 months ago

This PR closes #441

It turns out that in fact we did not need to pass around both Ledger.TxOut and Api.TxOut. For clarity, this PR removes the former, leaving the codebase with two distinct TxOut:

This does not change the behavior of cooked in any way. It will just lighten and clarify the codebase.

Note that this PR is forked from PR #431