Skip to content

Commit b429481

Browse files
authored
Add support for CCIP v1.6 (#38)
* feat: Add support for CCIP v1.6 * chore: Removed lib/ccip and lib/chainlink-brownie-contracts dependencies * fix: Accept copilot's suggestions
1 parent bf41d58 commit b429481

32 files changed

+4040
-2974
lines changed

.gitmodules

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "lib/forge-std"]
22
path = lib/forge-std
33
url = https://github.com/foundry-rs/forge-std
4-
[submodule "lib/ccip"]
5-
path = lib/ccip
6-
url = https://github.com/smartcontractkit/ccip
7-
[submodule "lib/chainlink-brownie-contracts"]
8-
path = lib/chainlink-brownie-contracts
9-
url = https://github.com/smartcontractkit/chainlink-brownie-contracts
4+
[submodule "lib/chainlink-evm"]
5+
path = lib/chainlink-evm
6+
url = https://github.com/smartcontractkit/chainlink-evm
7+
[submodule "lib/chainlink-ccip"]
8+
path = lib/chainlink-ccip
9+
url = https://github.com/smartcontractkit/chainlink-ccip

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [0.2.5-beta] - 14 May 2025
10+
11+
### Dependencies
12+
13+
| Package | Version |
14+
| ------------------------- | ------------ |
15+
| @chainlink/contracts-ccip | 1.6.0-beta.3 |
16+
| @chainlink/contracts | 1.4.0-beta.0 |
17+
18+
### Services
19+
20+
- [x] Chainlink CCIP v1.6
21+
22+
### Added
23+
24+
- Added support for Chainlink CCIP v1.6
25+
926
## [0.2.4] - 25 March 2025
1027

1128
### Dependencies
@@ -423,3 +440,5 @@ and this project adheres to
423440
[0.2.4-beta.1]:
424441
https://github.com/smartcontractkit/chainlink-local/releases/tag/0.2.4-beta.1
425442
[0.2.4]: https://github.com/smartcontractkit/chainlink-local/releases/tag/v0.2.4
443+
[0.2.5-beta]:
444+
https://github.com/smartcontractkit/chainlink-local/releases/tag/v0.2.5-beta

0 commit comments

Comments
 (0)