aboutsummaryrefslogtreecommitdiff
path: root/bin/enter
AgeCommit message (Collapse)AuthorFilesLines
2023-02-01Removed -z flag and functionality, add regex check for IPFS CIDv0kaotisk1-57/+5
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.
2022-11-02Removed trailing new lines from echo output (-n flag added)kaotisk1-21/+21
2022-10-31Updated the way to expand the data part of each blockkaotisk1-24/+42
2022-10-25Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 changekaotisk1-35/+41
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-07Added a functionality I forgot to mention in the Usage section, changed a ↵kaotisk1-1/+2
tag of a log message
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-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-19Fixed bug that outputs invalid json when first block does not refer to ↵kaotisk1-4/+6
GENESIS. We force an entry on the fly for it.
2022-06-05New flags and helpkaotisk1-4/+17
2022-05-18Added --show-zblocks-onlyorigin/featureentershowzblocksonlyflagkaotisk1-0/+56
Feature: Outputs your local's chain zblocks, with their signatures, timestamp, gpg public key and previous zblock. Iterates the whole chain and returns a JSON array of these entries sorted from latest to oldest.
2022-04-20a bit of work on name resolvingkaotisk1-2/+4
2022-01-28[Change and fix]kaotisk1-0/+9
Change: - Brought up detach signatures for both BLOCK and DATA. Fix: - Reset timestamp to avoid printing the latest to blocks that are not have any.
2022-01-17Making the output to be JSON, log messages to log fileorigin/devkaotisk1-4/+15
2021-12-26Added counterkaotisk1-1/+3
2021-12-26Turned echos to log messageskaotisk1-8/+8
2021-12-25Added temp folderkaotisk1-9/+29
2021-12-18Different approach on installing, now symlinkskaotisk1-0/+85