cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
758 stars 211 forks source link

Revert to using deprecated `Shelley.evaluateTransactionFee` call #4511

Closed Anviking closed 5 months ago

Anviking commented 5 months ago

This reverts the switch made in the recent node bump out of precaution, as the behaviour of estimateMinFeeTx is different from that of evaluateTransactionFee.

Task for later to properly address this: ADP-3334 (Stop using deprecated ledger function Shelley.evaluateTransactionFee)

Issue Number

ADP-3302, follow-up to https://github.com/cardano-foundation/cardano-wallet/pull/4503