canonical / chisel

GNU Affero General Public License v3.0
270 stars 42 forks source link

feat: create manifest.wall #142

Closed letFunny closed 6 days ago

letFunny commented 3 months ago

This commit adds support for the creation of the manifest.wall file. The manifest file(s) are generated at the specified paths, marked with the "generate: manifest" keyword. The files are ZSTD compressed and have the basename "manifest.wall". The format of the Chisel DB follows the RK009 spec.


letFunny commented 3 months ago

After the meeting we agreed to split the PR into 2 that could go in in parallel and one last one. The downside is that we can no longer see the full picture at once, but we have discussed it enough that it is not needed.

Depends on #143 and #144.