Skip to content

Commit

Permalink
Remove SVM's dep on compute-budget-instructions crate
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 committed Feb 11, 2025
1 parent 522b46d commit c9e22b6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion svm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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 }
Expand Down
1 change: 0 additions & 1 deletion svm/examples/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9e22b6

Please sign in to comment.