From 038e1b9c46d201291ce81c9d46a0b76f1cbeff68 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Fri, 30 Aug 2024 11:47:32 +0800 Subject: [PATCH] Update .github/scripts/downstream-project-spl-common.sh Co-authored-by: samkim-crypto --- .github/scripts/downstream-project-spl-common.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/scripts/downstream-project-spl-common.sh b/.github/scripts/downstream-project-spl-common.sh index 2a2944a92e0eda..e70c10d070b7e9 100644 --- a/.github/scripts/downstream-project-spl-common.sh +++ b/.github/scripts/downstream-project-spl-common.sh @@ -30,7 +30,3 @@ 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 - -# ignore these tests temporarily. see: https://github.com/anza-xyz/agave/pull/1693#issuecomment-2182615788 -sed -i 's/\([ \t]*\)async_trial!(confidential_transfer,/\1\/\/ async_trial!(confidential_transfer,/' token/cli/tests/command.rs -sed -i '/async fn confidential_transfer_transfer_with_fee_and_split_proof_context_in_parallel(/i #[ignore]' token/program-2022-test/tests/confidential_transfer.rs