Skip to content

Commit e12ca83

Browse files
committed
fix: check proof length
1 parent 92f097f commit e12ca83

File tree

14 files changed

+88
-0
lines changed

14 files changed

+88
-0
lines changed

config-files/config-operator-1-ethereum-package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ operator:
3131
enable_metrics: true
3232
metrics_ip_port_address: localhost:9092
3333
max_batch_size: 268435456 # 256 MiB
34+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3435
last_processed_batch_filepath: 'config-files/operator-1.last_processed_batch.json'
3536
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified
3637

config-files/config-operator-1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ operator:
3131
enable_metrics: true
3232
metrics_ip_port_address: localhost:9092
3333
max_batch_size: 268435456 # 256 MiB
34+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3435
last_processed_batch_filepath: 'config-files/operator-1.last_processed_batch.json'
3536
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified
3637

config-files/config-operator-2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ operator:
2929
staker_opt_out_window_blocks: 0
3030
metadata_url: 'https://yetanotherco.github.io/operator_metadata/metadata.json'
3131
max_batch_size: 268435456 # 256 MiB
32+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3233
last_processed_batch_filepath: 'config-files/operator-2.last_processed_batch.json'
3334
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified
3435

config-files/config-operator-3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ operator:
2929
staker_opt_out_window_blocks: 0
3030
metadata_url: 'https://yetanotherco.github.io/operator_metadata/metadata.json'
3131
max_batch_size: 268435456 # 256 MiB
32+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3233
last_processed_batch_filepath: 'config-files/operator-3.last_processed_batch.json'
3334
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified
3435

config-files/config-operator-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ operator:
3131
enable_metrics: true
3232
metrics_ip_port_address: localhost:9092
3333
max_batch_size: 268435456 # 256 MiB
34+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3435
last_processed_batch_filepath: config-files/operator.last_processed_batch.json
3536
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified
3637
# Operators variables needed for register it in EigenLayer

config-files/config-operator-holesky.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ operator:
3131
enable_metrics: true
3232
metrics_ip_port_address: localhost:9092
3333
max_batch_size: 268435456 # 256 MiB
34+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3435
last_processed_batch_filepath: 'config-files/operator.last_processed_batch.json'
3536
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified

config-files/config-operator-hoodi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ operator:
3131
enable_metrics: true
3232
metrics_ip_port_address: localhost:9092
3333
max_batch_size: 268435456 # 256 MiB
34+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3435
last_processed_batch_filepath: 'config-files/operator.last_processed_batch.json'
3536
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified

config-files/config-operator-mainnet.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ operator:
3131
enable_metrics: true
3232
metrics_ip_port_address: localhost:9092
3333
max_batch_size: 268435456 # 256 MiB
34+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3435
last_processed_batch_filepath: 'config-files/operator.last_processed_batch.json'
3536
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified

config-files/config-operator-sepolia.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ operator:
3131
enable_metrics: true
3232
metrics_ip_port_address: localhost:9092
3333
max_batch_size: 268435456 # 256 MiB
34+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3435
last_processed_batch_filepath: 'config-files/operator.last_processed_batch.json'
3536
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified

config-files/config-operator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ operator:
3131
enable_metrics: true
3232
metrics_ip_port_address: localhost:9092
3333
max_batch_size: 268435456 # 256 MiB
34+
max_proof_size: 10485760 # 10 MiB (default if not specified)
3435
last_processed_batch_filepath: 'config-files/operator.last_processed_batch.json'
3536
poll_latest_batch_interval: 20s # Optional: The interval to poll for latest batches. Default: 20s if not specified

0 commit comments

Comments
 (0)