IntersectMBO / cardano-ledger

The ledger implementation and specifications of the Cardano blockchain.
Apache License 2.0
262 stars 155 forks source link

Add `applyTxOpts` to `ApplyTx` #4654

Closed teodanciu closed 2 months ago

teodanciu commented 2 months ago

Description

Instead of applyTx, ApplyTx class is changed to expose applyTxOpts , whereas applyTx is moved outside the class, still within Mempool rule. Also adding a that was pending this function.

Fixes https://github.com/IntersectMBO/cardano-ledger/issues/4651

Checklist