aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2023-02-01Don't print new lineskaotisk1-3/+3
2023-02-01Removed unused codekaotisk1-6/+11
2023-02-01Removed unused codekaotisk1-23/+14
Signed-off-by: kaotisk <kaotisk@arching-kaos.org>
2023-02-01Exits on failures, added check so we don't produce duplicate references to ↵kaotisk1-1/+45
the same ipfs key
2023-01-21Fixed spacing in usage screenkaotisk1-4/+4
2023-01-21Replaced tabs with spaces, changed exit code checkers to only check for ↵kaotisk1-257/+253
non-zero values, added exit when ak-data-expand fails.
2023-01-21Added minimal usage message when no argumentskaotisk1-0/+1
2023-01-21Expands the whole data file instead of outputing only ipfs and detach valueskaotisk1-1/+1
2023-01-21More verbose log outputkaotisk1-3/+3
2023-01-08Forgot a line that outputs a brief JSON object for the data givenkaotisk1-0/+1
2023-01-08Made script more readablekaotisk1-89/+84
2022-12-15Outputs only the sha512sum of the map file createdkaotisk1-1/+1
2022-12-15Commented out -xe flags from script and generated script, outputs map's hash.kaotisk1-3/+7
2022-12-15Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change. Commented out ↵kaotisk1-13/+7
git usage.
2022-12-15The test failed as sha512sum didn't successfully verified the resulted filekaotisk1-30/+0
2022-12-15Adapting to solution with printfkaotisk1-2/+32
2022-12-03Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change, also provide a ↵kaotisk1-1/+8
useful message in case of failing pubishing
2022-11-15File splitter and joiner scriptskaotisk2-0/+185
2022-11-02Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change, also provide ↵kaotisk1-1/+25
usage text
2022-11-02Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 changekaotisk1-13/+14
2022-11-02Removed trailing new lines from echo output (-n flag added)kaotisk1-1/+1
2022-11-02Removed trailing new lines from echo output (-n flag added)kaotisk1-21/+21
2022-10-31Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 changekaotisk1-24/+28
2022-10-31Updated the way to expand the data part of each blockkaotisk2-24/+143
2022-10-27Better implementation that doesn't produce splitted CIDskaotisk1-1/+7
2022-10-25Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 changekaotisk3-42/+31
2022-10-25Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 changekaotisk1-35/+41
2022-10-25New log format: script, level, messagekaotisk1-1/+1
2022-10-25Added usage informationkaotisk1-5/+11
2022-09-17Return counted blocks to the log even if we end up on pseudo-genesiskaotisk1-0/+1
2022-09-15Changed error message to warning message since it currently doesn't crash ↵kaotisk1-1/+1
anything.
2022-09-07Removed trailing spaceskaotisk1-2/+16
2022-09-07Fixed usage screen options spacingkaotisk1-2/+2
2022-09-07Added some checks to make sure zblocks are zblocks and blocks are blockskaotisk1-2/+45
2022-09-07Tool to calculate the size of a zchainkaotisk1-0/+9
2022-09-07Tool to extract all the IPFS CIDs from a zchainkaotisk1-0/+2
2022-09-07Reworked logging and Usagekaotisk1-12/+14
2022-09-07Removed trailing newline from outputkaotisk1-1/+1
2022-09-07Added a functionality I forgot to mention in the Usage section, changed a ↵kaotisk1-1/+2
tag of a log message
2022-08-10Some edits to distinguish use caseskaotisk1-36/+34
2022-08-10No longer initiating with README filekaotisk1-5/+5
2022-08-10Simple duplication of codekaotisk1-4/+40
2022-08-10Added a function to return from IPFS as wellkaotisk1-0/+6
2022-07-25Comments and reference scripts are a feature and a mechanism. Comments will ↵kaotisk2-0/+294
use reference to create the reference to the zblock we want to comment at, while comments will produce the zblock with our comment only.
2022-07-24Updated logging stylekaotisk1-3/+3
2022-07-24Since we reached gpg verification of block signatures, let's do this the new ↵kaotisk1-9/+27
default for when recursing a zchain. Thoughts?
2022-07-23Takes two arguments, one for type of log entry, error, info for nowkaotisk1-1/+1
2022-07-23GPG verification and an aesthetic patch for logskaotisk1-13/+45
- Added gpg verification option (currently works for hosted chain) - Refactored the log output
2022-06-25Simple check tool for zchain. It makes sure that your blocks are going down ↵kaotisk1-0/+145
to a seed block (default seed: IPFS hash link of an empty file)
2022-06-25Simple AK check for IPFS integrationskaotisk1-6/+21