lambdaclass / lambdaclass/eth-agent
Smart Account tests need real bundler integration
Open
Nobody has claimed this yet.
testing
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Problem
ERC-4337 functionality is tested with mocks. Real bundler integration tests would catch compatibility issues.
Location
test/protocol/smart-account.test.ts
Recommendation
- Add integration tests with a real bundler (e.g., Stackup, Pimlico)
- Test on testnet with actual UserOps
- Verify paymaster integration works end-to-end
Priority
Testing - ERC-4337 reliability
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with test/protocol/smart-account.test.ts and review how ERC-4337 behavior is currently mocked. Identify the supported real bundler and testnet setup needed for UserOps, then add integration coverage for UserOps and paymaster behavior. Done means the tests exercise a real bundler and verify the paymaster flow end to end.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- blockchain, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100