[Beta] ThirdwebWallet - An All Encompassing Wallet #138
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test Only
Attempt to create an ultimate 7702 account, with the best dx possible.
Eventually will have an implied executor, improving creation DX.
Closes TOOL-3195
PR-Codex overview
This PR introduces new functionalities and updates to enhance the
Thirdweb
wallet system, particularly focusing on session key management and transaction receipt handling. It also refines the structure of session-related classes and methods.Detailed summary
MINIMAL_ACCOUNT_7702
constant inConstants.cs
.AccountAbstraction.SessionKeyParams_7702
withAccountAbstraction.SessionSpec
inEIP712.cs
.SignTypedDataV4
methods inPrivateKeyWallet.cs
to use new encoding logic.IsReferenceType
method visibility tointernal
inUtils.cs
.WaitForTransactionReceipt
method inUtils.cs
for transaction receipt handling.SessionSpec
,CallSpec
,TransferSpec
,UsageLimit
,Constraint
) inAATypes.cs
.ThirdwebWallet
creation logic to validate session key signers.ThirdwebWallet
to utilize session keys.EIP712Encoder
class to support new encoding methods for typed data.