Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Tell verifiers when not to parallelize accounting #125

Merged
merged 2 commits into from
Apr 13, 2018

Conversation

garious
Copy link
Contributor

@garious garious commented Apr 13, 2018

Without this patch, many batches of transactions could be tossed
into a single entry, but the parallelized accountant can only
guarentee the transactions in the batch can be processed in
parallel.

This patch signals the historian to generate a new Entry after
each batch. Validators must maintain sequential consistency
across Entries.

Without this patch, many batches of transactions could be tossed
into a single entry, but the parallelized accountant can only
guarentee the transactions in the batch can be processed in
parallel.

This patch signals the historian to generate a new Entry after
each batch. Validators must maintain sequential consistency
across Entries.
@codecov-io
Copy link

codecov-io commented Apr 13, 2018

Codecov Report

Merging #125 into master will increase coverage by 0.05%.
The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
+ Coverage   96.29%   96.34%   +0.05%     
==========================================
  Files          17       17              
  Lines        1620     1671      +51     
==========================================
+ Hits         1560     1610      +50     
- Misses         60       61       +1
Impacted Files Coverage Δ
src/accountant_skel.rs 95.57% <100%> (+0.41%) ⬆️
src/accountant.rs 94.27% <86.2%> (-1.03%) ⬇️
src/packet.rs 95.41% <0%> (+1.25%) ⬆️

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 9b12a79...7fc42de. Read the comment docs.

@garious garious merged commit 83c5b3b into solana-labs:master Apr 13, 2018
vkomenda pushed a commit to vkomenda/solana that referenced this pull request Aug 29, 2021
willhickey pushed a commit that referenced this pull request Mar 9, 2024
willhickey added a commit that referenced this pull request Mar 11, 2024
stevenbooke pushed a commit to stevenbooke/solana that referenced this pull request Mar 18, 2024
palinko91 pushed a commit to palinko91/solana that referenced this pull request May 7, 2024
palinko91 pushed a commit to palinko91/solana that referenced this pull request May 7, 2024
segfaultdoc pushed a commit to jito-labs/solana that referenced this pull request Aug 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants