Commit eacfb38
release: 115.0.0 (#572)
<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:
* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?
Are there any issues or other links reviewers should consult to
understand this pull request better? For instance:
* Fixes #12345
* See: #67890
-->
This PR introduces the Ledger DMK bridge for the
`@metamask/eth-ledger-bridge-keyring`
<!--
Are there any examples of this change being used in another repository?
When considering changes to the MetaMask module template, it's strongly
preferred that the change be experimented with in another repository
first. This gives reviewers a better sense of how the change works,
making it less likely the change will need to be reverted or adjusted
later.
-->
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> Releases a Ledger hardware keyring version that documents DMK
transport and EIP-7702 signing changes; the diff is metadata-only but
consumers pick up prior signing/transport work.
>
> **Overview**
> **Release cut** for the accounts monorepo: root version **114.0.0 →
115.0.0** and `@metamask/eth-ledger-bridge-keyring` **12.1.0 → 12.2.0**,
with changelog entries moved out of `[Unreleased]` into **`[12.2.0]`**
(compare links updated).
>
> The published **12.2.0** notes cover Ledger **DMK**
(`LedgerDmkBridge`, transport middleware, error translation, session
monitoring), **EIP-7702** authorization signing on the Ledger keyring
(still throws on iframe/mobile until DMK lands), hex **`v`** parsing
fixes for `personal_sign` / typed data, and bumps to
`@metamask/keyring-api` and `@metamask/keyring-sdk`. This PR does not
change implementation files—only versions and release documentation.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
340eeba. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>1 parent 80b6dea commit eacfb38
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
460 | 459 | | |
461 | 460 | | |
462 | 461 | | |
463 | | - | |
| 462 | + | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments