mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Reduce size of futures in HTTP API to prevent stack overflows (#5104)
* Box::pin a few big futures * Arc the blocks early in publication * Fix more tests
This commit is contained in:
@@ -952,7 +952,7 @@ mod test {
|
||||
};
|
||||
|
||||
let availability_pending_block = AvailabilityPendingExecutedBlock {
|
||||
block: Arc::new(block),
|
||||
block,
|
||||
import_data,
|
||||
payload_verification_outcome,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user