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
Fixes for serializing entries over blobs #197
Merged
garious
merged 1 commit into
solana-labs:master
from
sakridge:fixes_for_entry_serialization
May 10, 2018
Merged
Fixes for serializing entries over blobs #197
garious
merged 1 commit into
solana-labs:master
from
sakridge:fixes_for_entry_serialization
May 10, 2018
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
sakridge
force-pushed
the
fixes_for_entry_serialization
branch
from
May 10, 2018 21:37
d1403c9
to
81dbda7
Compare
garious
reviewed
May 10, 2018
src/tpu.rs
Outdated
@@ -381,6 +326,19 @@ impl Tpu { | |||
); | |||
Ok(()) | |||
} | |||
fn apply_entries_state(obj: &Tpu, entries: Vec<Entry>) -> Result<()> { |
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.
This should be in accountant.rs
. It has no real dependency on TPU or AccountantStage. Can you move it and update bin/testnode.rs
to use it? Put it after process_verified_events
.
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.
sure
sakridge
force-pushed
the
fixes_for_entry_serialization
branch
from
May 10, 2018 22:26
067c0e5
to
fb553fb
Compare
sakridge
force-pushed
the
fixes_for_entry_serialization
branch
from
May 10, 2018 22:30
fb553fb
to
a80991f
Compare
sakridge
changed the title
[wip] Fixes for serializing entries over blobs
Fixes for serializing entries over blobs
May 10, 2018
vkomenda
pushed a commit
to vkomenda/solana
that referenced
this pull request
Aug 29, 2021
Bumps [eslint](https://github.com/eslint/eslint) from 7.5.0 to 7.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.5.0...v7.6.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
yhchiang-sol
pushed a commit
to yhchiang-sol/solana
that referenced
this pull request
Mar 20, 2024
* rpc-sts: plumb options for swqos config * rpc-sts: send to specific tpu peers when configured
willhickey
pushed a commit
that referenced
this pull request
Mar 20, 2024
* rpc-sts: plumb options for swqos config * rpc-sts: send to specific tpu peers when configured
lijunwangs
pushed a commit
to lijunwangs/solana
that referenced
this pull request
Mar 21, 2024
…solana-labs#197) (solana-labs#340) rpc-sts: add config options for stake-weighted qos (solana-labs#197) * rpc-sts: plumb options for swqos config * rpc-sts: send to specific tpu peers when configured (cherry picked from commit f41fb84) # Conflicts: # send-transaction-service/src/send_transaction_service.rs # validator/src/cli.rs # validator/src/main.rs Co-authored-by: Trent Nelson <[email protected]>
apfitzge
referenced
this pull request
in apfitzge/agave
Mar 21, 2024
…anza-xyz#197) (anza-xyz#341) rpc-sts: add config options for stake-weighted qos (anza-xyz#197) * rpc-sts: plumb options for swqos config * rpc-sts: send to specific tpu peers when configured (cherry picked from commit f41fb84) # Conflicts: # send-transaction-service/src/send_transaction_service.rs # validator/src/cli.rs # validator/src/main.rs Co-authored-by: Trent Nelson <[email protected]>
willhickey
pushed a commit
that referenced
this pull request
Mar 23, 2024
…#197) (#341) rpc-sts: add config options for stake-weighted qos (#197) * rpc-sts: plumb options for swqos config * rpc-sts: send to specific tpu peers when configured (cherry picked from commit f41fb84) # Conflicts: # send-transaction-service/src/send_transaction_service.rs # validator/src/cli.rs # validator/src/main.rs Co-authored-by: Trent Nelson <[email protected]>
willhickey
pushed a commit
that referenced
this pull request
Mar 23, 2024
…#197) (#340) rpc-sts: add config options for stake-weighted qos (#197) * rpc-sts: plumb options for swqos config * rpc-sts: send to specific tpu peers when configured (cherry picked from commit f41fb84) # Conflicts: # send-transaction-service/src/send_transaction_service.rs # validator/src/cli.rs # validator/src/main.rs Co-authored-by: Trent Nelson <[email protected]>
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.
No description provided.