-
Notifications
You must be signed in to change notification settings - Fork 2
Feat: SDR chain support #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: portafino-minimum-req
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
1db38ce to
7672ee7
Compare
|
Fixed conflicts with target branch |
It's not working with the backend submission. I did not get to look into it. I believe it might be due to the lack of receipts, but that is just a guess.
This pull request introduces a new set of utilities for smart account deployment and error handling, refactors entry point definitions, and adds new provider types for custom blockchain operations. The main changes are grouped into three themes: Smart Account Deployment, Error Handling, and Provider/Entry Point Improvements.
Smart Account Deployment Utilities
ensureSmartAccountIsDeployed,isSmartAccountDeployed, andwaitForSmartAccountDeploymentfunctions to facilitate checking, deploying, and waiting for smart account deployment on-chain. These utilities are documented and exported for use throughout the codebase. [1] [2] [3] [4] [5]Error Handling Improvements
GianoErrorwith support for error chaining and proper prototype setup, along with specialized error types for smart account deployment and timeouts. These are now exported for both Node and web environments. [1] [2] [3] [4]Provider and Entry Point Refactoring
ProviderRequestMethodtyping, supporting new operations such as signed calls and user operation management. [1] [2] [3] [4]These updates provide a more robust foundation for smart account abstraction, error management, and custom provider interactions.