Commit 7237de9
committed
[SDK] Add enclave wallet message signing and minimal account implementation
1 parent 4e6daac commit 7237de9
File tree
333 files changed
+3063
-76
lines changed- apps/playground-web/src
- app
- connect
- account-abstraction
- 7702
- connect
- sponsor
- in-app-wallet/sponsor
- components
- account-abstraction
- in-app-wallet
- packages/thirdweb
- scripts/generate
- abis/erc7702
- src
- contract/actions
- exports/wallets
- extensions
- airdrop/__generated__/Airdrop/write
- common/__generated__
- IClaimConditionsSinglePhase/write
- IContractMetadata/write
- IMulticall/write
- IOwnable/write
- IPlatformFee/write
- IPrimarySale/write
- IRoyaltyPayments/write
- IRoyalty/write
- dynamic-contracts/__generated__/IExtensionManager/write
- erc1155/__generated__
- DropERC1155/write
- IAirdropERC1155Claimable/write
- IAirdropERC1155/write
- IBurnableERC1155/write
- IClaimableERC1155/write
- IDrop1155/write
- IDropSinglePhase1155/write
- IERC1155Receiver/write
- IERC1155/write
- IEditionStake/write
- ILazyMint/write
- IMintableERC1155/write
- INFTMetadata/write
- IPackVRFDirect/write
- IPack/write
- ISignatureMintERC1155/write
- IStaking1155/write
- erc20/__generated__
- IAirdropERC20Claimable/write
- IAirdropERC20/write
- IBurnableERC20/write
- IDropERC20/write
- IERC20Permit/write
- IERC20/write
- IMintableERC20/write
- ISignatureMintERC20/write
- IStaking20/write
- ITokenStake/write
- IVotes/write
- IWETH/write
- erc4337/__generated__
- IAccountFactory/write
- IAccountPermissions/write
- IAccount/write
- IEntryPoint/write
- IPaymaster/write
- erc4626/__generated__/IERC4626/write
- erc721/__generated__
- DropERC721/write
- IAirdropERC721Claimable/write
- IAirdropERC721/write
- IBurnableERC721/write
- IClaimableERC721/write
- IDelayedReveal/write
- IDropSinglePhase/write
- IDrop/write
- IERC721A/write
- IERC721Receiver/write
- ILazyMint/write
- IMintableERC721/write
- INFTMetadata/write
- INFTStake/write
- ISignatureMintERC721_v2/write
- ISignatureMintERC721/write
- IStaking721/write
- LoyaltyCard/write
- Multiwrap/write
- erc7579/__generated__
- IERC7579Account/write
- ModularAccountFactory/write
- erc7702/__generated__/MinimalAccount
- events
- read
- write
- farcaster/__generated__
- IBundler/write
- IIdGateway/write
- IIdRegistry/write
- IKeyGateway/write
- IKeyRegistry/write
- IStorageRegistry/write
- marketplace/__generated__
- IDirectListings/write
- IEnglishAuctions/write
- IMarketplace/write
- IOffers/write
- modules/__generated__
- BatchMetadataERC1155/write
- BatchMetadataERC721/write
- ClaimableERC1155/write
- ClaimableERC20/write
- ClaimableERC721/write
- ERC1155Core/write
- ERC20Core/write
- ERC721Core/write
- IModularCore/write
- MintableERC1155/write
- MintableERC20/write
- MintableERC721/write
- OpenEditionMetadataERC721/write
- OwnableRoles/write
- RoyaltyERC1155/write
- RoyaltyERC721/write
- SequentialTokenIdERC1155/write
- TransferableERC1155/write
- TransferableERC20/write
- TransferableERC721/write
- multicall3/__generated__/IMulticall3/write
- pack/__generated__
- IPackVRFDirect/write
- IPack/write
- permissions/__generated__
- IPermissionsEnumerable/write
- IPermissions/write
- prebuilts/__generated__
- DropERC1155/write
- DropERC20/write
- DropERC721/write
- Marketplace/write
- OpenEditionERC721/write
- Pack/write
- Split/write
- TokenERC1155/write
- TokenERC20/write
- TokenERC721/write
- VoteERC20/write
- split/__generated__/Split/write
- stylus/__generated__/IArbWasm/write
- thirdweb/__generated__
- IAppURI/write
- IContractFactory/write
- IContractPublisher/write
- IRulesEngine/write
- ITWMultichainRegistry/write
- IThirdwebContract/write
- uniswap/__generated__
- IQuoter/write
- ISwapRouter/write
- IUniswapV3Factory/write
- vote/__generated__/Vote/write
- transaction
- actions
- utils/bytecode
- wallets
- engine
- in-app
- core
- actions
- eip7702
- wallet
- native
- web
- smart/lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
333 files changed
+3063
-76
lines changedLines changed: 80 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
| |||
Lines changed: 124 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
339 | 340 | | |
340 | 341 | | |
341 | 342 | | |
| |||
885 | 886 | | |
886 | 887 | | |
887 | 888 | | |
888 | | - | |
| 889 | + | |
889 | 890 | | |
890 | 891 | | |
891 | 892 | | |
| |||
0 commit comments