Skip to content

Commit

Permalink
Adjust privatenet config to satisfy Web3signer 23.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mksh committed Oct 18, 2023
1 parent 3091714 commit cccfe71
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions eth_possim/resources/cl/privatenet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,24 @@ SLOTS_PER_HISTORICAL_ROOT: 64
# 2**2 (= 4) epochs
MIN_EPOCHS_TO_INACTIVITY_PENALTY: 4

# P2P settings necessary for Teku 23.10.0+ to start
# P2P/Deneb settings necessary for Teku 23.10.0+, Web3signer 23.9.1+ to start
GOSSIP_MAX_SIZE: 10485760
MAX_CHUNK_SIZE: 10485760
MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 1024
MIN_EPOCHS_FOR_BLOCK_REQUESTS: 272
MAXIMUM_GOSSIP_CLOCK_DISPARITY: 500
ATTESTATION_PROPAGATION_SLOT_RANGE: 32
EPOCHS_PER_SUBNET_SUBSCRIPTION: 32
ATTESTATION_SUBNET_COUNT: 8
ATTESTATION_SUBNET_EXTRA_BITS: 0
MAX_REQUEST_BLOCKS: 256
TTFB_TIMEOUT: 5
RESP_TIMEOUT: 10
ATTESTATION_PROPAGATION_SLOT_RANGE: 32
MESSAGE_DOMAIN_INVALID_SNAPPY: 0x00000000
MESSAGE_DOMAIN_VALID_SNAPPY: 0x01000000
SUBNETS_PER_NODE: 2
ATTESTATION_SUBNET_PREFIX_BITS: 6
MAX_REQUEST_BLOCKS_DENEB: 128
MAX_REQUEST_BLOB_SIDECARS: 768
MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 4096
BLOB_SIDECAR_SUBNET_COUNT: 6

0 comments on commit cccfe71

Please sign in to comment.