Releases: MetaMask/eth-json-rpc-middleware
Releases · MetaMask/eth-json-rpc-middleware
15.0.0
Changed
- BREAKING: Update
@metamask/rpc-errors
from^6.3.1
to^7.0.0
(#342) - BREAKING: Update
@metamask/json-rpc-engine
from^9.0.2
to^10.0.0
(#342) - Bump
@metamask/eth-json-rpc-provider
from^4.1.1
to^4.1.5
(#342)
Removed
- BREAKING: Remove
eth_sign
support (#320)- The functions
ethSign
andprocessEthSignMessage
have been removed
- The functions
v14.0.2
14.0.1
14.0.0
Changed
- BREAKING: Adapt to EIP-1193 provider changes by replacing the deprecated
sendAsync
method with therequest
method (#317)- BREAKING: Refactor
providerAsMiddleware
and middleware functionsretryOnEmpty
,block-ref
to use therequest
method.
- BREAKING: Refactor
- Bump
@metamask/eth-block-tracker
from^10.0.0
to^11.0.1
(#323) - Bump
@metamask/eth-json-rpc-provider
from^4.0.0
to^4.1.1
(#323, #317) - Bump
@metamask/eth-sig-util
from^7.0.0
to^7.0.3
(#323) - Bump
@metamask/json-rpc-engine
from^9.0.0
to^9.0.2
(#323) - Bump
@metamask/rpc-errors
from^6.0.0
to^6.3.1
(#323) - Bump
@metamask/utils
from^8.1.0
to^9.1.0
(#323)
13.0.0
12.1.2
Fixed
- Update
@metamask/eth-block-tracker
from^9.0.2
to^9.0.3
(#306)- Use updated versions of
@metamask/eth-json-rpc-engine
and@metamask/eth-json-rpc-provider
- Use updated versions of
- Update
@metamask/eth-json-rpc-provider
from^2.1.0
to^3.0.2
(#306)- Use updated version of
@metamask/eth-json-rpc-engine
- Use updated version of
- Update
@metamask/json-rpc-engine
from^7.1.1
to^8.0.2
(#306)- Maintenance updates
12.1.1
12.1.0
12.0.1
Changed
- Bump @metamask/json-rpc-engine from 7.1.1 to 7.2.0 (#256)
- Bump @metamask/utils from 8.1.0 to 8.2.0 (#258)
- Bump @metamask/rpc-errors from 6.0.0 to 6.1.0 (#253)
- Bump @metamask/eth-json-rpc-provider from 2.1.0 to 2.2.0 (#252)
- Update
retryOnEmpty
middleware to not retry "execution reverted" errors (#254)
Fixed
- Fix
signTransaction
andsendTransaction
so it preserves transaction data instead of overwriting it (#263)
12.0.0
Changed
- BREAKING: Minimum Node.js version is now v16 (#243)
- BREAKING: Bump
@metamask/utils
from^5.0.2
to^8.1.0
(#241) - BREAKING: Bump
@metamask/eth-json-rpc-provider
from^1.0.0
to^2.1.0
(#245) - BREAKING: Migrate from eth-rpc-errors
^4.0.3
to@metamask/rpc-errors
^6.0.0
(#245) - BREAKING: Migrate from json-rpc-engine
^6.1.0
to@metamask/json-rpc-engine
^7.1.1
(#245) - Bump
@metamask/eth-sig-util
from^6.0.0
to^7.0.0
(#248) - Bump
@metamask/eth-block-tracker
from^7.0.1
to^8.0.0
(#245) - Replace deep-cloning implemantation
clone
withklona/full
(#250)