Skip to content

Commit

Permalink
Update date of Account Abstraction changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Dec 24, 2024
1 parent 85e3c19 commit dc1556f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## XX-XX-2024
## 16-12-2024

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

## 06-11-2024
Expand Down

0 comments on commit dc1556f

Please sign in to comment.