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
  • Loading branch information
lijunwangs committed Jun 12, 2024
1 parent 06f1131 commit ae51d28
Show file tree
Hide file tree
Showing 13 changed files with 1,198 additions and 733 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 @@ -25,3 +25,7 @@ fi

# anza migration stopgap. can be removed when agave is fully recommended for public usage.
sed -i 's/solana-geyser-plugin-interface/agave-geyser-plugin-interface/g' ./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 ae51d28

Please sign in to comment.