Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | kaotisk | 2 | -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-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 | |
default for when recursing a zchain. Thoughts? | |||||
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 | |
- Added gpg verification option (currently works for hosted chain) - Refactored the log output | |||||
2022-06-25 | Simple check tool for zchain. It makes sure that your blocks are going down ↵ | kaotisk | 1 | -0/+145 | |
to a seed block (default seed: IPFS hash link of an empty file) | |||||
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 ↵ | 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-05-06 | fixed news module, added ipns flag on enter module | kaotisk | 1 | -6/+6 | |
2022-05-06 | Fixed some wrong directory and miscuttings of fieldsorigin/patchnews1 | kaotisk | 1 | -6/+6 | |
2022-04-20 | a bit of work on name resolving | kaotisk | 2 | -2/+7 | |
2022-02-11 | removed trailing comma | kaotisk | 1 | -1/+1 | |
2022-02-11 | [module] Added ak-folders module like ak-files but for folders | kaotisk | 1 | -0/+124 | |
2022-02-11 | Change order of procedure, leaving name publishing for the end | kaotisk | 1 | -4/+4 | |
2022-02-11 | Fixing possible problems related to IPFS keys | kaotisk | 1 | -3/+19 | |
2022-02-11 | Fixed logging | kaotisk | 1 | -1/+1 | |
2022-02-11 | Fixed escaping and the forgotten grep in pipes | kaotisk | 1 | -3/+3 | |
2022-02-11 | IPFS check tool for debugging IPFS | kaotisk | 1 | -0/+17 | |
2022-02-11 | Finally? | kaotisk | 1 | -1/+1 | |
2022-02-11 | Exit script if pack_z_block fails | kaotisk | 1 | -0/+5 | |
2022-02-11 | Removed TEMPASSIN from FILE path on gpg command as well | kaotisk | 1 | -1/+1 | |
2022-02-11 | Removed TEMPASSIN from SIGN_FILE path on gpg command | kaotisk | 1 | -1/+1 | |
2022-02-11 | Added some more debug messages | kaotisk | 1 | -3/+14 | |
2022-02-11 | Added some debug messages | kaotisk | 1 | -1/+22 | |
2022-02-11 | more fixes++ | kaotisk | 1 | -2/+2 | |
2022-02-11 | more fixes | kaotisk | 1 | -8/+9 | |
2022-02-11 | files completed? | kaotisk | 1 | -2/+2 | |
2022-02-11 | possible fix | kaotisk | 1 | -2/+2 | |
2022-02-11 | possible fix | kaotisk | 1 | -0/+6 | |
2022-02-11 | Further solving | kaotisk | 1 | -5/+9 | |
2022-02-11 | Fixed TEMPASSASIN -> TEMPASSIN (WTF) | kaotisk | 1 | -1/+1 | |
2022-02-11 | Better written I suppose | kaotisk | 1 | -7/+37 | |
2022-02-11 | [module] fix | kaotisk | 1 | -2/+2 | |
2022-02-11 | [module] ak-files | kaotisk | 1 | -0/+45 | |
2022-02-05 | Added some text explaining and a usage message when no arguments | kaotisk | 1 | -0/+7 | |
2022-02-01 | Check step by step the procedure in order to be sure the right thing is ↵ | kaotisk | 1 | -3/+22 | |
happening. Fixed an error where wrong path was trying to be copied | |||||
2022-02-01 | Added GPG key on the configuration output | kaotisk | 1 | -0/+7 | |
2022-01-31 | show and publish implementation | kaotisk | 1 | -3/+20 | |
2022-01-31 | Draft tool for configuration build/read/publish | kaotisk | 1 | -0/+16 | |
2022-01-31 | Excluded README file from index | kaotisk | 1 | -8/+9 | |
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-26 | Added timestamp inside BLOCK. | kaotisk | 1 | -0/+1 | |
Since most of the transactions will be done offline and then published, is better to have a timestamp for each addtion. | |||||
2022-01-17 | Making the output to be JSON, log messages to log fileorigin/dev | kaotisk | 2 | -9/+26 | |
2022-01-05 | Changes | kaotisk | 1 | -8/+8 | |
Minimized the output Redirected output to null for programs used | |||||
2022-01-04 | Difference from arching-kaos-infochain script is the addition of timestamp | kaotisk | 1 | -0/+48 | |
2021-12-26 | Added logfollow to follow logs | kaotisk | 1 | -0/+2 | |
2021-12-26 | Added counter | kaotisk | 1 | -1/+3 | |