You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Substrate should support a kind of blockchain optimized for storing arbitrary data. The data would be stored not in the state trie, but rather off the chain as extrinsics. The state only contains a merkle trie root for all the block extrinsics.
Implement blockchain-pruning, so that after a certain period, transactions are thrown out from the database. (Storage chains part 1 #7868)