zah c29aa9d846
Support for Gnosis Chain (#3415)
* Support for Gnosis Chain

`make gnosis-chain-build` will build the Nimbus gnosis chain binary,
stored in `build/nimbus_beacon_node_for_gnosis_chain`.

`make gnosis-chain` will connect to the network.

Other changes:

* Restore compilation with -d:has_genesis_detection
* Removed Makefile target related to testnet0 and testnet1
* Added more debug logging for failed peer handshakes
* Report misconfigured builds which try to embed network metadata
that is incompatible with the currently selected const preset.
* Don't bundle network metadata in minimal builds, as they are not compatible
2022-02-25 10:22:44 +02:00

18 lines
512 B
YAML

PRESET_NAME: gnosis
PRESET_BASE: mainnet
# Time parameters
# ---------------------------------------------------------------
# 2**4 (= 16) slots 1.87 minutes
SLOTS_PER_EPOCH: 16
# Reward and penalty quotients
# ---------------------------------------------------------------
BASE_REWARD_FACTOR: 25
# Sync committee
# ---------------------------------------------------------------
# assert EPOCHS_PER_SYNC_COMMITTEE_PERIOD * SLOTS_PER_EPOCH <= SLOTS_PER_HISTORICAL_ROOT
EPOCHS_PER_SYNC_COMMITTEE_PERIOD: 512