Closed martinheidegger closed 1 year ago
Thank you for the pull request, but we are actively phasing out this package in favor of json-rpc-engine
and its related packages, so I'm going to close this. As for the changes here, we no longer have this exact middleware in our pipeline. You may be able to find remnants of this code across @metamask/transaction-controller
, @metamask/keyring-controller
, @metamask/eth-keyring-controller
, @metamask/eth-sig-util
, and/or our products.
The
txData
passed to create a transaction may not be valid and an error may be caused here. Instead of failing with an exception this commit returns the exception as error in the callback.