Skip to content

Commit 610df6e

Browse files
brooksprumojoncinque
authored andcommitted
Removes accounts delta hash from bank hash (#4826)
1 parent 19e38e3 commit 610df6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

feature-set/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,10 @@ pub mod snapshots_lt_hash {
912912
solana_pubkey::declare_id!("LTsNAP8h1voEVVToMNBNqoiNQex4aqfUrbFhRH3mSQ2");
913913
}
914914

915+
pub mod remove_accounts_delta_hash {
916+
solana_pubkey::declare_id!("LTdLt9Ycbyoipz5fLysCi1NnDnASsZfmJLJXts5ZxZz");
917+
}
918+
915919
pub mod migrate_stake_program_to_core_bpf {
916920
solana_pubkey::declare_id!("6M4oQ6eXneVhtLoiAr4yRYQY43eVLjrKbiDZDJc892yk");
917921
}
@@ -1153,6 +1157,7 @@ lazy_static! {
11531157
(disable_account_loader_special_case::id(), "Disable account loader special case #3513"),
11541158
(accounts_lt_hash::id(), "enables lattice-based accounts hash SIMD-0215"),
11551159
(snapshots_lt_hash::id(), "snapshots use lattice-based accounts hash SIMD-0220"),
1160+
(remove_accounts_delta_hash::id(), "removes accounts delta hash SIMD-0223"),
11561161
(enable_secp256r1_precompile::id(), "Enable secp256r1 precompile SIMD-0075"),
11571162
(migrate_stake_program_to_core_bpf::id(), "Migrate Stake program to Core BPF SIMD-0196 #3655"),
11581163
(deplete_cu_meter_on_vm_failure::id(), "Deplete compute meter for vm errors SIMD-0182 #3993"),

0 commit comments

Comments
 (0)