You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Explanation
Initial release of @metamask/eip-7702-internal-middleware
## References
<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?
For example:
* Fixes #12345
* Related to #67890
-->
## 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](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs),
highlighting breaking changes as necessary
- [ ] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Publishes the initial v0.1.0 of
`@metamask/eip-7702-internal-rpc-middleware` and bumps the monorepo
version to 633.0.0.
>
> - **Releases**:
> - Publish `@metamask/eip-7702-internal-rpc-middleware@0.1.0`.
> - Update `packages/eip-7702-internal-rpc-middleware/CHANGELOG.md` with
`0.1.0` section and release links.
> - Bump `packages/eip-7702-internal-rpc-middleware/package.json`
version to `0.1.0`.
> - **Monorepo**:
> - Bump root `package.json` version to `633.0.0`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
9aed6e7. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
Copy file name to clipboardExpand all lines: packages/eip-7702-internal-rpc-middleware/CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.1.0]
11
+
10
12
### Added
11
13
12
-
- Initial release of @metamask/eip-7702-internal-rpc-middleware ([#6789](https://github.com/MetaMask/core/pull/6789))
14
+
- Initial release of `@metamask/eip-7702-internal-rpc-middleware` ([#6911](https://github.com/MetaMask/core/pull/6911))
13
15
-`wallet_upgradeAccount` JSON-RPC method for upgrading EOA accounts to smart accounts using EIP-7702 ([#6789](https://github.com/MetaMask/core/pull/6789))
14
16
-`wallet_getAccountUpgradeStatus` JSON-RPC method for checking account upgrade status ([#6789](https://github.com/MetaMask/core/pull/6789))
15
17
- Hook-based architecture with `upgradeAccount` and `getAccountUpgradeStatus` hooks ([#6789](https://github.com/MetaMask/core/pull/6789))
16
18
- Comprehensive TypeScript type definitions ([#6789](https://github.com/MetaMask/core/pull/6789))
17
-
- Full test coverage with Jest ([#6789](https://github.com/MetaMask/core/pull/6789))
18
19
- Documentation and examples ([#6789](https://github.com/MetaMask/core/pull/6789))
0 commit comments