This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
+101
−72
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
|
garious
commented
Mar 21, 2018
@@ -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
vkomenda
pushed a commit
to vkomenda/solana
that referenced
this pull request
Aug 29, 2021
bw-solana
pushed a commit
to bw-solana/solana
that referenced
this pull request
May 17, 2022
yihau
pushed a commit
to yihau/solana
that referenced
this pull request
Mar 5, 2024
) update mio to 0.8.11 (solana-labs#60) (cherry picked from commit f591210) Co-authored-by: Brennan <brennan.watt@anza.xyz>
yihau
added a commit
to yihau/solana
that referenced
this pull request
Mar 5, 2024
…ana-labs#71)" This reverts commit 9b784a2.
tao-stones
pushed a commit
to tao-stones/solana
that referenced
this pull request
Mar 8, 2024
* 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
willhickey
pushed a commit
that referenced
this pull request
Mar 9, 2024
willhickey
pushed a commit
that referenced
this pull request
Mar 9, 2024
willhickey
pushed a commit
that referenced
this pull request
Mar 9, 2024
willhickey
pushed a commit
that referenced
this pull request
Mar 9, 2024
ghost
pushed a commit
to blockworks-foundation/solana
that referenced
this pull request
Dec 5, 2024
* 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@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.