This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Releases: MetaMask/web3-provider-engine
Releases · MetaMask/web3-provider-engine
v17.0.1
v16.0.8
Changed
- Update dependencies (#477)
eth-rpc-errors@^3.0.0->^4.0.3
ethereumjs-block@^1.2.2->^2.2.2
ethereumjs-util@^5.1.5->^7.1.5
ethereumjs-vm@^2.3.4->^2.6.0
eth-json-rpc-filters@^4.2.1->~5.0.0
eth-json-rpc-infura@^5.1.0
->@metamask/eth-json-rpc-infura@^6.0.0
eth-json-rpc-middleware@^6.0.0->^8.1.0
eth-sig-util@^1.4.2
->@metamask/eth-sig-util@^4.0.1
Fixed
- Properly return signed transaction object in
signTransaction
ofHookedWalletEthTxSubprovider
(#465)
v17.0.0
Changed
v16.0.7
v16.0.6
16.0.5
16.0.4
v16.0.0
- Breaking: Use Infura V3 API (#352)
- The previously used Infura API is deprecated and will be (or is already) removed.
- Using the Infura Provider now requires an API key.
Seeeth-json-rpc-infura
and infura.io for details.
- Update various dependencies
- Specify publish files
eth_signedTypedData v3 & v4
- Support
eth_signedTypedData
v3 & v4 - Use
yarn