silius icon indicating copy to clipboard operation
silius copied to clipboard

ERC-4337 (Account Abstraction) - modular and efficient bundler implementation in Rust.

Results 42 silius issues
Sort by recently updated
recently updated
newest added

Currently, bundler accepts only mnemonic phrase and the private key is generated from that. We should add support for loading private key as well.

good first issue
low priority
A-bundler

env: Mac M1 ``` ➜ silius git:(c3f7e44) ✗ rustc --version rustc 1.70.0 (90c541806 2023-05-31) (built from a source tarball) ``` stable-aarch64-apple-darwin (default) (override) nightly-2023-01-28-aarch64-apple-darwin nightly-aarch64-apple-darwin ``` command: ``` cargo build...

T-bug
A-mempool
on hold

high priority
A-contracts

high priority
A-mempool

New arg for send bundle mode - automatic, manual. If automatic, specify interval (seconds)

T-enhancement
high priority
A-bundler

Similar to eth execution client gas estimation methods, eth_estimateUserOperationGas should accept state override params.

T-enhancement
A-RPC

At the moment, all args needs to be pass as CLI arguments. It would be cool to have TOML config file where you can set everything and load this into...

T-feature request
A-core

Goerli was deprecated, so we can remove it from the codebase.

good first issue
high priority
A-core

At the moment, bundler is always sending bundles from single EOA - we should enable setting up multiple EOAs/wallets for single bundler, so he can send multiple bundles at one...

low priority
A-bundler