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
**Motivation**
We want a path-based database:
* To reduce database size, because updates nodes replace old ones
instead of coexisting
* As preparation for pruning, which reduces database size even further
**Description**
Support for "archive mode" (keeping indefinitely old state) is dropped.
To handle reorgs we use in-memory layers that exist on top of the db.
---------
Co-authored-by: Tomás Grüner <[email protected]>
Co-authored-by: Francisco Xavier Gauna <[email protected]>
Co-authored-by: Gianbelinche <[email protected]>
Co-authored-by: Javier Rodríguez Chatruc <[email protected]>
Co-authored-by: Mario Rugiero <[email protected]>
Co-authored-by: Pablo Deymonnaz <[email protected]>
Co-authored-by: fmoletta <[email protected]>
Co-authored-by: cdiielsi <[email protected]>
Co-authored-by: Edgar <[email protected]>
Co-authored-by: Manuel Iñaki Bilbao <[email protected]>
Co-authored-by: Ivan Litteri <[email protected]>
Co-authored-by: ilitteri <[email protected]>
Co-authored-by: Javier Chatruc <[email protected]>
0 commit comments