-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## CallByUser struct - remove delegateCodeHash from CallByUser since its always going to be the same for each delegated code - Add signature to CallByUser so XAccount can verify order was created by user - Add nonce to CallByUser to user can guarantee user op is unique ## OriginSettler - emit 7702 auth data in new event Requested7702Delegation - Add pendingOrder mapping for escrowing input Asset - Modify originData and orderId in ERC7683 order ## DestinationSettler - remove auth data parameter from DestinationSettler ## XAccount - Verify CallByUser.signature is signed CallByUser.calls from CallByUser.user
- Loading branch information
1 parent
0e96c85
commit dc16a6f
Showing
5 changed files
with
171 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.