Skip to content

Conversation

@ulissesferreira
Copy link
Contributor

@ulissesferreira ulissesferreira commented Oct 31, 2025

Explanation

Forgotten changelog

References

#7010

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

Note

Update packages/multichain-account-service/CHANGELOG.md to note a fix: TRX account creation now uses groupIndex instead of derivationPath.

Written by Cursor Bugbot for commit 94ccbb1. This will update automatically on new commits. Configure here.

@ulissesferreira ulissesferreira requested review from a team as code owners October 31, 2025 10:59
@ulissesferreira ulissesferreira force-pushed the chore/changelog-for-pr-7010 branch from e89d5f3 to 7a115d1 Compare October 31, 2025 11:01
Comment on lines 12 to 13
- Use the correct field `groupIndex` for account creations on TrxAccountProvider instead of the outdated `derivationPath`
([#7010](https://github.com/MetaMask/core/pull/7010))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WDYT about?

Suggested change
- Use the correct field `groupIndex` for account creations on TrxAccountProvider instead of the outdated `derivationPath`
([#7010](https://github.com/MetaMask/core/pull/7010))
- Use `groupIndex` for account creations on `TrxAccountProvider` instead of the outdated `derivationPath` ([#7010](https://github.com/MetaMask/core/pull/7010))

@ulissesferreira ulissesferreira force-pushed the chore/changelog-for-pr-7010 branch from 7a115d1 to ca8c2ec Compare October 31, 2025 11:04
@ulissesferreira ulissesferreira force-pushed the chore/changelog-for-pr-7010 branch from ca8c2ec to 94ccbb1 Compare October 31, 2025 11:05
@ccharly ccharly enabled auto-merge (squash) October 31, 2025 11:08
@ccharly ccharly merged commit 61418c8 into main Oct 31, 2025
259 checks passed
@ccharly ccharly deleted the chore/changelog-for-pr-7010 branch October 31, 2025 11:09
matthewwalsh0 pushed a commit that referenced this pull request Oct 31, 2025
Small patch release of the `multichain-account-service` to fix the TRON
account provider.

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Publishes @metamask/multichain-account-service v2.0.1 (TRX provider
account creation fix) and updates dependent packages; bumps monorepo to
655.0.0.
> 
> - **multichain-account-service**:
> - Bump version to `2.0.1` in
`packages/multichain-account-service/package.json`.
> - Update `CHANGELOG.md`: use `groupIndex` for `TrxAccountProvider`
account creation; add PR reference `[ #7018 ]`.
> - **Consumers**:
> - Update devDependency `@metamask/multichain-account-service` to
`^2.0.1` in `packages/account-tree-controller/package.json` and
`packages/assets-controllers/package.json`.
> - **Repo**:
>   - Bump root `package.json` version to `655.0.0`.
>   - Refresh `yarn.lock` to reflect dependency updates.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
6dc6d61. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants