-
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
Fixes for serializing entries over blobs #197
Fixes for serializing entries over blobs #197
Conversation
d1403c9
to
81dbda7
Compare
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
067c0e5
to
fb553fb
Compare
fb553fb
to
a80991f
Compare
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>
* rpc-sts: plumb options for swqos config * rpc-sts: send to specific tpu peers when configured
* rpc-sts: plumb options for swqos config * rpc-sts: send to specific tpu peers when configured
…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]>
…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]>
…#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]>
…#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]>
No description provided.