From e947d54f5bde5a0521ac50c94917d0f153e10737 Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Mon, 30 Dec 2024 22:16:38 +0800 Subject: [PATCH 1/2] fix typos --- docs/architecture/rpc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/rpc.md b/docs/architecture/rpc.md index f8e02d6d2..e15de1925 100644 --- a/docs/architecture/rpc.md +++ b/docs/architecture/rpc.md @@ -59,7 +59,7 @@ This method gets the stake status of a certain address with a particular entry p { "jsonrpc": "2.0", "id": 1, - "method": "debug_bundler_clearMempool", + "method": "debug_bundler_getStakeStatus", "params": ["0x...", "0x..."] // address, entry point address } @@ -120,7 +120,7 @@ Dump the paymaster balances from the paymaster tracker in the mempool for a give { "jsonrpc": "2.0", "id": 1, - "method": "debug_bundler_clearMempool", + "method": "debug_bundler_dumpPaymasterBalances", "params": ["0x...."] // entry point address } From 58ee13667573d3a9d48e03a52502fa9aa6b08a68 Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Thu, 2 Jan 2025 17:33:58 +0800 Subject: [PATCH 2/2] update --- bin/rundler/chain_specs/ethereum.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rundler/chain_specs/ethereum.toml b/bin/rundler/chain_specs/ethereum.toml index ef48e6b83..162d34cc8 100644 --- a/bin/rundler/chain_specs/ethereum.toml +++ b/bin/rundler/chain_specs/ethereum.toml @@ -5,6 +5,6 @@ flashbots_enabled = true flashbots_relay_url = "https://relay.flashbots.net" flashbots_status_url = "https://protect.flashbots.net/tx/" -max_bundle_size_bytes = 131072 +max_transaction_size_bytes = 131072 min_max_priority_fee_per_gas = 50000000