Skip to content
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

chore: prep user op fix #169

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

joepegler
Copy link
Collaborator

@joepegler joepegler commented Jan 15, 2025

resolved BIC-602


PR-Codex overview

This PR focuses on updating the user operation handling in the @biconomy/sdk by removing the signature from the prepareUserOperation flow and introducing a new function, prepareUserOperationWithoutSignature.

Detailed summary

  • Updated version in package.json from 0.0.25 to 0.0.26.
  • Added prepareUserOperationWithoutSignature function in prepareUserOperationWithoutSignature.ts.
  • Replaced calls to prepareUserOperation with prepareUserOperationWithoutSignature in relevant files.
  • Updated debugUserOperation and prepareTokenPaymasterUserOp to use the new function.
  • Modified test file to reflect changes in user operation preparation.
  • Added documentation for prepareUserOperation in index.ts.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

github-actions bot commented Jan 15, 2025

size-limit report 📦

Path Size
core (esm) 17.14 KB (+0.23% 🔺)
core (cjs) 23.68 KB (+0.59% 🔺)
bundler (tree-shaking) 518 B (0%)
paymaster (tree-shaking) 543 B (0%)

@joepegler joepegler merged commit d3305a0 into develop Jan 15, 2025
5 checks passed
@joepegler joepegler deleted the feat/bic-602_prepareUserOperation_sig_remove branch January 15, 2025 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants