Skip to content

Commit 3f9a7a5

Browse files
committed
[anza migration] rename crates (anza-xyz#10)
* rename geyser-plugin-interface * rename cargo registry * rename watchtower * rename ledger tool * rename validator * rename install * rename geyser plugin interface when patch
1 parent 91e3dd2 commit 3f9a7a5

File tree

74 files changed

+554
-547
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+554
-547
lines changed

.github/scripts/downstream-project-spl-common.sh

+3
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ if semverGT "$project_used_solana_version" "$SOLANA_VER"; then
2222
fi
2323

2424
./patch.crates-io.sh "$SOLANA_DIR"
25+
26+
# anza migration stopgap. can be removed when agave is fully recommended for public usage.
27+
sed -i 's/solana-geyser-plugin-interface/agave-geyser-plugin-interface/g' ./Cargo.toml

.github/workflows/release-artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
mkdir -p "windows-release/$FOLDER_NAME"
7171
cp -v "solana-release-x86_64-pc-windows-msvc.tar.bz2" "windows-release/$FOLDER_NAME/"
7272
cp -v "solana-release-x86_64-pc-windows-msvc.yml" "windows-release/$FOLDER_NAME/"
73-
cp -v "solana-install-init-x86_64-pc-windows-msvc"* "windows-release/$FOLDER_NAME"
73+
cp -v "agave-install-init-x86_64-pc-windows-msvc"* "windows-release/$FOLDER_NAME"
7474
7575
- name: Upload Artifacts
7676
if: ${{ steps.build.outputs.channel != '' || steps.build.outputs.tag != '' }}

0 commit comments

Comments
 (0)