Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-31 | Updated the way to expand the data part of each block | kaotisk | 1 | -24/+42 | |
2022-10-25 | Adapting to 96ae225b2a179ec36fdb01eaf906fec096002a08 change | kaotisk | 1 | -35/+41 | |
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 ↵ | kaotisk | 1 | -1/+1 | |
anything. | |||||
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 | Added a functionality I forgot to mention in the Usage section, changed a ↵ | kaotisk | 1 | -1/+2 | |
tag of a log message | |||||
2022-07-24 | Since we reached gpg verification of block signatures, let's do this the new ↵ | kaotisk | 1 | -9/+27 | |
default for when recursing a zchain. Thoughts? | |||||
2022-07-23 | GPG verification and an aesthetic patch for logs | kaotisk | 1 | -13/+45 | |
- Added gpg verification option (currently works for hosted chain) - Refactored the log output | |||||
2022-06-19 | Fixed bug that outputs invalid json when first block does not refer to ↵ | kaotisk | 1 | -4/+6 | |
GENESIS. We force an entry on the fly for it. | |||||
2022-06-05 | New flags and help | kaotisk | 1 | -4/+17 | |
2022-05-18 | Added --show-zblocks-onlyorigin/featureentershowzblocksonlyflag | kaotisk | 1 | -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-20 | a bit of work on name resolving | kaotisk | 1 | -2/+4 | |
2022-01-28 | [Change and fix] | kaotisk | 1 | -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-17 | Making the output to be JSON, log messages to log fileorigin/dev | kaotisk | 1 | -4/+15 | |
2021-12-26 | Added counter | kaotisk | 1 | -1/+3 | |
2021-12-26 | Turned echos to log messages | kaotisk | 1 | -8/+8 | |
2021-12-25 | Added temp folder | kaotisk | 1 | -9/+29 | |
2021-12-18 | Different approach on installing, now symlinks | kaotisk | 1 | -0/+85 | |