Skip to content

Commit 9f9bb84

Browse files
committed
remove default builtin costs for secp256r1_program
1 parent c00006f commit 9f9bb84

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builtins-default-costs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ solana-frozen-abi = { workspace = true, optional = true, features = [
2222
] }
2323
solana-loader-v4-program = { workspace = true }
2424
solana-sdk = { workspace = true }
25-
solana-sdk-ids = { workspace = true }
2625
solana-stake-program = { workspace = true }
2726
solana-system-program = { workspace = true }
2827
solana-vote-program = { workspace = true }

builtins-default-costs/src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use {
1111
pubkey::Pubkey,
1212
secp256k1_program,
1313
},
14-
solana_sdk_ids::secp256r1_program,
1514
};
1615

1716
/// DEVELOPER: when a builtin is migrated to sbpf, please add its corresponding
@@ -123,13 +122,6 @@ lazy_static! {
123122
core_bpf_migration_feature: None,
124123
},
125124
),
126-
(
127-
secp256r1_program::id(),
128-
BuiltinCost {
129-
native_cost: 0,
130-
core_bpf_migration_feature: None,
131-
}
132-
)
133125
// DO NOT ADD MORE ENTRIES TO THIS MAP
134126
]
135127
.iter()

0 commit comments

Comments
 (0)