Closed VGabriel45 closed 5 months ago
Lots of checks failing
Path | Size |
---|---|
core (esm) | 53.95 KB (0%) |
core (cjs) | 59.11 KB (0%) |
account (tree-shaking) | 51.97 KB (0%) |
bundler (tree-shaking) | 2.39 KB (0%) |
paymaster (tree-shaking) | 2.33 KB (0%) |
modules (tree-shaking) | 40.6 KB (0%) |
One can simulate a user operation execution by using the already existing method "buildUserOp()". This PR simply adds 2 new test cases for that, showing how to use it for this case + some ts doc improvement.
PR-Codex overview
This PR enhances the
BiconomySmartAccountV2.ts
file to simulate user operation execution success/failure. Additionally, it updates dependencies in theyarn.lock
file.Detailed summary
BiconomySmartAccountV2.ts
: Simulates user operation execution.yarn.lock
.