Skip to content

Commit e518a4b

Browse files
committed
Add missing CHANGELOG items
1 parent e19d51c commit e518a4b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@
99
- `AbstractSigner`, `SignerECDSA`, `SignerP256`, and `SignerRSA`: Add an abstract contract, and various implementations, for contracts that deal with signature verification. Used by AccountCore and `ERC7739Utils.
1010
- `AccountSignerERC7702`: Implementation of `AbstractSigner` for ERC-7702 compatible accounts.
1111

12+
## 13-12-2024
13+
14+
- `ERC20Bridgeable`: Extension of ERC-20 that implements a minimal token interface for cross-chain transfers following ERC-7802.
15+
16+
## 29-11-2024
17+
18+
- `ERC7786Receiver`: ERC-7786 generic cross-chain message receiver contract.
19+
- `AxelarGatewayBase`: Cross-chain gateway adapter for the Axelar Network following ERC-7786 that tracks destination gateways and CAIP-2 equivalences.
20+
- `AxelarGatewayDestination`: ERC-7786 gateway destination adapter for the Axelar Network used to receive cross-chain messages.
21+
- `AxelarGatewaySource`: ERC-7786 gateway source adapter for the Axelar Network used to send cross-chain messages.
22+
- `AxelarGatewayDuplex`: Both a destination and source adapter following ERC-7786 for the Axelar Network used to send and receive cross-chain messages.
23+
1224
## 06-11-2024
1325

1426
- `ERC7739Utils`: Add a library that implements a defensive rehashing mechanism to prevent replayability of smart contract signatures based on the ERC-7739.

0 commit comments

Comments
 (0)