v2.24.1
What's Changed
- Introduces a
forwardLocalGasFees
parameter toEngineWallet
(deprecated Engine v2, superseeded byServerWallet
), allowing control over whether locally calculated gas fees are forwarded to the engine. Updates theEngineWallet.Create
method and transaction overrides logic to support this feature. The default for this flag isfalse
, giving gas calculation and submission authority to Engine when using this wallet provider.