rundler icon indicating copy to clipboard operation
rundler copied to clipboard

An ERC-4337 Bundler in Rust

Results 73 rundler issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Alternative mempool doesn't bypass -32502 error. **To reproduce** 1. Create mempool entry: ``` { "0x0000000000000000000000000000000000000000000000000000000000000000": { "description": "MultiOwnerModularAccount factory whitelist - BSC", "chainIds": ["0x38"], "allowlist": [ {...

bug
needs-triage

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies
javascript

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions

[Closes/Fixes] # ## Proposed Changes - - -

**Describe the feature** Example: if an RPC call fails during gas estimation the user may see "failed to run initial guess", but they wouldn't see that the underlying RPC call...

enhancement

**Describe the feature** Using a Tower layer, we should log all RPC call errors so that they can be used for debugging RPC issues. This can be incorporated into an...

enhancement

**Describe the feature** If UOs have a low gas usage ratio it impacts our ability to create large bundles that use a lot of gas onchain. This is essentially a...

enhancement

**Describe the feature** The 2 (v0.6 and v0.7) Alloy entry point implementations share a lot of common logic. However, many of the onchain contracts/types were redefined slightly between v0.6 and...

enhancement

**Describe the feature** We currently have 2 Tower service layer implementations for metrics: [Incoming RPC](https://github.com/alchemyplatform/rundler/blob/feat/v0.4/crates/rpc/src/metrics.rs) [Internal gRPC](https://github.com/alchemyplatform/rundler/blob/7b5097f537b25b504951584df6f3bc18fdb29d68/crates/task/src/grpc/metrics.rs) We need a 3rd for our new Alloy Provider to track "Internal RPC"...

enhancement