Skip to content

Commit 67994f4

Browse files
committed
docs: fill in PR number in ERC-4337 removal changelog entries
1 parent d8bc626 commit 67994f4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/keyring-api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Removed
1111

12-
- **BREAKING:** Removed ERC-4337 (account abstraction) support ([#TODO](https://github.com/MetaMask/accounts/pull/TODO))
12+
- **BREAKING:** Removed ERC-4337 (account abstraction) support ([#588](https://github.com/MetaMask/accounts/pull/588))
1313
- Removed `EthAccountType.Erc4337` (`eip155:erc4337`) from the `EthAccountType` enum.
1414
- Removed `EthErc4337AccountStruct` and `EthErc4337Account` types.
1515
- Removed `EthMethod.PrepareUserOperation`, `EthMethod.PatchUserOperation`, and `EthMethod.SignUserOperation` from the `EthMethod` enum.

packages/keyring-internal-api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Removed
1111

12-
- **BREAKING:** Removed ERC-4337 (account abstraction) support ([#TODO](https://github.com/MetaMask/accounts/pull/TODO))
12+
- **BREAKING:** Removed ERC-4337 (account abstraction) support ([#588](https://github.com/MetaMask/accounts/pull/588))
1313
- Removed exported `EthKeyring` type (which held the three ERC-4337 userOperation methods).
1414
- Removed `InternalEthErc4337AccountStruct` and `InternalEthErc4337Account` types.
1515
- Removed `EthAccountType.Erc4337` entry from `InternalAccountStructs` and `InternalAccountTypes`.

packages/keyring-sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Removed
1111

12-
- **BREAKING:** Removed ERC-4337 (account abstraction) support ([#TODO](https://github.com/MetaMask/accounts/pull/TODO))
12+
- **BREAKING:** Removed ERC-4337 (account abstraction) support ([#588](https://github.com/MetaMask/accounts/pull/588))
1313
- Removed `Eth4337Keyring` type from exports.
1414
- Removed `prepareUserOperation`, `patchUserOperation`, and `signUserOperation` methods from `EthKeyringV1Adapter` and the `BaseEthKeyring` type.
1515

packages/keyring-snap-bridge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Removed
1111

12-
- **BREAKING:** Removed ERC-4337 (account abstraction) support ([#TODO](https://github.com/MetaMask/accounts/pull/TODO))
12+
- **BREAKING:** Removed ERC-4337 (account abstraction) support ([#588](https://github.com/MetaMask/accounts/pull/588))
1313
- Removed `prepareUserOperation`, `patchUserOperation`, and `signUserOperation` methods from `SnapKeyring` and `SnapKeyringV1`.
1414
- Removed ERC-4337 account type handling from `assertKeyringAccount` and the v1 account migration.
1515

0 commit comments

Comments
 (0)