Skip to content

Commit

Permalink
Use quinn 0.11.x
Browse files Browse the repository at this point in the history
use quinn 0.11.x

Fixed additional comp errors

Try change zeroize version

zeroize depdency issues

Fixed slab dependency issue

revert change to zk-sdk/Cargo.toml

revert change to sdk/program/Cargo.toml

format cargo.toml

Fixed unit tests due to rustls change and stream finish interface change

Updated changes

downstream test fix on curve25519-dalek

Try patching curve25519-dalek for anchor tests

Use anza-xyz for curve25519-dalek

Fixed achor down stream tests

use anza's curve25519-dalek

regenerate Cargo.lock files

Ignore excessive connections

use debug version of quinn

use debug version of quinn in Endpoint::accept

use b8d9a8762deb848a17ccc1651cdb09519d226fb3 -- reduce noise on logging of quinn

use 9a2a51efddc8000482f74b15be09d8b2cd58ee5e

use crude filtering local address to check if the rate limiting itself is impacting performance of polling socket

use governor rate limiter

removed naive rate limter implementations

fix test failures

use release quinn 0.11.x

removed local git dependency for quinn

update variable names to show incoming, connecting

rebuild with the latest quinn 0.11.x release

Fix slab version to 0.4.9

Changed SkipServerVerification and SkipClientVerification to use default CryptoProvider to verify signatures

use retry

disable retry logic to investigate a panic in dropping Endpoint in local cluster test

reenable retry to investigate the panic

Updated quinn to fix the stateless retry connection corruption

Fixed cargo.lock in programs/sbf

downstream dalekcurve25519-dalek comp error

fmt issues

fmt issues
  • Loading branch information
lijunwangs committed Sep 5, 2024
1 parent 98c8853 commit da46233
Show file tree
Hide file tree
Showing 14 changed files with 1,223 additions and 794 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/downstream-project-spl-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ sed -i 's/solana-geyser-plugin-interface/agave-geyser-plugin-interface/g' ./Carg

# should be removed when spl bump their curve25519-dalek
sed -i "s/^curve25519-dalek =.*/curve25519-dalek = \"4.1.3\"/" token/confidential-transfer/proof-generation/Cargo.toml

# fix curve25519-dalek

sed -i '/\[patch.crates-io\]/a curve25519-dalek = { git = "https://github.com/anza-xyz/curve25519-dalek.git", rev = "b500cdc2a920cd5bff9e2dd974d7b97349d61464" }' ./Cargo.toml
Loading

0 comments on commit da46233

Please sign in to comment.