-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 184.0.0 #4607
Release 184.0.0 #4607
Conversation
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
||
### Fixed | ||
|
||
- Fix SafeEventEmitterProvider invalid default params ([#4603](https://github.com/MetaMask/core/pull/4603)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's more detail in the PR description that we could supply here. Currently the entry is a bit vague.
- Fix SafeEventEmitterProvider invalid default params ([#4603](https://github.com/MetaMask/core/pull/4603)) | |
- Fix the `params` property of the `SafeEventEmitterProvider` class EIP-1193 request object so that its default value is an empty array, not an empty object ([#4603](https://github.com/MetaMask/core/pull/4603)) | |
- Fixes `SafeEventEmitterProvider` failure to send `net_version` requests correctly. | |
- In general, passing an empty object `params` property into a method that has array parameters can result in failure. | |
- This issue was introduced in `4.1.0`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a Fixed entry, we should also add info about where the bug was introduced wherever possible (edited above comment).
Explanation
Release PR to release
@metamask/eth-json-rpc-provider
. This includes the bugfix of SafeEventEmitterProvider invalid default params.References