Skip to content

Commit c2a4125

Browse files
committed
Update CHANGELOG with new WebAuthn and ERC-7579 modules
1 parent 54251ec commit c2a4125

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 08-07-2025
2+
3+
- `WebAuthn.sol`: Add library for on-chain verification of WebAuthn authentication assertions and P256 signatures.
4+
- `SignerWebAuthn.sol`: Add abstract contract for signature validation using WebAuthn or raw P256 signatures.
5+
- `ERC7579SelectorExecutor.sol`: Add an ERC-7579 executor module restricting execution to authorized function selectors per account.
6+
- `ERC7579MultisigStorage.sol`: Add an ERC-7579 multisig module supporting presigned approvals stored in contract storage.
7+
18
## 23-06-2025
29

310
- `AxelarGatewayBase`, `AxelarGatewayDestination`, `AxelarGatewaySource`, `ERC7786Receiver` and `ERC7786Aggregator`: Changed support from CAIP addresses to ERC-7930 addresses.

0 commit comments

Comments
 (0)