Skip to content
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

Merged
merged 1 commit into from
May 10, 2018

Conversation

sakridge
Copy link
Member

No description provided.

@sakridge sakridge force-pushed the fixes_for_entry_serialization branch from d1403c9 to 81dbda7 Compare May 10, 2018 21:37
src/tpu.rs Outdated
@@ -381,6 +326,19 @@ impl Tpu {
);
Ok(())
}
fn apply_entries_state(obj: &Tpu, entries: Vec<Entry>) -> Result<()> {
Copy link
Contributor

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

@sakridge sakridge force-pushed the fixes_for_entry_serialization branch from 067c0e5 to fb553fb Compare May 10, 2018 22:26
@sakridge sakridge force-pushed the fixes_for_entry_serialization branch from fb553fb to a80991f Compare May 10, 2018 22:30
@sakridge sakridge changed the title [wip] Fixes for serializing entries over blobs Fixes for serializing entries over blobs May 10, 2018
@garious garious merged commit 64a8923 into solana-labs:master 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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants