From 3aac2c2c33260b8ba76efcfab2c0cee7ae12eb06 Mon Sep 17 00:00:00 2001 From: Patricio Tourne Passarino Date: Fri, 8 May 2026 14:50:03 -0300 Subject: [PATCH] fix: bounce: true can be missleading. Offramp doesn't handle this bounced message --- contracts/contracts/ccip/offramp/contract.tolk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/contracts/ccip/offramp/contract.tolk b/contracts/contracts/ccip/offramp/contract.tolk index 65d2ac461..8138f7a03 100644 --- a/contracts/contracts/ccip/offramp/contract.tolk +++ b/contracts/contracts/ccip/offramp/contract.tolk @@ -218,7 +218,7 @@ fun onBouncedRouterRouteMessage(msg: Router_RouteMessage, senderAddress: address // Send ReceiveBounced to initiate the failure notification trace val receiveBounced = createMessage({ - bounce: true, + bounce: false, value: 0, dest: getReceiverExecutorDeployAddress(st, msg.execId), body: ReceiveExecutor_Bounced{ @@ -271,7 +271,7 @@ fun onBouncedCCIPReceive(msg: OffRamp_CCIPReceiveBounced) { val st = Storage.load(); val receiveBounced = createMessage({ - bounce: true, + bounce: false, value: 0, dest: getReceiverExecutorDeployAddress(st, msg.execId), body: ReceiveExecutor_Bounced{ @@ -418,7 +418,7 @@ fun onDispatchValidated(st: Storage, msg: OffRamp_DispatchValidated) { fun blockMsg(st: Storage, execId: uint192, receiver: address) { val receiveBounced = createMessage({ - bounce: true, + bounce: false, value: 0, dest: getReceiverExecutorDeployAddress(st, execId), body: ReceiveExecutor_Bounced{