silius
silius copied to clipboard
ERC-4337 (Account Abstraction) - modular and efficient bundler implementation in Rust.
Currently, bundler accepts only mnemonic phrase and the private key is generated from that. We should add support for loading private key as well.
build err
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...
New arg for send bundle mode - automatic, manual. If automatic, specify interval (seconds)
Similar to eth execution client gas estimation methods, eth_estimateUserOperationGas should accept state override params.
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...
Goerli was deprecated, so we can remove it from the codebase.
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...