SIMD 436: Decrease rent
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 695
- Forks
- 210
- Avg merge
- 21h 33m
- Merged PRs (30d)
- 90
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.