File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/eth-json-rpc-provider Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212- ** BREAKING:** Replace ` SafeEventEmitterProvider ` with ` InternalProvider ` ([ #6796 ] ( https://github.com/MetaMask/core/pull/6796 ) )
1313 - The new class is behaviorally equivalent to the previous version except it does not extend ` SafeEventEmitter ` .
1414 - ` SafeEventEmitterProvider ` is for now still exported as a deprecated alias of ` InternalProvider ` for backwards compatibility.
15+ - Support constructing ` InternalProvider ` with a ` JsonRpcServer ` instance ([ #7001 ] ( https://github.com/MetaMask/core/pull/7001 ) )
16+ - The ` rpcHandler ` constructor option accepts either a ` JsonRpcServer ` or a legacy ` JsonRpcEngine ` . It is mutually exclusive with the ` engine ` option.
1517
1618## [ 5.0.1]
1719
You can’t perform that action at this time.
0 commit comments