argumentcomputer / lurk

Lurk is a Turing-complete programming language for zk-SNARKs. It is a statically scoped dialect of Lisp, influenced by Scheme and Common Lisp.
https://docs.argument.xyz
MIT License
46 stars 3 forks source link

feat: persisting microchain server data #368

Closed arthurpaulino closed 2 weeks ago

arthurpaulino commented 2 weeks ago

Instead of bloating the server's RAM with data from potentially many microchains, persist the data on the file system. This allows servers to not lose data on temporary shutdowns.