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 703715a06bcc3f..d83922e271d992 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -8414,7 +8414,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..cb614aaecfaa0b 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 = [ @@ -72,6 +71,7 @@ shuttle = { workspace = true } solana-clock = { workspace = true } solana-compute-budget = { workspace = true, features = ["dev-context-only-utils"] } solana-compute-budget-interface = { workspace = true } +solana-compute-budget-instruction = { workspace = true } solana-compute-budget-program = { workspace = true } solana-ed25519-program = { workspace = true } solana-epoch-schedule = { workspace = true } diff --git a/svm/examples/Cargo.lock b/svm/examples/Cargo.lock index 06ba2c38ab355c..9d3c93adc35757 100644 --- a/svm/examples/Cargo.lock +++ b/svm/examples/Cargo.lock @@ -7733,7 +7733,6 @@ dependencies = [ "solana-bpf-loader-program", "solana-clock", "solana-compute-budget", - "solana-compute-budget-instruction", "solana-feature-set", "solana-fee-structure", "solana-hash",