Skip to content

Commit

Permalink
v2.1: Rekey direct mapping feature (backport of #4058) (#4062)
Browse files Browse the repository at this point in the history
Rekey direct mapping feature (#4058)

direct mapping feature has been enabled before on testnet, and the
feature has changed since then.

(cherry picked from commit 39f4a7d)

Co-authored-by: Sean Young <[email protected]>
  • Loading branch information
mergify[bot] and seanyoung authored Dec 11, 2024
1 parent aca7bbe commit 0125110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/feature-set/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ pub mod apply_cost_tracker_during_replay {
solana_pubkey::declare_id!("2ry7ygxiYURULZCrypHhveanvP5tzZ4toRwVp89oCNSj");
}
pub mod bpf_account_data_direct_mapping {
solana_pubkey::declare_id!("EenyoWx9UMXYKpR8mW5Jmfmy2fRjzUtM7NduYMY8bx33");
solana_pubkey::declare_id!("GJVDwRkUPNdk9QaK4VsU4g1N41QNxhy1hevjf8kz45Mq");
}

pub mod add_set_tx_loaded_accounts_data_size_instruction {
Expand Down

0 comments on commit 0125110

Please sign in to comment.