-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* smart backend wallet creation + initial flow * refactor wallet detail decryption - add sbw flow for v4 sdk getWallet * change names * Refactor import statement for TransactionReceipt in sdk.ts * Refactor biome.json to ignore the "sdk" directory * Fix smart backend wallet functionality for both v4 and v5 SDK - Refactor walletDetailsToAccount function and add caching for admin accounts * use v6 factory default * consistent naming * remove redundant comment * entrypoint updates * chainId in sign + thirdweb client in e2e tests * worker refactors * more tests * consistent naming * conditionally require chainId for signing smart account messsages * naming consistencies * reject transaction if unsupported chain * fix userop tests * fix: only transform QueuedTransaction if sbw * Refactor SWRCache to log errors during cache revalidation
- Loading branch information
Showing
39 changed files
with
1,970 additions
and
5,981 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,8 @@ | |
"noStaticOnlyClass": "off" | ||
} | ||
} | ||
}, | ||
"files": { | ||
"ignore": ["sdk"] | ||
} | ||
} |
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
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.