-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pipeline] integration #15164
[pipeline] integration #15164
Conversation
⏱️ 3h 2m total CI duration on this PR
|
18946e0
to
e03085f
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bcf68af
to
fb4dbdc
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9e34d5d
to
441bf1c
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
441bf1c
to
ecd056b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ecd056b
to
fab3258
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a8712a5
to
e22b38f
Compare
fab3258
to
f830e30
Compare
a970bed
to
f20ff23
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
f20ff23
to
086c629
Compare
f830e30
to
3c3e4a2
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ed1ec0e
to
ef9321b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -17,7 +17,7 @@ use rand::rngs::OsRng; | |||
use std::{num::NonZeroUsize, sync::Arc}; | |||
use tokio::task::JoinHandle; | |||
|
|||
const SWARM_BUILD_NUM_RETRIES: u8 = 3; | |||
const SWARM_BUILD_NUM_RETRIES: u8 = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
undo?
ef9321b
to
741ca4a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
for b in &ordered_blocks { | ||
if let Some(tx) = b.pipeline_tx().lock().as_mut() { | ||
tx.rand_tx.take().map(|tx| tx.send(b.randomness().cloned())); | ||
let _ = tx.order_proof_tx.send(()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably log if it's an error?
{ | ||
for b in &blocks { | ||
if let Some(tx) = b.pipeline_tx().lock().as_mut() { | ||
let _ = tx.commit_proof_tx.send(commit_ledger_info.clone()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as previous: probably log error.
741ca4a
to
ce85824
Compare
ce85824
to
7c08c63
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Description
This pr integrates the pipeline framework from #15145 to existing code, and use a local config to gate it.
How Has This Been Tested?
Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist