See SIMD: https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0436-reduce-rent-exempt-minimum-by-2x.md
Recently we added getMinimumBalanceForRentExemption which allows calculating the minimum balance required to initialise an account to hold N bytes.
SIMD-436 will soon decrease the rent required, and we will need to update this function also.
The main concern here will be deciding when to ship this, as the updated value rolls out across clusters.
See SIMD: https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0436-reduce-rent-exempt-minimum-by-2x.md
Recently we added
getMinimumBalanceForRentExemptionwhich allows calculating the minimum balance required to initialise an account to hold N bytes.SIMD-436 will soon decrease the rent required, and we will need to update this function also.
The main concern here will be deciding when to ship this, as the updated value rolls out across clusters.