lighthouse/consensus/state_processing/src
realbigsean 7d468cb487
More deneb cleanup (#4640)
* remove protoc and token from network tests github action

* delete unused beacon chain methods

* downgrade writing blobs to store log

* reduce diff in block import logic

* remove some todo's and deneb built in network

* remove unnecessary error, actually use some added metrics

* remove some metrics, fix missing components on publish funcitonality

* fix status tests

* rename sidecar by root to blobs by root

* clean up some metrics

* remove unnecessary feature gate from attestation subnet tests, clean up blobs by range response code

* pawan's suggestion in `protocol_info`, peer score in matching up batch sync block and blobs

* fix range tests for deneb

* pub block and blob db cache behind the same mutex

* remove unused errs and an empty file

* move sidecar trait to new file

* move types from payload to eth2 crate

* update comment and add flag value name

* make function private again, remove allow unused

* use reth rlp for tx decoding

* fix compile after merge

* rename kzg commitments

* cargo fmt

* remove unused dep

* Update beacon_node/execution_layer/src/lib.rs

Co-authored-by: Pawan Dhananjay <pawandhananjay@gmail.com>

* Update beacon_node/beacon_processor/src/lib.rs

Co-authored-by: Pawan Dhananjay <pawandhananjay@gmail.com>

* pawan's suggestiong for vec capacity

* cargo fmt

* Revert "use reth rlp for tx decoding"

This reverts commit 5181837d81c66dcca4c960a85989ac30c7f806e2.

* remove reth rlp

---------

Co-authored-by: Pawan Dhananjay <pawandhananjay@gmail.com>
2023-08-20 21:17:17 -04:00
..
common Changes for devnet-8 (#4518) 2023-08-09 15:44:47 -04:00
per_block_processing More deneb cleanup (#4640) 2023-08-20 21:17:17 -04:00
per_epoch_processing minor optimize process_active_validator: avoid a call to state.get_validator (#4608) 2023-08-14 00:29:45 +00:00
upgrade resolve merge issues 2023-07-07 10:17:04 -04:00
block_replayer.rs Fix attestation withdrawals root mismatch (#4249) 2023-05-09 10:48:15 +00:00
consensus_context.rs Refactor deneb block processing (#4511) 2023-07-25 10:51:10 -04:00
genesis.rs Merge branch 'remove-into-gossip-verified-block' of https://github.com/realbigsean/lighthouse into merge-unstable-deneb-june-6th 2023-07-06 16:51:35 -04:00
lib.rs Rust 1.71 lints (#4503) 2023-07-17 00:14:19 +00:00
macros.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
metrics.rs Cache target attester balances for unrealized FFG progression calculation (#4362) 2023-06-30 01:13:06 +00:00
per_block_processing.rs Merge branch 'remove-into-gossip-verified-block' of https://github.com/realbigsean/lighthouse into merge-unstable-deneb-june-6th 2023-07-06 16:51:35 -04:00
per_epoch_processing.rs Rename eip4844 to deneb (#4129) 2023-03-26 11:49:16 -04:00
per_slot_processing.rs Single blob lookups (#4152) 2023-06-15 12:59:10 -04:00
state_advance.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
upgrade.rs Rename eip4844 to deneb (#4129) 2023-03-26 11:49:16 -04:00
verify_operation.rs Rust 1.71 lints (#4503) 2023-07-17 00:14:19 +00:00