Skip to content

Commit dc1556f

Browse files
committed
Update date of Account Abstraction changelog entries
1 parent 85e3c19 commit dc1556f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## XX-XX-2024
1+
## 16-12-2024
22

33
- `AccountCore`: Added a simple ERC-4337 account implementation with minimal logic to process user operations.
4-
- `Account`: Extensions of {AccountCore} with recommended features that most accounts should have.
5-
- `AbstractSigner`, `SignerECDSA`, `SignerP256`, and `SignerRSA`: Add an abstract contract, and various implementations, for contracts that deal with signature verification. Used by {AccountCore} and {ERC7739Utils}.
4+
- `Account`: Extensions of AccountCore with recommended features that most accounts should have.
5+
- `AbstractSigner`, `SignerECDSA`, `SignerP256`, and `SignerRSA`: Add an abstract contract, and various implementations, for contracts that deal with signature verification. Used by AccountCore and `ERC7739Utils.
66
- `AccountSignerERC7702`: Implementation of `AbstractSigner` for ERC-7702 compatible accounts.
77

88
## 06-11-2024

0 commit comments

Comments
 (0)