Skip to content

Commit

Permalink
replace builtins-default-costs with builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Dec 10, 2024
1 parent 3907ea2 commit 62aefd8
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 406 deletions.
28 changes: 3 additions & 25 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ members = [
"bloom",
"bucket_map",
"builtins",
"builtins-default-costs",
"cargo-registry",
"clap-utils",
"clap-v3-utils",
Expand Down Expand Up @@ -444,7 +443,6 @@ solana-borsh = { path = "sdk/borsh", version = "=2.2.0" }
solana-bpf-loader-program = { path = "programs/bpf_loader", version = "=2.2.0" }
solana-bucket-map = { path = "bucket_map", version = "=2.2.0" }
solana-builtins = { path = "builtins", version = "=2.2.0" }
solana-builtins-default-costs = { path = "builtins-default-costs", version = "=2.2.0" }
agave-cargo-registry = { path = "cargo-registry", version = "=2.2.0" }
solana-clap-utils = { path = "clap-utils", version = "=2.2.0" }
solana-clap-v3-utils = { path = "clap-v3-utils", version = "=2.2.0" }
Expand Down
49 changes: 0 additions & 49 deletions builtins-default-costs/Cargo.toml

This file was deleted.

74 changes: 0 additions & 74 deletions builtins-default-costs/benches/builtin_instruction_costs.rs

This file was deleted.

Loading

0 comments on commit 62aefd8

Please sign in to comment.