Skip to content

Commit 14cb9cf

Browse files
yihauwillhickey
authored andcommitted
[anza migration] rename crates (#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 ff1d892 commit 14cb9cf

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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)