We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c38174 + 79d4b54 commit 4bc6cdfCopy full SHA for 4bc6cdf
.circleci/config.yml
@@ -788,7 +788,7 @@ workflows:
788
filters:
789
branches:
790
only:
791
- - feat/vk-migration
+ - prevent_block_response_race_disconnect
792
- canary
793
- testnet
794
- mainnet
@@ -798,7 +798,7 @@ workflows:
798
799
800
801
802
803
804
node/bft/src/gateway.rs
@@ -677,7 +677,7 @@ impl<N: Network> Gateway<N> {
677
}
678
Err(err) => {
679
warn!("Unable to process block response from '{peer_ip}' - {err}");
680
- Err(err.into())
+ Ok(true)
681
682
683
} else {
0 commit comments