Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
56a3197f
Unverified
Commit
56a3197f
authored
Dec 12, 2024
by
Barnabas Busa
Committed by
GitHub
Dec 12, 2024
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add gossip limit as a configuratable flag (#856)
parent
3b51e5e2
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
38 additions
and
116 deletions
+38
-116
peerdas-deneb.yaml.norun
.github/tests/peerdas-deneb.yaml.norun
+0
-69
peerdas-fulu.yaml.norun
.github/tests/peerdas-fulu.yaml.norun
+1
-2
README.md
README.md
+12
-11
network_params.yaml
network_params.yaml
+2
-4
constants.star
src/package_io/constants.star
+1
-3
input_parser.star
src/package_io/input_parser.star
+12
-15
sanity_check.star
src/package_io/sanity_check.star
+3
-4
el_cl_genesis_generator.star
...data_generator/el_cl_genesis/el_cl_genesis_generator.star
+3
-4
values.env.tmpl
static_files/genesis-generation-config/el-cl/values.env.tmpl
+4
-4
No files found.
.github/tests/peerdas-deneb.yaml.norun
deleted
100644 → 0
View file @
3b51e5e2
participants:
# Super nodes
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
supernode: true
cl_extra_params:
- --minimum-peers-per-subnet=1
count: 2
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:unstable
supernode: true
count: 2
- cl_type: teku
cl_image: ethpandaops/teku:nashatyrev-das
supernode: true
count: 2
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:pdsync
supernode: true
cl_extra_params:
- --sync-light-client=no
count: 2
- cl_type: lodestar
cl_image: ethpandaops/lodestar:peerDAS
supernode: true
cl_extra_params:
- --persistNetworkIdentity
count: 2
- cl_type: grandine
cl_image: ethpandaops/grandine:hangleang-fix-negotiation-timeout
supernode: true
# Full nodes
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:peerDAS
cl_extra_params:
- --minimum-peers-per-subnet=1
- --data-columns-withhold-count=64
count: 3
- cl_type: lighthouse
cl_image: ethpandaops/lighthouse:unstable
count: 3
- cl_type: lodestar
cl_image: ethpandaops/lodestar:peerDAS
cl_extra_params: [--persistNetworkIdentity]
count: 3
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:pdsync
cl_extra_params:
- --sync-light-client=no
count: 3
- cl_type: teku
cl_image: ethpandaops/teku:nashatyrev-das
count: 3
- cl_type: grandine
cl_image: ethpandaops/grandine:hangleang-fix-negotiation-timeout
network_params:
eip7594_fork_epoch: 0
eip7594_fork_version: "0x50000038"
genesis_delay: 1200
snooper_enabled: true
global_log_level: debug
additional_services:
- dora
- goomy_blob
- prometheus_grafana
dora_params:
image: ethpandaops/dora:peerdas-as-deneb-column-view-latest
env: {"FRONTEND_SHOW_PEER_DAS_INFOS": "true", "FRONTEND_SHOW_SENSITIVE_PEER_INFOS": "true"}
ethereum_metrics_exporter_enabled: true
.github/tests/peerdas-
electra
.yaml.norun
→
.github/tests/peerdas-
fulu
.yaml.norun
View file @
56a3197f
...
@@ -28,8 +28,7 @@ participants:
...
@@ -28,8 +28,7 @@ participants:
cl_extra_params: [--persistNetworkIdentity]
cl_extra_params: [--persistNetworkIdentity]
network_params:
network_params:
electra_fork_epoch: 1
electra_fork_epoch: 1
eip7594_fork_epoch: 1
fulu_fork_epoch: 2
eip7594_fork_version: "0x60000038"
preset: minimal
preset: minimal
snooper_enabled: true
snooper_enabled: true
global_log_level: debug
global_log_level: debug
...
...
README.md
View file @
56a3197f
...
@@ -534,7 +534,7 @@ network_params:
...
@@ -534,7 +534,7 @@ network_params:
# Defaults to 256 epoch ~27 hours
# Defaults to 256 epoch ~27 hours
shard_committee_period
:
256
shard_committee_period
:
256
# The epoch at which the deneb/electra/
eip7594(peerdas)
forks are set to occur. Note: PeerDAS and Electra clients are currently
# The epoch at which the deneb/electra/
fulu
forks are set to occur. Note: PeerDAS and Electra clients are currently
# working on forks. So set either one of the below forks.
# working on forks. So set either one of the below forks.
# Altair fork epoch
# Altair fork epoch
# Defaults to 0
# Defaults to 0
...
@@ -560,12 +560,6 @@ network_params:
...
@@ -560,12 +560,6 @@ network_params:
# Defaults to 100000001
# Defaults to 100000001
fulu_fork_epoch
:
100000001
fulu_fork_epoch
:
100000001
# Eip7594 fork epoch
# Defaults to 100000002
eip7594_fork_epoch
:
100000002
# The fork version to set if the eip7594 fork is active
eip7594_fork_version
:
"
0x60000038"
# Network sync base url for syncing public networks from a custom snapshot (mostly useful for shadowforks)
# Network sync base url for syncing public networks from a custom snapshot (mostly useful for shadowforks)
# Defaults to "https://snapshots.ethpandaops.io/"
# Defaults to "https://snapshots.ethpandaops.io/"
...
@@ -586,10 +580,10 @@ network_params:
...
@@ -586,10 +580,10 @@ network_params:
# Target number of blobs per block for Electra fork
# Target number of blobs per block for Electra fork
target_blobs_per_block_electra
:
6
target_blobs_per_block_electra
:
6
# Maximum number of blobs per block for
EIP7594
fork
# Maximum number of blobs per block for
Fulu
fork
max_blobs_per_block_
eip7594
:
12
max_blobs_per_block_
fulu
:
12
# Target number of blobs per block for
EIP7594
fork
# Target number of blobs per block for
Fulu
fork
target_blobs_per_block_
eip7594
:
9
target_blobs_per_block_
fulu
:
9
# Preset for the network
# Preset for the network
# Default: "mainnet"
# Default: "mainnet"
...
@@ -628,6 +622,13 @@ network_params:
...
@@ -628,6 +622,13 @@ network_params:
# prefunded_accounts: '{"0x25941dC771bB64514Fc8abBce970307Fb9d477e9": {"balance": "10ETH"}, "0x4107be99052d895e3ee461C685b042Aa975ab5c0": {"balance": "1ETH"}}'
# prefunded_accounts: '{"0x25941dC771bB64514Fc8abBce970307Fb9d477e9": {"balance": "10ETH"}, "0x4107be99052d895e3ee461C685b042Aa975ab5c0": {"balance": "1ETH"}}'
prefunded_accounts
:
{}
prefunded_accounts
:
{}
# Maximum size of gossip messages in bytes
# 10 * 2**20 (= 10485760, 10 MiB)
# Defaults to 10485760 (10MB)
gossip_max_size
:
10485760
# Global parameters for the network
# Global parameters for the network
# By default includes
# By default includes
...
...
network_params.yaml
View file @
56a3197f
...
@@ -88,16 +88,14 @@ network_params:
...
@@ -88,16 +88,14 @@ network_params:
deneb_fork_epoch
:
0
deneb_fork_epoch
:
0
electra_fork_epoch
:
100000000
electra_fork_epoch
:
100000000
fulu_fork_epoch
:
100000001
fulu_fork_epoch
:
100000001
eip7594_fork_epoch
:
100000002
eip7594_fork_version
:
"
0x60000038"
network_sync_base_url
:
https://snapshots.ethpandaops.io/
network_sync_base_url
:
https://snapshots.ethpandaops.io/
data_column_sidecar_subnet_count
:
128
data_column_sidecar_subnet_count
:
128
samples_per_slot
:
8
samples_per_slot
:
8
custody_requirement
:
4
custody_requirement
:
4
max_blobs_per_block_electra
:
9
max_blobs_per_block_electra
:
9
target_blobs_per_block_electra
:
6
target_blobs_per_block_electra
:
6
max_blobs_per_block_
eip7594
:
12
max_blobs_per_block_
fulu
:
12
target_blobs_per_block_
eip7594
:
9
target_blobs_per_block_
fulu
:
9
additional_preloaded_contracts
:
{}
additional_preloaded_contracts
:
{}
devnet_repo
:
ethpandaops
devnet_repo
:
ethpandaops
prefunded_accounts
:
{}
prefunded_accounts
:
{}
...
...
src/package_io/constants.star
View file @
56a3197f
...
@@ -111,8 +111,6 @@ ELECTRA_FORK_VERSION = "0x60000038"
...
@@ -111,8 +111,6 @@ ELECTRA_FORK_VERSION = "0x60000038"
ELECTRA_FORK_EPOCH = 100000000
ELECTRA_FORK_EPOCH = 100000000
FULU_FORK_VERSION = "0x70000038"
FULU_FORK_VERSION = "0x70000038"
FULU_FORK_EPOCH = 100000001
FULU_FORK_EPOCH = 100000001
EIP7594_FORK_VERSION = "0x80000038"
EIP7594_FORK_EPOCH = 100000002
MAX_LABEL_LENGTH = 63
MAX_LABEL_LENGTH = 63
...
@@ -124,7 +122,7 @@ CONTAINER_REGISTRY = struct(
...
@@ -124,7 +122,7 @@ CONTAINER_REGISTRY = struct(
ETHEREUM_GENESIS_GENERATOR = struct(
ETHEREUM_GENESIS_GENERATOR = struct(
default_genesis_generator_image="ethpandaops/ethereum-genesis-generator:3.4.
4
", # Default
default_genesis_generator_image="ethpandaops/ethereum-genesis-generator:3.4.
7
", # Default
verkle_genesis="ethpandaops/ethereum-genesis-generator:verkle-gen-v1.0.0",
verkle_genesis="ethpandaops/ethereum-genesis-generator:verkle-gen-v1.0.0",
)
)
...
...
src/package_io/input_parser.star
View file @
56a3197f
...
@@ -325,8 +325,6 @@ def input_parser(plan, input_args):
...
@@ -325,8 +325,6 @@ def input_parser(plan, input_args):
deneb_fork_epoch=result["network_params"]["deneb_fork_epoch"],
deneb_fork_epoch=result["network_params"]["deneb_fork_epoch"],
electra_fork_epoch=result["network_params"]["electra_fork_epoch"],
electra_fork_epoch=result["network_params"]["electra_fork_epoch"],
fulu_fork_epoch=result["network_params"]["fulu_fork_epoch"],
fulu_fork_epoch=result["network_params"]["fulu_fork_epoch"],
eip7594_fork_epoch=result["network_params"]["eip7594_fork_epoch"],
eip7594_fork_version=result["network_params"]["eip7594_fork_version"],
network=result["network_params"]["network"],
network=result["network_params"]["network"],
min_validator_withdrawability_delay=result["network_params"][
min_validator_withdrawability_delay=result["network_params"][
"min_validator_withdrawability_delay"
"min_validator_withdrawability_delay"
...
@@ -344,11 +342,11 @@ def input_parser(plan, input_args):
...
@@ -344,11 +342,11 @@ def input_parser(plan, input_args):
target_blobs_per_block_electra=result["network_params"][
target_blobs_per_block_electra=result["network_params"][
"target_blobs_per_block_electra"
"target_blobs_per_block_electra"
],
],
max_blobs_per_block_
eip7594
=result["network_params"][
max_blobs_per_block_
fulu
=result["network_params"][
"max_blobs_per_block_
eip7594
"
"max_blobs_per_block_
fulu
"
],
],
target_blobs_per_block_
eip7594
=result["network_params"][
target_blobs_per_block_
fulu
=result["network_params"][
"target_blobs_per_block_
eip7594
"
"target_blobs_per_block_
fulu
"
],
],
preset=result["network_params"]["preset"],
preset=result["network_params"]["preset"],
additional_preloaded_contracts=result["network_params"][
additional_preloaded_contracts=result["network_params"][
...
@@ -356,6 +354,7 @@ def input_parser(plan, input_args):
...
@@ -356,6 +354,7 @@ def input_parser(plan, input_args):
],
],
devnet_repo=result["network_params"]["devnet_repo"],
devnet_repo=result["network_params"]["devnet_repo"],
prefunded_accounts=result["network_params"]["prefunded_accounts"],
prefunded_accounts=result["network_params"]["prefunded_accounts"],
gossip_max_size=result["network_params"]["gossip_max_size"],
),
),
mev_params=struct(
mev_params=struct(
mev_relay_image=result["mev_params"]["mev_relay_image"],
mev_relay_image=result["mev_params"]["mev_relay_image"],
...
@@ -896,20 +895,19 @@ def default_network_params():
...
@@ -896,20 +895,19 @@ def default_network_params():
"deneb_fork_epoch": 0,
"deneb_fork_epoch": 0,
"electra_fork_epoch": constants.ELECTRA_FORK_EPOCH,
"electra_fork_epoch": constants.ELECTRA_FORK_EPOCH,
"fulu_fork_epoch": constants.FULU_FORK_EPOCH,
"fulu_fork_epoch": constants.FULU_FORK_EPOCH,
"eip7594_fork_epoch": constants.EIP7594_FORK_EPOCH,
"eip7594_fork_version": "0x60000038",
"network_sync_base_url": "https://snapshots.ethpandaops.io/",
"network_sync_base_url": "https://snapshots.ethpandaops.io/",
"data_column_sidecar_subnet_count": 128,
"data_column_sidecar_subnet_count": 128,
"samples_per_slot": 8,
"samples_per_slot": 8,
"custody_requirement": 4,
"custody_requirement": 4,
"max_blobs_per_block_electra": 9,
"max_blobs_per_block_electra": 9,
"target_blobs_per_block_electra": 6,
"target_blobs_per_block_electra": 6,
"max_blobs_per_block_
eip7594
": 12,
"max_blobs_per_block_
fulu
": 12,
"target_blobs_per_block_
eip7594
": 9,
"target_blobs_per_block_
fulu
": 9,
"preset": "mainnet",
"preset": "mainnet",
"additional_preloaded_contracts": {},
"additional_preloaded_contracts": {},
"devnet_repo": "ethpandaops",
"devnet_repo": "ethpandaops",
"prefunded_accounts": {},
"prefunded_accounts": {},
"gossip_max_size": 10485760,
}
}
...
@@ -936,20 +934,19 @@ def default_minimal_network_params():
...
@@ -936,20 +934,19 @@ def default_minimal_network_params():
"deneb_fork_epoch": 0,
"deneb_fork_epoch": 0,
"electra_fork_epoch": constants.ELECTRA_FORK_EPOCH,
"electra_fork_epoch": constants.ELECTRA_FORK_EPOCH,
"fulu_fork_epoch": constants.FULU_FORK_EPOCH,
"fulu_fork_epoch": constants.FULU_FORK_EPOCH,
"eip7594_fork_epoch": constants.EIP7594_FORK_EPOCH,
"eip7594_fork_version": "0x60000038",
"network_sync_base_url": "https://snapshots.ethpandaops.io/",
"network_sync_base_url": "https://snapshots.ethpandaops.io/",
"data_column_sidecar_subnet_count": 128,
"data_column_sidecar_subnet_count": 128,
"samples_per_slot": 8,
"samples_per_slot": 8,
"custody_requirement": 4,
"custody_requirement": 4,
"max_blobs_per_block_electra": 9,
"max_blobs_per_block_electra": 9,
"target_blobs_per_block_electra": 6,
"target_blobs_per_block_electra": 6,
"max_blobs_per_block_
eip7594
": 12,
"max_blobs_per_block_
fulu
": 12,
"target_blobs_per_block_
eip7594
": 9,
"target_blobs_per_block_
fulu
": 9,
"preset": "minimal",
"preset": "minimal",
"additional_preloaded_contracts": {},
"additional_preloaded_contracts": {},
"devnet_repo": "ethpandaops",
"devnet_repo": "ethpandaops",
"prefunded_accounts": {},
"prefunded_accounts": {},
"gossip_max_size": 10485760,
}
}
...
@@ -1096,7 +1093,7 @@ def get_default_mev_params(mev_type, preset):
...
@@ -1096,7 +1093,7 @@ def get_default_mev_params(mev_type, preset):
mev_boost_image = constants.DEFAULT_COMMIT_BOOST_MEV_BOOST_IMAGE
mev_boost_image = constants.DEFAULT_COMMIT_BOOST_MEV_BOOST_IMAGE
mev_builder_cl_image = DEFAULT_CL_IMAGES[constants.CL_TYPE.lighthouse]
mev_builder_cl_image = DEFAULT_CL_IMAGES[constants.CL_TYPE.lighthouse]
mev_builder_extra_data = (
mev_builder_extra_data = (
"0x436
f6d6d69742d426f6f737420f09f93bb
" # Commit-Boost 📻
"0x436
F6D6D69742D426F6F737420F09F93BB
" # Commit-Boost 📻
)
)
return {
return {
...
...
src/package_io/sanity_check.star
View file @
56a3197f
...
@@ -159,20 +159,19 @@ SUBCATEGORY_PARAMS = {
...
@@ -159,20 +159,19 @@ SUBCATEGORY_PARAMS = {
"deneb_fork_epoch",
"deneb_fork_epoch",
"electra_fork_epoch",
"electra_fork_epoch",
"fulu_fork_epoch",
"fulu_fork_epoch",
"eip7594_fork_epoch",
"eip7594_fork_version",
"network_sync_base_url",
"network_sync_base_url",
"data_column_sidecar_subnet_count",
"data_column_sidecar_subnet_count",
"samples_per_slot",
"samples_per_slot",
"custody_requirement",
"custody_requirement",
"max_blobs_per_block_electra",
"max_blobs_per_block_electra",
"target_blobs_per_block_electra",
"target_blobs_per_block_electra",
"max_blobs_per_block_
eip7594
",
"max_blobs_per_block_
fulu
",
"target_blobs_per_block_
eip7594
",
"target_blobs_per_block_
fulu
",
"preset",
"preset",
"additional_preloaded_contracts",
"additional_preloaded_contracts",
"devnet_repo",
"devnet_repo",
"prefunded_accounts",
"prefunded_accounts",
"gossip_max_size",
],
],
"blockscout_params": [
"blockscout_params": [
"image",
"image",
...
...
src/prelaunch_data_generator/el_cl_genesis/el_cl_genesis_generator.star
View file @
56a3197f
...
@@ -113,8 +113,6 @@ def new_env_file_for_el_cl_genesis_data(
...
@@ -113,8 +113,6 @@ def new_env_file_for_el_cl_genesis_data(
"DenebForkEpoch": network_params.deneb_fork_epoch,
"DenebForkEpoch": network_params.deneb_fork_epoch,
"ElectraForkEpoch": network_params.electra_fork_epoch,
"ElectraForkEpoch": network_params.electra_fork_epoch,
"FuluForkEpoch": network_params.fulu_fork_epoch,
"FuluForkEpoch": network_params.fulu_fork_epoch,
"EIP7594ForkEpoch": network_params.eip7594_fork_epoch,
"EIP7594ForkVersion": network_params.eip7594_fork_version,
"GenesisForkVersion": constants.GENESIS_FORK_VERSION,
"GenesisForkVersion": constants.GENESIS_FORK_VERSION,
"AltairForkVersion": constants.ALTAIR_FORK_VERSION,
"AltairForkVersion": constants.ALTAIR_FORK_VERSION,
"BellatrixForkVersion": constants.BELLATRIX_FORK_VERSION,
"BellatrixForkVersion": constants.BELLATRIX_FORK_VERSION,
...
@@ -130,11 +128,12 @@ def new_env_file_for_el_cl_genesis_data(
...
@@ -130,11 +128,12 @@ def new_env_file_for_el_cl_genesis_data(
"CustodyRequirement": network_params.custody_requirement,
"CustodyRequirement": network_params.custody_requirement,
"MaxBlobsPerBlockElectra": network_params.max_blobs_per_block_electra,
"MaxBlobsPerBlockElectra": network_params.max_blobs_per_block_electra,
"TargetBlobsPerBlockElectra": network_params.target_blobs_per_block_electra,
"TargetBlobsPerBlockElectra": network_params.target_blobs_per_block_electra,
"MaxBlobsPerBlock
EIP7594": network_params.max_blobs_per_block_eip7594
,
"MaxBlobsPerBlock
Fulu": network_params.max_blobs_per_block_fulu
,
"TargetBlobsPerBlock
EIP7594": network_params.target_blobs_per_block_eip7594
,
"TargetBlobsPerBlock
Fulu": network_params.target_blobs_per_block_fulu
,
"Preset": network_params.preset,
"Preset": network_params.preset,
"AdditionalPreloadedContracts": json.encode(
"AdditionalPreloadedContracts": json.encode(
network_params.additional_preloaded_contracts
network_params.additional_preloaded_contracts
),
),
"PrefundedAccounts": json.encode(network_params.prefunded_accounts),
"PrefundedAccounts": json.encode(network_params.prefunded_accounts),
"GossipMaxSize": network_params.gossip_max_size,
}
}
static_files/genesis-generation-config/el-cl/values.env.tmpl
View file @
56a3197f
...
@@ -19,8 +19,6 @@ export ELECTRA_FORK_VERSION="{{ .ElectraForkVersion }}"
...
@@ -19,8 +19,6 @@ export ELECTRA_FORK_VERSION="{{ .ElectraForkVersion }}"
export ELECTRA_FORK_EPOCH="{{ .ElectraForkEpoch }}"
export ELECTRA_FORK_EPOCH="{{ .ElectraForkEpoch }}"
export FULU_FORK_VERSION="{{ .FuluForkVersion }}"
export FULU_FORK_VERSION="{{ .FuluForkVersion }}"
export FULU_FORK_EPOCH="{{ .FuluForkEpoch }}"
export FULU_FORK_EPOCH="{{ .FuluForkEpoch }}"
export EIP7594_FORK_EPOCH="{{ .EIP7594ForkEpoch }}"
export EIP7594_FORK_VERSION="{{ .EIP7594ForkVersion }}"
export WITHDRAWAL_TYPE="0x00"
export WITHDRAWAL_TYPE="0x00"
export WITHDRAWAL_ADDRESS=0xf97e180c050e5Ab072211Ad2C213Eb5AEE4DF134
export WITHDRAWAL_ADDRESS=0xf97e180c050e5Ab072211Ad2C213Eb5AEE4DF134
export GENESIS_TIMESTAMP={{ .UnixTimestamp }}
export GENESIS_TIMESTAMP={{ .UnixTimestamp }}
...
@@ -38,7 +36,9 @@ export SAMPLES_PER_SLOT={{ .SamplesPerSlot }}
...
@@ -38,7 +36,9 @@ export SAMPLES_PER_SLOT={{ .SamplesPerSlot }}
export CUSTODY_REQUIREMENT={{ .CustodyRequirement }}
export CUSTODY_REQUIREMENT={{ .CustodyRequirement }}
export MAX_BLOBS_PER_BLOCK_ELECTRA={{ .MaxBlobsPerBlockElectra }}
export MAX_BLOBS_PER_BLOCK_ELECTRA={{ .MaxBlobsPerBlockElectra }}
export TARGET_BLOBS_PER_BLOCK_ELECTRA={{ .TargetBlobsPerBlockElectra }}
export TARGET_BLOBS_PER_BLOCK_ELECTRA={{ .TargetBlobsPerBlockElectra }}
export MAX_BLOBS_PER_BLOCK_
EIP7594={{ .MaxBlobsPerBlockEIP7594
}}
export MAX_BLOBS_PER_BLOCK_
FULU={{ .MaxBlobsPerBlockFulu
}}
export TARGET_BLOBS_PER_BLOCK_
EIP7594={{ .TargetBlobsPerBlockEIP7594
}}
export TARGET_BLOBS_PER_BLOCK_
FULU={{ .TargetBlobsPerBlockFulu
}}
export ADDITIONAL_PRELOADED_CONTRACTS={{ .AdditionalPreloadedContracts }}
export ADDITIONAL_PRELOADED_CONTRACTS={{ .AdditionalPreloadedContracts }}
export EL_PREMINE_ADDRS={{ .PrefundedAccounts }}
export EL_PREMINE_ADDRS={{ .PrefundedAccounts }}
export GOSSIP_MAX_SIZE={{ .GossipMaxSize }}
export MAX_CHUNK_SIZE={{ .GossipMaxSize }}
vicotor
@luxueqian
mentioned in commit
e957062f
·
Apr 13, 2025
mentioned in commit
e957062f
mentioned in commit e957062f619b4c8503c2c41cd7f51dbdb48a4ed3
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment