File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ eth_ws_url: "ws://localhost:8546"
55max_proofs_in_queue : 1000
66last_aggregated_block_filepath : config-files/proof-aggregator.last_aggregated_block.json
77proofs_per_chunk : 512 # Amount of proofs to process per chunk
8+ # This number comes from the blob data limit
9+ # Since each blob has a capacity of (4096 * 32) = 131.072 bytes
10+ # Since each proof commitments takes 32 bytes hash + 1 byte for padding
11+ # We can aggregate as much proofs as 131.072 / 33 ~= 3971 per blob
12+ total_proofs_limit : 3970
813
914ecdsa :
1015 private_key_store_path : " config-files/anvil.proof-aggregator.ecdsa.key.json"
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ eth_ws_url: "ws://localhost:8546"
55max_proofs_in_queue : 1000
66last_aggregated_block_filepath : config-files/proof-aggregator.last_aggregated_block.json
77proofs_per_chunk : 512 # Amount of proofs to process per chunk
8+ # This number comes from the blob data limit
9+ # Since each blob has a capacity of (4096 * 32) = 131.072 bytes
10+ # Since each proof commitments takes 32 bytes hash + 1 byte for padding
11+ # We can aggregate as much proofs as 131.072 / 33 ~= 3971 per blob
12+ total_proofs_limit : 3970
813
914ecdsa :
1015 private_key_store_path : " config-files/anvil.proof-aggregator.ecdsa.key.json"
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ eth_ws_url: "ws://localhost:8545"
55max_proofs_in_queue : 1000
66last_aggregated_block_filepath : config-files/proof-aggregator.last_aggregated_block.json
77proofs_per_chunk : 512 # Amount of proofs to process per chunk
8+ # This number comes from the blob data limit
9+ # Since each blob has a capacity of (4096 * 32) = 131.072 bytes
10+ # Since each proof commitments takes 32 bytes hash + 1 byte for padding
11+ # We can aggregate as much proofs as 131.072 / 33 ~= 3971 per blob
12+ total_proofs_limit : 3970
813
914ecdsa :
1015 private_key_store_path : " config-files/anvil.proof-aggregator.ecdsa.key.json"
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ eth_ws_url: "ws://localhost:8545"
55max_proofs_in_queue : 1000
66last_aggregated_block_filepath : config-files/proof-aggregator.last_aggregated_block.json
77proofs_per_chunk : 512 # Amount of proofs to process per chunk
8+ # This number comes from the blob data limit
9+ # Since each blob has a capacity of (4096 * 32) = 131.072 bytes
10+ # Since each proof commitments takes 32 bytes hash + 1 byte for padding
11+ # We can aggregate as much proofs as 131.072 / 33 ~= 3971 per blob
12+ total_proofs_limit : 3970
813
914ecdsa :
1015 private_key_store_path : " config-files/anvil.proof-aggregator.ecdsa.key.json"
You can’t perform that action at this time.
0 commit comments