SIMD-0175 Disable Partitioned Rent Updates
Partitioned rent collection should be removed since it will no longer be useful after rent collection is disabled by https://github.com/solana-labs/solana/issues/33946 (https://github.com/solana-foundation/solana-improvement-documents/pull/84) and account rewrites are disabled by https://github.com/solana-labs/solana/issues/26599.
Feature gate
The account below is the gate. Its state is decoded from the account data on each cluster, so it reflects the chain rather than the proposal text.
2B2SBNbUcr438LtGXNcJNBP2GBSxjx81F945SdSkUSfC
| mainnet | Activated | slot 349,056,000 |
| testnet | Activated | slot 337,916,256 |
| devnet | Activated | slot 387,072,000 |
The document and the chain disagree.
the document says Accepted while its feature gate is active on mainnet since slot 349,056,000
What the proposal covers
Parsed from the canonical proposal · pull request