Skip to content

Commit

Permalink
Merge pull request #4095 from jimmygchen/fulu-config-udpate
Browse files Browse the repository at this point in the history
Update Fulu configs to include `MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS`
  • Loading branch information
jtraglia authored Jan 22, 2025
2 parents e79ef81 + 5525cc9 commit b73f3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions configs/mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ MAX_REQUEST_DATA_COLUMN_SIDECARS: 16384
SAMPLES_PER_SLOT: 8
CUSTODY_REQUIREMENT: 4
MAX_BLOBS_PER_BLOCK_FULU: 12
# `MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK_FULU`
MAX_REQUEST_BLOB_SIDECARS_FULU: 1536
MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS: 4096

# Whisk
# `Epoch(2**8)`
Expand Down
3 changes: 1 addition & 2 deletions configs/minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ MAX_REQUEST_DATA_COLUMN_SIDECARS: 16384
SAMPLES_PER_SLOT: 8
CUSTODY_REQUIREMENT: 4
MAX_BLOBS_PER_BLOCK_FULU: 12
# `MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK_FULU`
MAX_REQUEST_BLOB_SIDECARS_FULU: 1536
MIN_EPOCHS_FOR_DATA_COLUMN_SIDECARS_REQUESTS: 4096

# Whisk
WHISK_EPOCHS_PER_SHUFFLING_PHASE: 4
Expand Down

0 comments on commit b73f3bd

Please sign in to comment.