sakridge

Results 14 issues of sakridge

#### Problem Sometimes the RPC server is completely non-responsive which is reported in 1.9.16 1.9.14 is reportedly ok. #### Proposed Solution Debug and fix.

I believe these are the knobs for data limits: https://docs.rs/quinn/latest/quinn/struct.TransportConfig.html#method.stream_receive_window https://docs.rs/quinn/latest/quinn/struct.TransportConfig.html#method.receive_window Would like to be able to set these per-connection. Also, would be great to release this: https://github.com/quinn-rs/quinn/pull/1315 I suppose...

enhancement
good first issue

#### Problem When there are a lot of non-rooted slots. get_slots_since starts to take longer (100s of ms): #### Proposed Solution Seems like we might be doing some extra work...

forEach is non-blocking. After calling forEach_conv_() then rs.finish() api should be called for accurate per-stage timing, otherwise the kernel may be not be completed when collecting the end time. The...

#### Problem No unit test to bench quic #### Summary of Changes Add one Fixes #

stale

#### Problem When looking at startup time, waiting for entries to come in via gossip is somewhat a bottleneck for finding a snapshot to download if needed. #### Proposed Solution...

stale

#### Problem Snapshot download from a single node is somewhat slow and prone to disconnections. #### Proposed Solution Investigate downloading from multiple sources and piece together data to improve speed...

stale

#### Problem No way to activate a feature with ledger-tool create-snapshot. #### Summary of Changes Add an argument to enable a feature on create-snapshot, this can come in handy if...

stale

#### Problem High transaction latency occurred from high forking and tower distance. This seemed to be caused by a leader's delayed slot which was over 1 second. Start of discord...

consensus

#### Problem Clients would like a faster signal to see that their transaction has been confirmed by the network and can be successfully replayed and included in a block. ####...

do-not-close