Merge branch 'main' into router/tnl/reset-transient-storage

This commit is contained in:
Tamara
2025-04-28 09:32:35 -04:00
committed by GitHub
6 changed files with 22 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ contract Dispatcher {
* protocol-specific data required by the executor.
*/
// slither-disable-next-line delegatecall-loop,assembly
function _callExecutor(
function _callSwapOnExecutor(
address executor,
uint256 amount,
bytes calldata data
@@ -94,7 +94,7 @@ contract Dispatcher {
}
// slither-disable-next-line assembly
function _handleCallback(bytes calldata data)
function _callHandleCallbackOnExecutor(bytes calldata data)
internal
returns (bytes memory)
{