-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Replicate the ledger #71
Conversation
Codecov Report
@@ Coverage Diff @@
## master #71 +/- ##
==========================================
+ Coverage 92.55% 93.48% +0.92%
==========================================
Files 15 15
Lines 1115 1135 +20
==========================================
+ Hits 1032 1061 +29
+ Misses 83 74 -9
Continue to review full report at Codecov.
|
@@ -7,7 +7,7 @@ use std::thread::{spawn, JoinHandle}; | |||
use result::{Error, Result}; | |||
|
|||
const BLOCK_SIZE: usize = 1024 * 8; | |||
pub const PACKET_SIZE: usize = 256; | |||
pub const PACKET_SIZE: usize = 1024; |
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.
@aeyakovenko, fyi
) update mio to 0.8.11 (solana-labs#60) (cherry picked from commit f591210) Co-authored-by: Brennan <brennan.watt@anza.xyz>
…ana-labs#71)" This reverts commit 9b784a2.
* Revert "v1.18: update mio to 0.8.11 (backport of solana-labs#60) (solana-labs#71)" This reverts commit 9b784a2. * ci: ignore mio audit
* Revert "v1.18: update mio to 0.8.11 (backport of solana-labs#60) (solana-labs#71)" This reverts commit 9b784a2. * ci: ignore mio audit
@aeyakovenko, heads up. The idea here is that the server should have access to the Entry channel and can use it to broadcast the ledger to any subscribers.