ccip icon indicating copy to clipboard operation
ccip copied to clipboard

Cross Chain Interoperability Protocol

Results 35 ccip issues
Sort by recently updated
recently updated
newest added

We can remove DestinationPool from OffRampTokens, and with that, we're able to fill the struct in the 1.5 offRamp with the rate limited tokens. This does not account for bps...

## Motivation Aggregators may returns prices with various decimal settings, not always 18. We need to normalize returned results to wei. ## Solution Use decimals call to the aggregator to...

## Motivation Integrates the MultiCommitStore, addresses TODOs to address lane-specific logic and improves test coverage ## Solution * Optimization: remove event indexing for `Skipped` events (since there are no strong...

## Motivation Remove nops and weights logic from the `EVM2EVMMultiOnRamp` and outsource the logic to an external fee aggregator contract. ## Solution All fee tokens are now transferred to the...

## Motivation To add defence in depth, we pass the token to be locked/burned into the pool so it is able to validate the token is supported by the pool....

## Motivation I've done some testing on the main `chainlink` repo and was able to drop our CI costs dramatically by taking advantage of smaller runners with negligible runtime hits....

This PR introduces various load+chaos tests: - [x] Source/Dest chain reorg below LogPoller finality - [x] Source/Dest chain reorg above LogPoller finality - [x] All the suites with finalityTag on...