Disable read-only optimization features (#17583)

* Disable RO optimization features

* nudge
This commit is contained in:
Jack May
2021-05-28 14:55:37 -07:00
committed by GitHub
parent 8b1a1d9c99
commit 6a2377dd50
4 changed files with 47 additions and 43 deletions

View File

@@ -165,8 +165,6 @@ lazy_static! {
(warp_timestamp_again::id(), "warp timestamp again, adjust bounding to 25% fast 80% slow #15204"),
(check_init_vote_data::id(), "check initialized Vote data"),
(check_program_owner::id(), "limit programs to operating on accounts owned by itself"),
(cpi_share_ro_and_exec_accounts::id(), "share RO and Executable accounts during cross-program invocations"),
(skip_ro_deserialization::id(), "skip deserialization of read-only accounts"),
(require_stake_for_gossip::id(), "require stakes for propagating crds values through gossip #15561"),
(cpi_data_cost::id(), "charge the compute budget for data passed via CPI"),
(upgradeable_close_instruction::id(), "close upgradeable buffer accounts"),