nimbus-eth2/beacon_chain
Eugene Kabanov f8eb906b51
Add CONFIG_NAME parameter to REST API /eth/v1/config/spec response. (#2652)
* Add CONFIG_NAME parameter to /eth/v1/config/spec response.

* Add missed comma.

* Use `const_preset` instead of CONFIG_NAME.
2021-06-18 14:43:54 +02:00
..
consensus_object_pools implement Altair attestation pool cache init (#2659) 2021-06-17 17:13:14 +00:00
eth1 remove a few obsolete raises pops (#2654) 2021-06-16 14:45:05 +02:00
fork_choice remove attestation/aggregate queue (#2519) 2021-04-26 22:39:44 +02:00
gossip_processing Fix #2595 - recompute wallSlot across async calls (#2650) 2021-06-17 16:38:25 +02:00
networking remove a few obsolete raises pops (#2654) 2021-06-16 14:45:05 +02:00
rpc Add CONFIG_NAME parameter to REST API /eth/v1/config/spec response. (#2652) 2021-06-18 14:43:54 +02:00
spec implement Altair attestation pool cache init (#2659) 2021-06-17 17:13:14 +00:00
ssz use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
sync use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
validators fix assertion in beacon block creation rollback/restore (#2655) 2021-06-17 09:22:39 +02:00
.gitignore Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
beacon_chain_db.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
beacon_chain_db_immutable.nim write uncompressed validator keys to database (#2639) 2021-06-10 10:37:02 +03:00
beacon_clock.nim Nim-1.2.12 2021-04-19 10:53:58 +03:00
beacon_node_common.nim singe validator key cache 2021-06-01 20:43:44 +03:00
beacon_node_status.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
beacon_node_types.nim singe validator key cache 2021-06-01 20:43:44 +03:00
conf.nim Fix an accidentally commented out line 2021-06-10 11:42:40 +03:00
extras.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
filepath.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
interop.nim remove attestation/aggregate queue (#2519) 2021-04-26 22:39:44 +02:00
nimbus_beacon_node.nim use ForkedHashedBeaconState in StateData (#2634) 2021-06-11 20:51:46 +03:00
nimbus_beacon_node.nim.cfg Drop UseDiscv51 flag and only support discovery v5.1 2020-11-14 19:12:30 +02:00
nimbus_binary_common.nim log doppelganger attestation signature; rm withState.HashedBeaconState uses (#2608) 2021-05-28 15:51:15 +03:00
nimbus_signing_process.nim singe validator key cache 2021-06-01 20:43:44 +03:00
nimbus_validator_client.nim Perform attestation check before broadcast (#2550) 2021-05-10 09:13:36 +02:00
nimbus_validator_client.nim.cfg Rename binaries; Mimic the original repo layout in the distribution 2020-11-09 11:38:52 +02:00
ssz.nim Move SSZ, deposit_contracts & eth1_monitor [reorg files 3/5] (#2371) 2021-03-03 07:23:05 +01:00
statediff.nim write uncompressed validator keys to database (#2639) 2021-06-10 10:37:02 +03:00
statusbar.nim EH cleanup (#2455) 2021-03-26 07:52:01 +01:00
version.nim Merge stable into unstable 2021-05-20 13:50:40 +03:00