nimbus-eth2/beacon_chain
Etan Kissling 750722dd75
advance FC time if block/attestation is early (#4992)
When processing blocks/attestations that are slightly early, within the
spec allowed `MAXIMUM_GOSSIP_CLOCK_DISPARITY`, bump FC time accordingly.
2023-05-26 08:03:49 +00:00
..
consensus_object_pools automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
el automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
fork_choice advance FC time if block/attestation is early (#4992) 2023-05-26 08:03:49 +00:00
gossip_processing automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
networking automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
rpc automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
spec automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
sync automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
validator_client New stricter beacon-node URL parsing 2023-05-19 02:02:20 +03:00
validators automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
.editorconfig
.gitignore
beacon_chain_db.nim Fix blobkey calculation (#4978) 2023-05-19 16:51:13 +00:00
beacon_chain_db_immutable.nim automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
beacon_chain_db_light_client.nim rename `EIP4844` > `Deneb` for light client (#4713) 2023-03-10 17:16:26 +00:00
beacon_clock.nim automatic update of v1.3.0-rc.5 consensus spec URLs to v1.3.0 (#4848) 2023-04-21 18:52:43 +00:00
beacon_node.nim refactor payload builder REST client usage (#4973) 2023-05-25 18:38:56 +03:00
beacon_node_light_client.nim use non-nil head corresponding to execution head (#4835) 2023-04-18 14:17:56 +00:00
beacon_node_status.nim
conf.nim Use withdrawal credentials as default fee recipient (#4968) 2023-05-17 07:56:37 +03:00
conf_light_client.nim Support for driving multiple EL nodes from a single Nimbus BN (#4465) 2023-03-05 01:40:21 +00:00
db_limits.nim
deposits.nim Allow exiting multiple validators at once (#4855) 2023-04-25 09:44:01 +03:00
era_db.nim era: Capella+ support (fixes #4752) (#4853) 2023-04-24 15:26:28 +02:00
extras.nim clean up redundant tests and config (#4836) 2023-04-18 21:26:36 +02:00
filepath.nim
future_combinators.nim Support for driving multiple EL nodes from a single Nimbus BN (#4465) 2023-03-05 01:40:21 +00:00
light_client.nim automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
light_client_db.nim disable BareExcept warnings (#4662) 2023-02-24 19:50:46 +00:00
nim.cfg
nimbus_beacon_node.nim refactor payload builder REST client usage (#4973) 2023-05-25 18:38:56 +03:00
nimbus_beacon_node.nim.cfg
nimbus_binary_common.nim Keystore cache implementation. (#4372) 2023-02-16 19:25:48 +02:00
nimbus_light_client.nim Disable the use of incbin as it breaks the retail build on Linux/ARM 2023-05-19 04:08:02 +03:00
nimbus_light_client.nim.cfg
nimbus_signing_node.nim update some beacon API spec URLs; fix some Name and DuplicateModuleImport hints (#4929) 2023-05-10 10:20:55 +00:00
nimbus_signing_node.nim.cfg
nimbus_validator_client.nim update some beacon API spec URLs; fix some Name and DuplicateModuleImport hints (#4929) 2023-05-10 10:20:55 +00:00
nimbus_validator_client.nim.cfg
sszdump.nim
statediff.nim update statediffs to support capella (#4852) 2023-04-23 22:15:14 +03:00
statusbar.nim
trusted_node_sync.nim automated v1.3.0 to v1.4.0-alpha.0 consensus spec URL updates (#4996) 2023-05-26 00:14:28 +02:00
version.nim Version 23.5.1 2023-05-18 20:10:12 +03:00
wallets.nim