From c9f0da132ef5af2078fe2245bbf16d1350ae2dfc Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 10 Aug 2022 05:25:46 +0300 Subject: README update with todo and thoughts --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index cef5d02..ac95a5a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Other shells maybe are working. - git (v2.34.1) - which (v2.21) +`json_pp` is also used put you cat remove it and change it with `jq` Clone ----- @@ -97,3 +98,23 @@ Use: podman build -f ContainerFile -t arching-kaos-tools . ``` +TODO +---- + +Next things to come are: +- zblock manipulator to fix wrong previous block references and repack zblocks. +- zchain rebase-like procedure to move the zblocks to another seed or set another previous block (e.g. join chains) +- Clean up installation and filesystem usage +- Log rotate to gzip archives +- Filters for log searching for IPFS hashes or names +- Use of IPFS file system to store/pin sub chains, previous chains or other chains + +Concepts under thought +---------------------- + +- Base chain, derived from personal ones. +- Daemon to monitor chains' states, update and sign new zblocks. +- Find a minimum agreement of what is valid or not. (important) +- Spam defence (e.g. how to protect the network from abuse cases) (important) +- Reduce size of all parts of chain (stringify JSON) (improvement) + -- cgit v1.2.3