Skip to content
 
 

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State Expiry

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.

Table of Content

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors