Release/35.0.0#299
Merged
Merged
Conversation
adonesky1
reviewed
May 18, 2026
Comment on lines
+12
to
+14
| ### Fixed | ||
|
|
||
| - Return method-specific values from intercepted EIP-1193 account requests: `eth_requestAccounts` now resolves to an accounts array, and `eth_coinbase` now resolves to the selected account instead of the full accounts array. ([#297](https://github.com/MetaMask/connect-monorepo/pull/297)) |
Contributor
There was a problem hiding this comment.
I think if we're considering this a "fix" this would be a patch release according to semver?
adonesky1
reviewed
May 18, 2026
Comment on lines
-16
to
-19
| ### Fixed | ||
|
|
||
| - Return method-specific values from intercepted EIP-1193 account requests: `eth_requestAccounts` now resolves to an accounts array, and `eth_coinbase` now resolves to the selected account instead of the full accounts array. ([#297](https://github.com/MetaMask/connect-monorepo/pull/297)) | ||
|
|
Contributor
There was a problem hiding this comment.
wait ... was this included in 1.3.0?
ffmcgee725
reviewed
May 18, 2026
Member
ffmcgee725
left a comment
There was a problem hiding this comment.
Validate playground versions are bumped pipeline is failing, we need to either
run
yarn bump-playground-versionsin this branch to bump playground versions
or run
yarn prepare-releasefrom scratch, which runs yarn create-release-branch -i && yarn bump-playground-versions so we don't have to manually bump the playground versions
jiexi
previously approved these changes
May 18, 2026
adonesky1
reviewed
May 18, 2026
| { | ||
| "name": "@metamask/connect-monorepo", | ||
| "version": "34.0.0", | ||
| "version": "34.0.1", |
jiexi
approved these changes
May 18, 2026
adonesky1
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release
@metamask/connect-evm->1.3.1Fixed
eth_requestAccountsnow resolves to an accounts array, andeth_coinbasenow resolves to the selected account instead of the full accounts array. (#297)References
Checklist