Age | Commit message (Expand) | Author | Files | Lines |
2023-02-01 | Removed unused code | kaotisk | 1 | -6/+11 |
2023-02-01 | Removed unused code | kaotisk | 1 | -23/+14 |
2023-02-01 | Exits on failures, added check so we don't produce duplicate references to th... | kaotisk | 1 | -1/+45 |
2023-01-21 | Fixed spacing in usage screen | kaotisk | 1 | -4/+4 |
2023-01-21 | Replaced tabs with spaces, changed exit code checkers to only check for non-z... | kaotisk | 1 | -257/+253 |
2023-01-21 | Added minimal usage message when no arguments | kaotisk | 1 | -0/+1 |
2023-01-21 | Expands the whole data file instead of outputing only ipfs and detach values | kaotisk | 1 | -1/+1 |
2023-01-21 | More verbose log output | kaotisk | 1 | -3/+3 |
2023-01-08 | Forgot a line that outputs a brief JSON object for the data given | kaotisk | 1 | -0/+1 |
2023-01-08 | Made script more readable | kaotisk | 1 | -89/+84 |
2022-12-15 | Outputs only the sha512sum of the map file created | kaotisk | 1 | -1/+1 |
2022-12-15 | Commented out -xe flags from script and generated script, outputs map's hash. | kaotisk | 1 | -3/+7 |
2022-12-15 | Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change. Commented out gi... | kaotisk | 1 | -13/+7 |
2022-12-15 | The test failed as sha512sum didn't successfully verified the resulted file | kaotisk | 1 | -30/+0 |
2022-12-15 | Adapting to solution with printf | kaotisk | 1 | -2/+32 |
2022-12-03 | Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change, also provide a u... | kaotisk | 1 | -1/+8 |
2022-11-15 | File splitter and joiner scripts | kaotisk | 2 | -0/+185 |
2022-11-02 | Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change, also provide usa... | kaotisk | 1 | -1/+25 |
2022-11-02 | Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change | kaotisk | 1 | -13/+14 |
2022-11-02 | Removed trailing new lines from echo output (-n flag added) | kaotisk | 1 | -1/+1 |
2022-11-02 | Removed trailing new lines from echo output (-n flag added) | kaotisk | 1 | -21/+21 |
2022-10-31 | Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change | kaotisk | 1 | -24/+28 |
2022-10-31 | Updated the way to expand the data part of each block | kaotisk | 2 | -24/+143 |
2022-10-27 | Better implementation that doesn't produce splitted CIDs | kaotisk | 1 | -1/+7 |
2022-10-25 | Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change | kaotisk | 3 | -42/+31 |
2022-10-25 | Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change | kaotisk | 1 | -35/+41 |
2022-10-25 | New log format: script, level, message | kaotisk | 1 | -1/+1 |
2022-10-25 | Added usage information | kaotisk | 1 | -5/+11 |
2022-09-17 | Return counted blocks to the log even if we end up on pseudo-genesis | kaotisk | 1 | -0/+1 |
2022-09-15 | Changed error message to warning message since it currently doesn't crash any... | kaotisk | 1 | -1/+1 |
2022-09-07 | Removed trailing spaces | kaotisk | 1 | -2/+16 |
2022-09-07 | Fixed usage screen options spacing | kaotisk | 1 | -2/+2 |
2022-09-07 | Added some checks to make sure zblocks are zblocks and blocks are blocks | kaotisk | 1 | -2/+45 |
2022-09-07 | Tool to calculate the size of a zchain | kaotisk | 1 | -0/+9 |
2022-09-07 | Tool to extract all the IPFS CIDs from a zchain | kaotisk | 1 | -0/+2 |
2022-09-07 | Reworked logging and Usage | kaotisk | 1 | -12/+14 |
2022-09-07 | Removed trailing newline from output | kaotisk | 1 | -1/+1 |
2022-09-07 | Added a functionality I forgot to mention in the Usage section, changed a tag... | kaotisk | 1 | -1/+2 |
2022-08-10 | Some edits to distinguish use cases | kaotisk | 1 | -36/+34 |
2022-08-10 | No longer initiating with README file | kaotisk | 1 | -5/+5 |
2022-08-10 | Simple duplication of code | kaotisk | 1 | -4/+40 |
2022-08-10 | Added a function to return from IPFS as well | kaotisk | 1 | -0/+6 |
2022-07-25 | Comments and reference scripts are a feature and a mechanism. Comments will u... | kaotisk | 2 | -0/+294 |
2022-07-24 | Updated logging style | kaotisk | 1 | -3/+3 |
2022-07-24 | Since we reached gpg verification of block signatures, let's do this the new ... | kaotisk | 1 | -9/+27 |
2022-07-23 | Takes two arguments, one for type of log entry, error, info for now | kaotisk | 1 | -1/+1 |
2022-07-23 | GPG verification and an aesthetic patch for logs | kaotisk | 1 | -13/+45 |
2022-06-25 | Simple check tool for zchain. It makes sure that your blocks are going down t... | kaotisk | 1 | -0/+145 |
2022-06-25 | Simple AK check for IPFS integrations | kaotisk | 1 | -6/+21 |
2022-06-19 | Fixed bug that outputs invalid json when first block does not refer to GENESI... | kaotisk | 1 | -4/+6 |