lighthouse/beacon_node/beacon_chain/src
realbigsean c7ddf1f0b1
add processing and processed caching to the DA checker (#4732)
* add processing and processed caching to the DA checker

* move processing cache out of critical cache

* get it compiling

* fix lints

* add docs to `AvailabilityView`

* some self review

* fix lints

* fix beacon chain tests

* cargo fmt

* make availability view easier to implement, start on testing

* move child component cache and finish test

* cargo fix

* cargo fix

* cargo fix

* fmt and lint

* make blob commitments not optional, rename some caches, add missing blobs struct

* Update beacon_node/beacon_chain/src/data_availability_checker/processing_cache.rs

Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com>

* marks review feedback and other general cleanup

* cargo fix

* improve availability view docs

* some renames

* some renames and docs

* fix should delay lookup logic

* get rid of some wrapper methods

* fix up single lookup changes

* add a couple docs

* add single blob merge method and improve process_... docs

* update some names

* lints

* fix merge

* remove blob indices from lookup creation log

* remove blob indices from lookup creation log

* delayed lookup logging improvement

* check fork choice before doing any blob processing

* remove unused dep

* Update beacon_node/beacon_chain/src/data_availability_checker/availability_view.rs

Co-authored-by: Michael Sproul <micsproul@gmail.com>

* Update beacon_node/beacon_chain/src/data_availability_checker/availability_view.rs

Co-authored-by: Michael Sproul <micsproul@gmail.com>

* Update beacon_node/beacon_chain/src/data_availability_checker/availability_view.rs

Co-authored-by: Michael Sproul <micsproul@gmail.com>

* Update beacon_node/beacon_chain/src/data_availability_checker/availability_view.rs

Co-authored-by: Michael Sproul <micsproul@gmail.com>

* Update beacon_node/network/src/sync/block_lookups/delayed_lookup.rs

Co-authored-by: Michael Sproul <micsproul@gmail.com>

* remove duplicate deps

* use gen range in random blobs geneartor

* rename processing cache fields

* require block root in rpc block construction and check block root consistency

* send peers as vec in single message

* spawn delayed lookup service from network beacon processor

* fix tests

---------

Co-authored-by: ethDreamer <37123614+ethDreamer@users.noreply.github.com>
Co-authored-by: Michael Sproul <micsproul@gmail.com>
2023-10-03 09:59:33 -04:00
..
attestation_verification Attestation verification uses head state fork (#4263) 2023-05-15 02:10:41 +00:00
data_availability_checker add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
schema_change Improvements to Deneb store upon review (#4693) 2023-09-25 14:21:54 -04:00
attestation_rewards.rs Merge branch 'unstable' into merge-unstable-to-deneb-20230808 2023-08-08 17:02:51 +10:00
attestation_verification.rs Changes for devnet-8 (#4518) 2023-08-09 15:44:47 -04:00
attester_cache.rs Remove unused error 2023-02-14 12:43:13 +01:00
beacon_block_reward.rs Changes for devnet-8 (#4518) 2023-08-09 15:44:47 -04:00
beacon_block_streamer.rs Fix todos in deneb code (#4547) 2023-08-03 20:27:03 -04:00
beacon_chain.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
beacon_fork_choice_store.rs Remove checkpoint alignment requirements and enable historic state pruning (#4610) 2023-08-21 05:02:32 +00:00
beacon_proposer_cache.rs Fix some typos (#4565) 2023-08-14 00:29:43 +00:00
beacon_snapshot.rs Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
blob_verification.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04: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_types.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
block_verification.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
builder.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
canonical_head.rs Improvements to Deneb store upon review (#4693) 2023-09-25 14:21:54 -04:00
capella_readiness.rs Suggestions for Capella beacon_chain (#3999) 2023-02-21 11:05:36 +11:00
chain_config.rs Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
data_availability_checker.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
early_attester_cache.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
errors.rs Merge unstable 20230925 into deneb-free-blobs. 2023-09-26 10:32:18 +10:00
eth1_chain.rs Split common crates out into their own repos (#3890) 2023-04-28 01:15:40 +00:00
eth1_finalization_cache.rs Implement Overflow LRU Cache for Pending Blobs (#4203) 2023-05-12 10:08:24 -04:00
events.rs Don't kill SSE stream if channel fills up (#4500) 2023-08-17 02:37:29 +00:00
execution_payload.rs Fix parent_beacon_block_root during proposer prep (#4703) 2023-09-07 15:43:23 +10:00
fork_choice_signal.rs Clippy 1.67 (#3916) 2023-01-27 09:48:42 +00:00
fork_revert.rs Cache target attester balances for unrealized FFG progression calculation (#4362) 2023-06-30 01:13:06 +00:00
head_tracker.rs Fix rust 1.65 lints (#3682) 2022-11-04 07:43:43 +00:00
historical_blocks.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
kzg_utils.rs Blob references in ckzg (#4723) 2023-09-14 12:14:30 +10:00
lib.rs Builder flow for Deneb & Blobs (#4428) 2023-08-10 09:32:49 -04:00
light_client_finality_update_verification.rs Shift networking configuration (#4426) 2023-08-03 01:51:47 +00:00
light_client_optimistic_update_verification.rs Shift networking configuration (#4426) 2023-08-03 01:51:47 +00:00
merge_readiness.rs Add more checks and logging before genesis (#4730) 2023-09-21 00:26:53 +00:00
metrics.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
migrate.rs Improvements to Deneb store upon review (#4693) 2023-09-25 14:21:54 -04:00
naive_aggregation_pool.rs Clippy lints for rust 1.66 (#3810) 2022-12-16 04:04:00 +00:00
observed_aggregates.rs Aggregate subsets (#3493) 2023-06-27 01:06:49 +00:00
observed_attesters.rs rust 1.72 lints (#4659) 2023-08-24 14:33:24 -04:00
observed_blob_sidecars.rs Single blob lookups (#4152) 2023-06-15 12:59:10 -04:00
observed_block_producers.rs Add broadcast validation routes to Beacon Node HTTP API (#4316) 2023-06-29 12:02:38 +00:00
observed_operations.rs Use head state for exit verification (#4183) 2023-04-14 01:11:46 +00: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 DB migration for fork choice cleanup (#4265) 2023-05-15 02:10:42 +00:00
pre_finalization_cache.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
proposer_prep_service.rs Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
schema_change.rs Improvements to Deneb store upon review (#4693) 2023-09-25 14:21:54 -04:00
shuffling_cache.rs Enshrine head state shuffling in the shuffling_cache (#4296) 2023-05-19 05:13:05 +00:00
snapshot_cache.rs Disable use of system time in tests 2023-02-14 13:33:38 +01:00
state_advance_timer.rs More deneb cleanup (#4640) 2023-08-20 21:17:17 -04:00
sync_committee_rewards.rs Update sync rewards API for abstract exec payload 2023-01-25 14:23:35 +01:00
sync_committee_verification.rs Shift networking configuration (#4426) 2023-08-03 01:51:47 +00:00
test_utils.rs add processing and processed caching to the DA checker (#4732) 2023-10-03 09:59:33 -04:00
timeout_rw_lock.rs fix typo (#4555) 2023-08-02 23:50:41 +00:00
validator_monitor.rs add attestation inclusion distance in http api (#4148) 2023-04-26 01:12:35 +00:00
validator_pubkey_cache.rs Disable use of system time in tests 2023-02-14 13:33:38 +01:00