From 58e077dfee2057b82ece3086dd3b8574dc219de5 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Tue, 11 Feb 2025 06:34:54 -0800 Subject: [PATCH] Remove SVM's dep on compute-budget-instructions crate (#4900) --- .github/CODEOWNERS | 2 +- programs/sbf/Cargo.lock | 1 - svm/Cargo.toml | 2 +- svm/examples/Cargo.lock | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3ee4287fecc0a3..8e8670823c8532 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # repo and would like to avoid introducing dependencies in the meantime. /builtins-default-costs/ @anza-xyz/svm /compute-budget/ @anza-xyz/svm -/compute-budget-instruction/ @anza-xyz/svm @anza-xyz/fees +/compute-budget-instruction/ @anza-xyz/fees /fee/ @anza-xyz/fees /log-collector/ @anza-xyz/svm /program-runtime/ @anza-xyz/svm diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 37033486dee87d..f409d727d27dfa 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -8402,7 +8402,6 @@ dependencies = [ "solana-bpf-loader-program", "solana-clock", "solana-compute-budget", - "solana-compute-budget-instruction", "solana-feature-set", "solana-fee-structure", "solana-hash", diff --git a/svm/Cargo.toml b/svm/Cargo.toml index 82349044f9396d..aa54d1a0aee905 100644 --- a/svm/Cargo.toml +++ b/svm/Cargo.toml @@ -21,7 +21,6 @@ solana-account = { workspace = true } solana-bpf-loader-program = { workspace = true } solana-clock = { workspace = true } solana-compute-budget = { workspace = true } -solana-compute-budget-instruction = { workspace = true } solana-feature-set = { workspace = true } solana-fee-structure = { workspace = true } solana-frozen-abi = { workspace = true, optional = true, features = [ @@ -71,6 +70,7 @@ rand0-7 = { workspace = true } shuttle = { workspace = true } solana-clock = { workspace = true } solana-compute-budget = { workspace = true, features = ["dev-context-only-utils"] } +solana-compute-budget-instruction = { workspace = true } solana-compute-budget-interface = { workspace = true } solana-compute-budget-program = { workspace = true } solana-ed25519-program = { workspace = true } diff --git a/svm/examples/Cargo.lock b/svm/examples/Cargo.lock index bf5ee42c743596..57abf3e40d1c99 100644 --- a/svm/examples/Cargo.lock +++ b/svm/examples/Cargo.lock @@ -7721,7 +7721,6 @@ dependencies = [ "solana-bpf-loader-program", "solana-clock", "solana-compute-budget", - "solana-compute-budget-instruction", "solana-feature-set", "solana-fee-structure", "solana-hash",