Skip to content

Commit

Permalink
fix: Use the latest version of EVM2EVMOffRamp contract in the switchC…
Browse files Browse the repository at this point in the history
…hainAndRouteMessage function of CCIPLocalSimulatorFork (#23)
  • Loading branch information
andrejrakic authored Oct 10, 2024
1 parent 32543f6 commit e601b3b
Show file tree
Hide file tree
Showing 5 changed files with 2,029 additions and 1,313 deletions.
37 changes: 33 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,41 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2-beta.1] - 10 October 2024

### Dependencies

| Package | Version |
| ------------------------- | ------------ |
| @chainlink/contracts-ccip | 1.5.0-beta.1 |
| @chainlink/contracts | 1.1.1 |

### Services

- [x] Chainlink CCIP
- [x] Chainlink CCIP v1.5
- [x] Chainlink Data Feeds
- [ ] Chainlink Automation
- [ ] Chainlink VRF 2
- [ ] Chainlink VRF 2.5

### Changed

- Bumped the version of `@chainlink/contracts-ccip` NPM package to
`1.5.0-beta.1` to test that release
- Fixed the bug in the `CCIPLocalSimulatorFork.sol` where the
`switchChainAndRouteMessage` function was used the outdated EVM2EVMOffRamp
contract
- Genereted new docs artifacts

## [0.2.2-beta.0] - 04 October 2024

### Dependencies

| Package | Version |
| ------------------------- | ------------ |
| @chainlink/contracts-ccip | 1.4.0 |
| @chainlink/contracts | 1.5.0-beta.0 |
| @chainlink/contracts-ccip | 1.5.0-beta.0 |
| @chainlink/contracts | 1.1.1 |

### Services

Expand All @@ -35,8 +62,8 @@ and this project adheres to

| Package | Version |
| ------------------------- | ------------ |
| @chainlink/contracts-ccip | 1.4.0 |
| @chainlink/contracts | 1.5.0-beta.0 |
| @chainlink/contracts-ccip | 1.5.0-beta.0 |
| @chainlink/contracts | 1.1.1 |

### Services

Expand Down Expand Up @@ -179,3 +206,5 @@ and this project adheres to
https://github.com/smartcontractkit/chainlink-local/releases/tag/v0.2.2-beta
[0.2.2-beta.0]:
https://github.com/smartcontractkit/chainlink-local/releases/tag/v0.2.2-beta.0
[0.2.2-beta.1]:
https://github.com/smartcontractkit/chainlink-local/releases/tag/v0.2.2-beta.1
2 changes: 1 addition & 1 deletion api_reference/solidity/ccip/Register.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ struct NetworkDetails {
address ccipBnMAddress;
address ccipLnMAddress;
address rmnProxyAddress;
address tokenAdminRegistryAddress;
address registryModuleOwnerCustomAddress;
address tokenAdminRegistryAddress;
}
```

Expand Down
Loading

0 comments on commit e601b3b

Please sign in to comment.