Skip to content

1289.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 10:16
6741335

@metamask/transaction-controller 72.0.1

Fixed

  • Only exclude the simulated gas cost from nativeBalanceChange when the sender was actually charged it (#10343)
    • Previously the gas cost was always added back to the sender's new balance, which reported an incoming native balance change for outgoing transactions when the simulation did not charge the sender, such as when the transaction has no fee per gas or the chain credits the fee recipient without debiting the sender.
    • Gas is also left in the balance when the sender lost exactly the transaction value, which is how Arc simulations report native sends.