-
Notifications
You must be signed in to change notification settings - Fork 698
feat: prepare wallet rpcs #1554
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
feat: prepare wallet rpcs #1554
Conversation
✅ Heimdall Review Status
|
b0ad388 to
a7434bf
Compare
montycheese
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far, a few comments and questions
packages/wallet-sdk/src/sign/scw/utils/createSubAccountSigner.ts
Outdated
Show resolved
Hide resolved
packages/wallet-sdk/src/sign/scw/utils/createSubAccountSigner.ts
Outdated
Show resolved
Hide resolved
packages/wallet-sdk/src/sign/scw/utils/createSubAccountSigner.ts
Outdated
Show resolved
Hide resolved
packages/wallet-sdk/src/sign/scw/utils/createSubAccountSigner.ts
Outdated
Show resolved
Hide resolved
dd1f73d to
9dd89da
Compare
|
Martybb166 |
packages/wallet-sdk/src/sign/scw/utils/createSubAccountSigner.ts
Outdated
Show resolved
Hide resolved
cb-jake
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Only thing that has to change is removing Buffer. The only reason this is working locally is the test app is next which polyfills Buffer into the browser env
1d4e210 to
ac53c2f
Compare
Summary
Replace wallet_sendCalls with wallet_prepareCalls + wallet_sendPreparedCalls
How did you test your changes?
Tried Send Calls on playground and updated tests