lighthouse/beacon_node/beacon_chain/src
2022-12-14 21:25:47 +05:30
..
attestation_verification Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
schema_change Merge 'upstream/unstable' into capella (#3773) 2022-12-03 14:05:25 -06:00
attestation_verification.rs Refactor op pool for speed and correctness (#3312) 2022-08-29 09:10:26 +00:00
attester_cache.rs Add early attester cache (#2872) 2022-01-11 01:35:55 +00:00
beacon_chain.rs Merge branch 'capella' of https://github.com/sigp/lighthouse into eip4844 2022-12-12 22:41:54 +00:00
beacon_fork_choice_store.rs Merge 'upstream/unstable' into capella (#3773) 2022-12-03 14:05:25 -06:00
beacon_proposer_cache.rs Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
beacon_snapshot.rs Capella eip 4844 cleanup (#3652) 2022-10-26 15:15:26 -04:00
blob_cache.rs add blobs cache and fix some block production 2022-11-21 14:09:06 -05:00
blob_verification.rs requests block + blob always post eip4844 2022-12-07 15:30:08 -05:00
block_reward.rs Capella eip 4844 cleanup (#3652) 2022-10-26 15:15:26 -04:00
block_times_cache.rs Add BlockTimesCache to allow additional block delay metrics (#2546) 2021-09-30 04:31:41 +00:00
block_verification.rs merge with upstream 2022-12-01 11:13:07 -05:00
builder.rs Add kzg trusted setup file cli param and load into beacon chain 2022-11-28 16:54:20 +05:30
canonical_head.rs Op pool and gossip for BLS to execution changes (#3726) 2022-11-25 07:09:26 +11:00
chain_config.rs Added LightClientBootstrap V1 (#3711) 2022-11-25 05:19:00 +00:00
early_attester_cache.rs handle unknown parents for block-blob pairs 2022-11-30 17:21:54 -05:00
errors.rs Add more kzg validations 2022-11-29 16:04:18 +05:30
eth1_chain.rs Deposit Cache Finalization & Fast WS Sync (#2915) 2022-10-30 04:04:24 +00:00
eth1_finalization_cache.rs Deposit Cache Finalization & Fast WS Sync (#2915) 2022-10-30 04:04:24 +00:00
events.rs Implement API for block rewards (#2628) 2022-01-27 01:06:02 +00:00
execution_payload.rs Merged with unstable 2022-11-30 17:29:10 -06:00
fork_choice_signal.rs Run fork choice before block proposal (#3168) 2022-05-20 05:02:11 +00:00
fork_revert.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
head_tracker.rs Fix rust 1.65 lints (#3682) 2022-11-04 07:43:43 +00:00
historical_blocks.rs fix compile errors 2022-11-28 12:16:45 -05:00
kzg_utils.rs Add support for compile time FIELD_ELEMENTS_PER_BLOB 2022-12-14 21:25:47 +05:30
lib.rs merge with upstream 2022-12-01 11:13:07 -05:00
merge_readiness.rs use is synced for notifier again 2022-12-08 08:42:27 -05:00
metrics.rs Merged with unstable 2022-11-30 17:29:10 -06:00
migrate.rs Fix rust 1.65 lints (#3682) 2022-11-04 07:43:43 +00:00
naive_aggregation_pool.rs Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
observed_aggregates.rs v2.2.0 (#3139) 2022-04-05 02:53:09 +00:00
observed_attesters.rs Ensure doppelganger detects attestations in blocks (#2495) 2021-08-09 02:43:03 +00:00
observed_block_producers.rs Doppelganger detection (#2230) 2021-07-31 03:50:52 +00:00
observed_operations.rs Op pool and gossip for BLS to execution changes (#3726) 2022-11-25 07:09:26 +11:00
otb_verification_service.rs Initial Commit of Retrospective OTB Verification (#3372) 2022-07-30 00:22:38 +00:00
persisted_beacon_chain.rs Fix head tracker concurrency bugs (#1771) 2020-10-19 05:58:39 +00:00
persisted_fork_choice.rs Merge 'upstream/unstable' into capella (#3773) 2022-12-03 14:05:25 -06:00
pre_finalization_cache.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
proposer_prep_service.rs Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
schema_change.rs Merge 'upstream/unstable' into capella (#3773) 2022-12-03 14:05:25 -06:00
shuffling_cache.rs Impl oneshot_broadcast for committee promises (#3595) 2022-09-21 01:01:50 +00:00
snapshot_cache.rs Merge 'upstream/unstable' into capella (#3773) 2022-12-03 14:05:25 -06:00
state_advance_timer.rs Avoid duplicate committee cache loads (#3574) 2022-09-16 08:54:03 +00:00
sync_committee_verification.rs New rust lints for rustc 1.64.0 (#3602) 2022-09-23 03:52:46 +00:00
test_utils.rs Prioritise important parts of block processing (#3696) 2022-11-30 05:22:58 +00:00
timeout_rw_lock.rs Add flag to disable lock timeouts (#2714) 2021-10-19 00:30:40 +00:00
validator_monitor.rs Register blocks in validator monitor (#3635) 2022-11-09 05:37:09 +00:00
validator_pubkey_cache.rs Prioritise important parts of block processing (#3696) 2022-11-30 05:22:58 +00:00