MetaMask / web3-provider-engine

A JavaScript library for composing Ethereum provider objects using middleware modules
MIT License
598 stars 327 forks source link

Update `ethereumjs-tx` to `@ethereumjs/tx` to support EIP1559 transactions #377

Closed rickycodes closed 3 years ago

rickycodes commented 3 years ago

We need this in the mobile app to interoperate with type two (eip1559) transactions without crashing the app

The fake transaction re-implementation is 1:1 from https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/tx#fake-transaction

re: https://github.com/MetaMask/metamask-mobile/issues/2851