Skip to content

Commit

Permalink
Add quic port for accepting transactions
Browse files Browse the repository at this point in the history
using quinn library

streamer: Sign TLS cert with validator identity key

Handle multiple incoming chunks
  • Loading branch information
sakridge committed Feb 3, 2022
1 parent 93789ca commit a956697
Show file tree
Hide file tree
Showing 13 changed files with 819 additions and 27 deletions.
179 changes: 174 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion core/src/sigverify_stage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,10 @@ impl SigVerifyStage {

let batches_len = batches.len();
debug!(
"@{:?} verifier: verifying: {}",
"@{:?} verifier: verifying: {} batches: {}",
timing::timestamp(),
num_packets,
batches_len,
);

let mut dedup_time = Measure::start("sigverify_dedup_time");
Expand Down
Loading

0 comments on commit a956697

Please sign in to comment.