diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2022-08-10 05:25:46 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2022-08-10 05:25:46 +0300 |
commit | c9f0da132ef5af2078fe2245bbf16d1350ae2dfc (patch) | |
tree | 3ee54cf86f5b4ea57ccf23cf56868ae4eee45408 /README.md | |
parent | a3a12739f07be87d2df96671ed437bbb10064ae2 (diff) | |
download | arching-kaos-tools-c9f0da132ef5af2078fe2245bbf16d1350ae2dfc.tar.gz arching-kaos-tools-c9f0da132ef5af2078fe2245bbf16d1350ae2dfc.tar.bz2 arching-kaos-tools-c9f0da132ef5af2078fe2245bbf16d1350ae2dfc.zip |
README update with todo and thoughts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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) + |