mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
8a72ae89b9
* fix mainnet finalization and swith eth2_network_simulation to a kind of small-mainnet profile * Fix slot reference in trace logging * bump a couple of spec refs from v0.11.0 to v0.11.1 * bump another spec ref to v0.11.1, one more try at Jenkins test vector download CI issue * fix other slot reference in trace logging and skip past single-block/multi-slot gaps to re-approach from ancestry side by state_transitioning, by requiring exact match on both root hash and slot for fast path * make more precise the fast path condition * redo logic to make uniform with BeaconChainDB; fix chronos deprecation warning * revert not-working replacement of deprecated chronos futures `or` * switch testnet1 to mainnet
7 lines
159 B
Bash
7 lines
159 B
Bash
CONST_PRESET=mainnet
|
|
QUICKSTART_VALIDATORS=8
|
|
RANDOM_VALIDATORS=120
|
|
BOOTSTRAP_PORT=9100
|
|
WEB3_URL=wss://goerli.infura.io/ws/v3/809a18497dd74102b5f37d25aae3c85a
|
|
|