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

Replicate the ledger #71

Merged
merged 3 commits into from
Mar 21, 2018
Merged

Replicate the ledger #71

merged 3 commits into from
Mar 21, 2018

Conversation

garious
Copy link
Contributor

@garious garious commented Mar 21, 2018

@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.

@garious garious requested a review from aeyakovenko March 21, 2018 05:35
@codecov-io
Copy link

codecov-io commented Mar 21, 2018

Codecov Report

Merging #71 into master will increase coverage by 0.92%.
The diff coverage is 98.59%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
src/streamer.rs 90.21% <ø> (ø) ⬆️
src/accountant.rs 94.81% <100%> (+0.34%) ⬆️
src/accountant_stub.rs 95.14% <100%> (+6.72%) ⬆️
src/recorder.rs 97.43% <100%> (+2.84%) ⬆️
src/historian.rs 100% <100%> (ø) ⬆️
src/accountant_skel.rs 91.42% <95%> (-0.71%) ⬇️
src/entry.rs 97.22% <0%> (+4.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70f80ad...8ea9714. Read the comment docs.

@garious garious changed the title WIP: Move JSON printing up the stack Replicate the ledger 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;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@garious garious merged commit fde320e into solana-labs:master Mar 21, 2018
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
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
update mio to 0.8.11 (#60)

(cherry picked from commit f591210)

Co-authored-by: Brennan <brennan.watt@anza.xyz>
willhickey pushed a commit that referenced this pull request Mar 9, 2024
* Revert "v1.18: update mio to 0.8.11 (backport of #60) (#71)"

This reverts commit 9b784a2.

* ci: ignore mio audit
willhickey pushed a commit that referenced this pull request Mar 9, 2024
update mio to 0.8.11 (#60)

(cherry picked from commit f591210)

Co-authored-by: Brennan <brennan.watt@anza.xyz>
willhickey pushed a commit that referenced this pull request Mar 9, 2024
* Revert "v1.18: update mio to 0.8.11 (backport of #60) (#71)"

This reverts commit 9b784a2.

* ci: ignore mio audit
mango-dee 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 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