Skip to content

Commit dcebe28

Browse files
authored
Update CHANGELOG (#181)
1 parent a1ff8e9 commit dcebe28

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 23-06-2025
2+
3+
- `AxelarGatewayBase`, `AxelarGatewayDestination`, `AxelarGatewaySource`, `ERC7786Receiver` and `ERC7786Aggregator`: Changed support from CAIP addresses to ERC-7930 addresses.
4+
- `ERC7786Aggregator`: Renamed to `ERC7786OpenBridge`.
5+
6+
## 20-06-2025
7+
8+
- `EnumerableMap`: Add `keys(uint256,uint256)` that returns a subset (slice) of the keys in the map.
9+
- `EnumerableSet`: Add `values(uint256,uint256)` that returns a subset (slice) of the values in the set.
10+
11+
## 03-06-2025
12+
13+
- Moved `ERC7739Utils`, `ERC7913Utils`, `ZKEmailUtils`, abstract signers and ERC-7913 verifiers to `/contracts/utils/cryptography`
14+
115
## 15-05-2025
216

317
- `ERC7579Multisig`: Add an abstract multisig module for ERC-7579 accounts using ERC-7913 signer keys.

0 commit comments

Comments
 (0)