Storage presents a significant challenge for many blockchains, the large storage size can cause several side effects on the chain. There are several simple ideas to solve the state explosion, e.g., rent accounts, state expiry, and statelessness. After considering ecological compatibility, feasibility, and other factors, BSC mainly adopts the state expiry method. In this method, users access a state, but the state that has not been used for a pre-determined amount of time gets pruned. The design documents refer to BEP-206 and BEP-215.
- Introduction
- Public DevNet
- Run State Expiry DevNet
- Comparison with Other Solutions
- Core Concepts
- Impact on Ecosystem
- Data Availability Layer
- POC Progress
- FAQs