v1.13.1
Pre-release
Pre-release
This is an experimental release. It is based on v1.10 and includes the follow QUIC commits:
QUIC commits added in v1.13.1
- 546a0d7 Fix local-cluster for QUIC more (backport #27096) (#27103)
- 060c14f Fix local cluster tests for QUIC usage (backport #27071) (#27077)
- 1cf4f5d Use batch send in bench-tps to send transactions (backport #27527) (#27560)
- c9d7c37 Fix quic staked chunking (backport #27402) (#27408)
- 4fa55d2 Enable QUIC client by default. Add arg to disable QUIC client. Take 2 (#26927)
- 6cd38e5 Fix quic client on TestValidator, alternative (backport #27046) (#27053)
- 118d3bf Compute maximum parallel QUIC streams using client stake (#26802)
- 7242018 Fix transaction chunking on QUIC batch send (#26642)
- f9b184f Merge pull request from GHSA-x236-qc46-7v8j
- a3c14e6 Remove some unchecked math from the quic chunk handling (#26408)
- 9ed2552 Fix new 1.62 clippy complaint
- 1ddcaae Replace unwraps with expects in quic-client to aid debugging (#26283)
- 2359d06 tpu-client: Refactor to prep for async client (#25432)