Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 28s
CI/CD Pipeline / Security Scanning (push) Successful in 1m8s
CI/CD Pipeline / Lint and Format (push) Failing after 11s
CI/CD Pipeline / Terraform Validation (push) Failing after 16s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 24s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 30s
Validation / validate-genesis (push) Successful in 8s
Validation / validate-terraform (push) Failing after 18s
Validation / validate-kubernetes (push) Failing after 2s
Validation / validate-smart-contracts (push) Failing after 3s
Validation / validate-security (push) Failing after 12m27s
Validation / validate-documentation (push) Failing after 4s
Verify Deployment / Verify Deployment (push) Failing after 11s
48 lines
918 B
TOML
48 lines
918 B
TOML
# Besu Configuration for Validator Nodes
|
|
data-path="/data"
|
|
genesis-file="/config/genesis.json"
|
|
|
|
network-id=138
|
|
p2p-host="0.0.0.0"
|
|
p2p-port=30303
|
|
|
|
# Consensus - QBFT
|
|
miner-coinbase="0x0000000000000000000000000000000000000000"
|
|
|
|
sync-mode="FULL"
|
|
data-storage-format="FOREST"
|
|
|
|
rpc-http-enabled=false
|
|
rpc-ws-enabled=false
|
|
|
|
metrics-enabled=true
|
|
metrics-port=9545
|
|
metrics-host="0.0.0.0"
|
|
metrics-push-enabled=false
|
|
|
|
logging="WARN"
|
|
|
|
permissions-nodes-config-file-enabled=true
|
|
permissions-nodes-config-file="/config/permissions-nodes.toml"
|
|
permissions-accounts-config-file-enabled=true
|
|
permissions-accounts-config-file="/config/permissions-accounts.toml"
|
|
|
|
# Transaction Pool Configuration
|
|
tx-pool-max-size=8192
|
|
tx-pool-limit-by-account-percentage=0.5
|
|
tx-pool-price-bump=10
|
|
|
|
bootnodes=[]
|
|
|
|
static-nodes-file="/config/static-nodes.json"
|
|
|
|
discovery-enabled=true
|
|
|
|
# Data Storage
|
|
|
|
# Gas Configuration
|
|
|
|
# Native Accounts
|
|
|
|
max-peers=32
|