Skip to content

Commit 38955fd

Browse files
terencechainrkapka
andauthored
Optimize pending attestation processing by adding batching (#15801)
* Optimize pending attestation processing by adding batching * Update beacon-chain/sync/pending_attestations_queue.go Co-authored-by: Radosław Kapka <[email protected]> * Update beacon-chain/sync/pending_attestations_queue.go Co-authored-by: Radosław Kapka <[email protected]> * Add root for debug * Change it to map * Dont need receiver * Use two slices --------- Co-authored-by: Radosław Kapka <[email protected]>
1 parent 71f05b5 commit 38955fd

File tree

4 files changed

+658
-105
lines changed

4 files changed

+658
-105
lines changed

beacon-chain/sync/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ go_test(
174174
"fork_watcher_test.go",
175175
"kzg_batch_verifier_test.go",
176176
"once_test.go",
177+
"pending_attestations_queue_bucket_test.go",
177178
"pending_attestations_queue_test.go",
178179
"pending_blocks_queue_test.go",
179180
"rate_limiter_test.go",

0 commit comments

Comments
 (0)