tweag / cooked-validators

MIT License
39 stars 11 forks source link

Bring back RawModTx #193

Closed carlhammann closed 1 year ago

carlhammann commented 1 year ago

This PR re-introduces our mechanism to apply modifications to raw transactions right before they're submitted. On main, we also have the ability to do so before balancing, but since we're now balancing TxSkels directly, I think that we will not any more need that ability, especially since we have Tweaks for that purpose (they're re-introduced separately on PR #192). This means that I removed that feature.

The change from PR #191 is also contained in this PR, so this gives a more accurate diff.

carlhammann commented 1 year ago

This PR solves one of the problems I mention in this comment.