removes feature gate code preserving rent_epoch for rent exempt accounts#28507
Conversation
805af9c to
d654943
Compare
|
I pushed updates to the bank test: |
557a3b6 to
b6cf004
Compare
| if !preserve_rent_epoch_for_rent_exempt_accounts | ||
| && account.rent_epoch() == INITIAL_RENT_EPOCH | ||
| { | ||
| let rent = rent_collector |
There was a problem hiding this comment.
@behzadnouri
This PR looks like it is correctly removing the feature.
I am not entirely sure what this code here is doing. Is this code gone because we aren't allowed to create rent paying accounts anymore so the only side effect was updating rent_epoch?
There was a problem hiding this comment.
for posterity, from behzad:
that branch was added separately in:
#26851
the PR has some context
…nts (solana-labs#28507) * removes feature gate code preserving rent_epoch for rent exempt accounts * update test expected hashes Co-authored-by: jeff washington <jeff.washington@solana.com>
Problem
feature is activated on all clusters
Summary of Changes
removed feature gate code
Fixes #26509