-
Notifications
You must be signed in to change notification settings - Fork 80
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(DEVX-410): E2E Tests #351
Conversation
038f2b4
to
ebd2593
Compare
tidy increase mintNFT timeout Allow sendTransaction to send multiple transactions
ebd2593
to
d6a6242
Compare
Update README.md
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.
Overall I have these few concerns
- What if there are multiple PR's opening at same time, test might fail if the nonce is incorrect.
- Hard to manage the paymaster with balance.
- For non-gasless tests would need to make sure and have the funds in EOA.
Latency is also one of my concern as build time increases it will cost for on CI/CD infra. In this PR I can see it is 1m. But if we add more tests this can go up really fast.
7f026ce
to
ade3271
Compare
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.
LGTM!
Even tho I approved this it's still not making the build. Looks like it needs all approvals. |
Summary
Notion Doc
Related Issue: #DEVX-410
Change Type
Checklist
Additional Information
I've added some additional aliases for devEx purposes, and then used them in the tests
createSmartWalletAccount -> BiconomySmartAccountV2.create
smartWallet.sendTransaction(s) -> BiconomySmartAccountV2.buildUserOp + BiconomySmartAccountV2.sendUserOp
I've also imported and then re-exported the Bundler and Paymaster packages from the accounts package, so that mostly everything can be important from "@biconomy/account"