Skip to content

Commit

Permalink
rename geyser plugin interface when patch
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Feb 21, 2024
1 parent 01ee1c1 commit bc8a277
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/downstream-project-spl-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ if semverGT "$project_used_solana_version" "$SOLANA_VER"; then
fi

./patch.crates-io.sh "$SOLANA_DIR"

# 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' target/downstream-projects/spl/Cargo.toml

0 comments on commit bc8a277

Please sign in to comment.