nimbus-eth2/beacon_chain
Etan Kissling 10215dbc14
make deployment phase configurable (#4231)
Allow config of deployment phase via config instead of attempting to
derive from genesis content (when running relevant testnets), so that
we don't have to keep maintaining the list inside the binary.
2022-10-12 22:58:36 +00:00
..
consensus_object_pools Build block in parallel with attestation packing (#4185) 2022-10-04 11:24:16 +00:00
eth1 cleanups: `proc` -> `func`, unused import, spec URLs (#4224) 2022-10-08 05:07:54 -05:00
fork_choice Harden EpochRef loading against bogus block root at tail (#4178) 2022-09-27 18:56:08 +02:00
gossip_processing move LVH handling to tests/; increase maximum fork choice retries (#4205) 2022-10-03 13:10:08 +00:00
networking make deployment phase configurable (#4231) 2022-10-12 22:58:36 +00:00
rpc update for latest LC REST proposal (#4213) 2022-10-04 13:38:09 +02:00
spec cleanups: `proc` -> `func`, unused import, spec URLs (#4224) 2022-10-08 05:07:54 -05:00
sync Decrease min time between queries in lc (#4225) 2022-10-07 10:03:55 +02:00
validator_client nicer error message for failed backfill (#4188) 2022-09-29 23:55:18 +03:00
validators don't crash on getBlindedExecutionPayload network errors (#4222) 2022-10-10 17:55:37 +03:00
.editorconfig
.gitignore
beacon_chain_db.nim cleanups: `proc` -> `func`, unused import, spec URLs (#4224) 2022-10-08 05:07:54 -05:00
beacon_chain_db_immutable.nim update consensus spec ref URLs to v1.2.0 (#4164) 2022-09-23 07:56:06 +00:00
beacon_chain_db_light_client.nim update LC spec references for v1.2.0-rc.2 (#3982) 2022-08-17 19:47:06 +00:00
beacon_clock.nim update consensus spec ref URLs to v1.2.0 (#4164) 2022-09-23 07:56:06 +00:00
beacon_node.nim implement /eth/v1/validator/register_validator (#4115) 2022-09-13 14:52:26 +03:00
beacon_node_light_client.nim rm optimistic candidate block check from LC (#4131) 2022-09-17 00:42:19 +00:00
beacon_node_status.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
conf.nim make deployment phase configurable (#4231) 2022-10-12 22:58:36 +00:00
conf_light_client.nim reduce LC optsync latency (#4002) 2022-08-25 03:53:59 +00:00
deposits.nim nicer error message for failed backfill (#4188) 2022-09-29 23:55:18 +03:00
era_db.nim allow accessing withState forky state via `forkyState` (#4026) 2022-08-26 17:14:18 +03:00
extras.nim api: add skip_randao_verification for produceBlockV2 (#3837) 2022-09-21 09:38:08 +02:00
filepath.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
interop.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
light_client.nim reduce LC optsync latency (#4002) 2022-08-25 03:53:59 +00:00
nim.cfg enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
nimbus_beacon_node.nim make deployment phase configurable (#4231) 2022-10-12 22:58:36 +00:00
nimbus_beacon_node.nim.cfg use `nim-websock` instead of `news` (#4061) 2022-09-06 23:41:33 +02:00
nimbus_binary_common.nim Remove warning on unused import of `filepath` (#4176) 2022-09-26 17:14:24 +00:00
nimbus_light_client.nim Don't search for the TTD block after the merge (#4152) 2022-09-20 09:17:25 +03:00
nimbus_light_client.nim.cfg use `nim-websock` instead of `news` (#4061) 2022-09-06 23:41:33 +02:00
nimbus_signing_node.nim load suggested fee recipient file also when keymanager is disabled (#4078) 2022-09-17 08:30:07 +03:00
nimbus_signing_node.nim.cfg
nimbus_validator_client.nim VC: roles & strategies. (#4113) 2022-09-29 09:57:14 +02:00
nimbus_validator_client.nim.cfg use `nim-websock` instead of `news` (#4061) 2022-09-06 23:41:33 +02:00
sszdump.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
statediff.nim update state diffs to Bellatrix (#4177) 2022-09-26 19:13:50 +00:00
statusbar.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
trusted_node_sync.nim nicer error message for failed backfill (#4188) 2022-09-29 23:55:18 +03:00
version.nim Version 22.10.1 2022-10-10 18:20:34 +03:00
wallets.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00