Commit 38955fd
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- beacon-chain/sync
- changelog
4 files changed
+658
-105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
0 commit comments