Skip to content

Commit

Permalink
remove default builtin costs for secp256r1_program
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Dec 5, 2024
1 parent c00006f commit 9f9bb84
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion builtins-default-costs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ solana-frozen-abi = { workspace = true, optional = true, features = [
] }
solana-loader-v4-program = { workspace = true }
solana-sdk = { workspace = true }
solana-sdk-ids = { workspace = true }
solana-stake-program = { workspace = true }
solana-system-program = { workspace = true }
solana-vote-program = { workspace = true }
Expand Down
8 changes: 0 additions & 8 deletions builtins-default-costs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use {
pubkey::Pubkey,
secp256k1_program,
},
solana_sdk_ids::secp256r1_program,
};

/// DEVELOPER: when a builtin is migrated to sbpf, please add its corresponding
Expand Down Expand Up @@ -123,13 +122,6 @@ lazy_static! {
core_bpf_migration_feature: None,
},
),
(
secp256r1_program::id(),
BuiltinCost {
native_cost: 0,
core_bpf_migration_feature: None,
}
)
// DO NOT ADD MORE ENTRIES TO THIS MAP
]
.iter()
Expand Down

0 comments on commit 9f9bb84

Please sign in to comment.