Release v5.2 update before final release (#5418)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Simka <0xsimka@gmail.com> Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com> Co-authored-by: Voronor <129545215+voronor@users.noreply.github.com> Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
@ -121,7 +121,7 @@ interface IERC7579Execution {
|
||||
* MUST ensure adequate authorization control: e.g. onlyEntryPointOrSelf if used with ERC-4337
|
||||
* If a mode is requested that is not supported by the Account, it MUST revert
|
||||
*/
|
||||
function execute(bytes32 mode, bytes calldata executionCalldata) external;
|
||||
function execute(bytes32 mode, bytes calldata executionCalldata) external payable;
|
||||
|
||||
/**
|
||||
* @dev Executes a transaction on behalf of the account.
|
||||
@ -136,7 +136,7 @@ interface IERC7579Execution {
|
||||
function executeFromExecutor(
|
||||
bytes32 mode,
|
||||
bytes calldata executionCalldata
|
||||
) external returns (bytes[] memory returnData);
|
||||
) external payable returns (bytes[] memory returnData);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user