1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
|
---
bd179055cd591fa47f4be21cc08f71195656f789
Wed Sep 7 13:29:51 2022 +0300
Added some checks to make sure zblocks are zblocks and blocks are blocks
---
d8ea00662a931b438fa984b12d50387cd9f3c397
Wed Sep 7 03:10:32 2022 +0300
Fixed breaking heading typo, updated enter -h text.
---
1a2717207fd47f6c0a3dc4948fb87106504789dd
Wed Sep 7 01:07:01 2022 +0300
Enriched with information, added a dependency, a how-to-update and mentioned a CHANGELOG file.
---
e825d716f66013de7837bd82dfdea80a80b15e13
Wed Sep 7 01:04:52 2022 +0300
Added change log in case you don't want to git log yourself
---
199e8b673fdde520f0501cde0943388d99a83069
Wed Sep 7 01:00:42 2022 +0300
Tool to run after git pull so you can skip relaunching init.sh or install.sh
---
d54132bfd7cc569cfef7beda0860a375625383ea
Wed Sep 7 00:58:01 2022 +0300
Tool to calculate the size of a zchain
---
ae6064bc89a0cbb73d7416bb5103aba42d331f97
Wed Sep 7 00:53:09 2022 +0300
Tool to extract all the IPFS CIDs from a zchain
---
581d4a14cda6b84a1d0b5bd8a5d40d58f93b554a
Wed Sep 7 00:52:16 2022 +0300
Reworked logging and Usage
---
7bb430f171a456a0eb7332886b6cfae0f0737ac9
Wed Sep 7 00:50:41 2022 +0300
Removed trailing newline from output
---
325542061f289d1329a0c38db3a34d591aa9e931
Wed Sep 7 00:49:29 2022 +0300
Added a functionality I forgot to mention in the Usage section, changed a tag of a log message
---
c9f0da132ef5af2078fe2245bbf16d1350ae2dfc
Wed Aug 10 05:25:46 2022 +0300
README update with todo and thoughts
---
a3a12739f07be87d2df96671ed437bbb10064ae2
Wed Aug 10 04:58:17 2022 +0300
Some edits to distinguish use cases
---
f61aea58a45dec7ac9ed0216895eb032cec42424
Wed Aug 10 04:40:19 2022 +0300
No longer initiating with README file
---
d1be63af8bf6683fb0f53ec26991277bf0f4423e
Wed Aug 10 04:39:14 2022 +0300
Simple duplication of code
---
d6595e3a11736008ce10389ae81e3ea43e53b615
Wed Aug 10 04:38:09 2022 +0300
Added a function to return from IPFS as well
---
e894f848a4cee589b3e5fe915ad23e09aedcfd6f
Mon Jul 25 19:36:19 2022 +0300
Comments and reference scripts are a feature and a mechanism. Comments will use reference to create the reference to the zblock we want to comment at, while comments will produce the zblock with our comment only.
---
57281aea1ddf11ad4fb0543c4c4ba205ee33eee3
Sun Jul 24 09:45:34 2022 +0300
Updated logging style
---
fb478a0780564cf3c80cfc1e8e4c1ea573e8f02e
Sun Jul 24 08:02:57 2022 +0300
Added more
---
77ee96aff5b215bab4a8fd567b7aa6b6e6b30961
Sun Jul 24 07:48:27 2022 +0300
Updated readme
---
7b8baf0e6301b7dbd57e0c0f3433e36d57b3be82
Sun Jul 24 07:31:52 2022 +0300
Since we reached gpg verification of block signatures, let's do this the new default for when recursing a zchain. Thoughts?
---
de432985d4e2e0bb3b1159173599dd5716bbdee3
Sat Jul 23 18:03:03 2022 +0300
Takes two arguments, one for type of log entry, error, info for now
---
29cbba119d6c7328a95703a9c365db369f6097d5
Sat Jul 23 17:59:54 2022 +0300
GPG verification and an aesthetic patch for logs
- Added gpg verification option (currently works for hosted chain)
- Refactored the log output
---
a22be9abdd594cdb7b3205b99dbebd8c3ebbef2e
Sat Jun 25 18:29:02 2022 +0300
Simple check tool for zchain. It makes sure that your blocks are going down to a seed block (default seed: IPFS hash link of an empty file)
---
32bf52722a1c7a4f5d831aca38f5e05510d8aca8
Sat Jun 25 18:26:13 2022 +0300
Simple AK check for IPFS integrations
---
87f2ab23e54896d648ab14c958a631ad8d2f138d
Sun Jun 19 22:02:35 2022 +0300
Fixed bug that outputs invalid json when first block does not refer to GENESIS. We force an entry on the fly for it.
---
1e016904fa37c4bc3673dbafa4b9f89fd3db3d1d
Sun Jun 5 01:30:32 2022 +0300
New flags and help
---
1e965d6723ce0a9371d1166d29b246caf5ba8adf
Wed May 18 17:50:51 2022 +0300
Added --show-zblocks-only
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.
---
87f0e0a083bb7e1978cc03a92b304ff545701ebb
Fri May 6 07:55:00 2022 +0300
fixed news module, added ipns flag on enter module
---
01df6934a465ed046ce0af746c2d996ea383c876
Fri May 6 07:46:23 2022 +0300
Fixed some wrong directory and miscuttings of fields
---
3c551c3f567a3342f3168d08eae52a97bc8b2ed6
Wed Apr 20 08:33:25 2022 +0300
a bit of work on name resolving
---
2d5df53b1aacc4e5528541cb98bfcf00dffa6c38
Fri Feb 11 10:45:09 2022 +0200
removed trailing comma
---
700d27bc66169cf0ef38ce8399166e62e0c835df
Fri Feb 11 10:42:27 2022 +0200
[module] Added ak-folders module like ak-files but for folders
---
60633e776cf4c1ce298a6fd83a59045dd756e056
Fri Feb 11 10:36:31 2022 +0200
Change order of procedure, leaving name publishing for the end
---
b884eac5c8b3742924ca29658ec2c9e1f2e1c972
Fri Feb 11 10:33:18 2022 +0200
Fixing possible problems related to IPFS keys
---
ea876839b8026694cbc09b2903d5dd9d690c0b0a
Fri Feb 11 10:18:03 2022 +0200
Fixed logging
---
0ae7d319f8138e6544fab3f0ccf2c156ba044234
Fri Feb 11 10:17:15 2022 +0200
Fixed escaping and the forgotten grep in pipes
---
5b6c322d0bb8a131aa947b135a731a3f88e50c2d
Fri Feb 11 10:15:14 2022 +0200
IPFS check tool for debugging IPFS
---
c353ce52726914602b27a80950138ce56c28047d
Fri Feb 11 09:47:04 2022 +0200
Finally?
---
1feca3a43dfa1f2e24c2150088d7f2125dfbf6ea
Fri Feb 11 09:41:17 2022 +0200
Exit script if pack_z_block fails
---
6185e933cf51bb9cc6d43d03b0bcbbb424f084a8
Fri Feb 11 09:37:47 2022 +0200
Removed TEMPASSIN from FILE path on gpg command as well
---
b5a3b718159d1ec0aa8edc585c196fc1357f85e8
Fri Feb 11 09:36:31 2022 +0200
Removed TEMPASSIN from SIGN_FILE path on gpg command
---
221672ff13aeb390bccbf14a443733667ac9a77b
Fri Feb 11 09:33:54 2022 +0200
Added some more debug messages
---
d643dfcd3548fc9c0fbb01bee3a88984000ecea6
Fri Feb 11 09:29:51 2022 +0200
Added some debug messages
---
f3cbbde027900643d5ec56af6746be0dab9dfb9e
Fri Feb 11 09:23:39 2022 +0200
more fixes++
---
143b88e33d8c09e6baf947f9d4f2550458b069d8
Fri Feb 11 09:22:27 2022 +0200
more fixes
---
06ab9d299786e3d25b7f3726a6877c4072aa6abe
Fri Feb 11 09:19:09 2022 +0200
files completed?
---
c7d1a43d41f848663c0de87b5c8d38d02ca7d708
Fri Feb 11 09:08:03 2022 +0200
possible fix
---
e604f9b5fbf97d40da6ffaa69cc4755dce667a12
Fri Feb 11 09:05:55 2022 +0200
possible fix
---
3376c472fada0453eaed54b66fb62316deab22ef
Fri Feb 11 08:00:54 2022 +0200
Further solving
---
cf5e5e6833383fde13bf91c82daa76e3114ecfda
Fri Feb 11 07:53:33 2022 +0200
Fixed TEMPASSASIN -> TEMPASSIN (WTF)
---
57f0f016a6c9947c19cc4ebab0c50193f17935b5
Fri Feb 11 07:52:48 2022 +0200
Better written I suppose
---
3008ae73a432f19ee369fe05ee72a0199d663b30
Fri Feb 11 07:43:04 2022 +0200
[module] fix
---
c96e3709d1b019dd1217c921b2070f6221db2943
Fri Feb 11 07:39:21 2022 +0200
[module] ak-files
---
d5f9085737874dcef201a8ddbdc0b8cb32d969b1
Fri Feb 11 07:24:40 2022 +0200
possible fix for not installing genesis
---
bf634db74ecdd43263042c2a9f9a25bcb4a5d6ba
Fri Feb 11 07:18:19 2022 +0200
Added debug messages for each step
---
3a6c8b17c28c165a41dbd8b1d6741030a97f814b
Fri Feb 11 07:02:19 2022 +0200
removed duplication adding another one
---
3e72a68646644769b2a0c5b8c36429df7d93a641
Fri Feb 11 06:58:57 2022 +0200
possible fix
---
d87a8bfc818371a31e3b0ad22f505049b0060b32
Sat Feb 5 17:49:29 2022 +0200
Added some text explaining and a usage message when no arguments
---
fc8efd3bd49b8b4fc3a1c5d77020be75824d26c3
Tue Feb 1 20:45:01 2022 +0200
Check step by step the procedure in order to be sure the right thing is happening. Fixed an error where wrong path was trying to be copied
---
9bba811e7c6c1081cd73a935ee9eb043b6574e0a
Tue Feb 1 20:43:36 2022 +0200
Added GPG key on the configuration output
---
347e75c7b74ed95f967f0f51a08b49c98eeaa9d6
Mon Jan 31 16:32:37 2022 +0200
show and publish implementation
---
f768939b36dd377bde182805bda24e9646620625
Mon Jan 31 15:54:48 2022 +0200
Draft tool for configuration build/read/publish
---
861f2b08841e5b8e96ad9f8dc0f85ab73c35b742
Mon Jan 31 15:31:35 2022 +0200
Excluded README file from index
---
95ffb10421341080bec6529c06b5e7fa2c23979d
Fri Jan 28 11:19:13 2022 +0200
[Change and fix]
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.
---
e52404199eb6a4ef79eb5395c8cd92f37430c13c
Thu Jan 27 12:15:59 2022 +0200
Added info about ContainerFile
---
13524d39ee177d8324c1119f4dd1bc23e2d72ed1
Thu Jan 27 06:28:02 2022 +0200
Additions and changes
- Added more explanotary depedencies, with versions
- Minor formatting on #install section
---
ddc7694beeb920f2fd740f263126c0a02d889ddd
Wed Jan 26 22:13:14 2022 +0200
Grammar fix
---
da87a28ac0d4f6779ce17be75e9e4183a762c489
Wed Jan 26 22:06:46 2022 +0200
Added timestamp inside BLOCK.
Since most of the transactions will be done offline and then published,
is better to have a timestamp for each addtion.
---
fdb9b2f60e04520c92bc47077bd3815ac5904000
Tue Jan 18 04:44:06 2022 +0200
Fixed formatting
---
68dc2b09cc813ff6f889a688f7e99095b2e6c6a3
Tue Jan 18 04:42:22 2022 +0200
Update TODO list
---
ad961c137782a96d4f9b2c27b0422ce5155f4f38
Tue Jan 18 04:37:50 2022 +0200
Fixed formatting
---
8adacb20369410f1fa70e14d640d6d681b10851e
Mon Jan 17 20:53:06 2022 +0200
Making the output to be JSON, log messages to log file
---
117d9cd6208ca13f6dfdbd90ace987d076189cde
Wed Jan 5 04:35:27 2022 +0200
Changes
Minimized the output
Redirected output to null for programs used
---
94fa2007d44c76b4856ed85a52075b40842697ee
Tue Jan 4 05:46:59 2022 +0200
Difference from arching-kaos-infochain script is the addition of timestamp
---
f51747953f55827b8b2cca8f7aaaebe3f3015d22
Sun Dec 26 08:56:24 2021 +0200
Added logfollow to follow logs
---
e28ed03fb50f212b72b8ccf3ff8fd8e44aece278
Sun Dec 26 08:55:13 2021 +0200
Changed email example search to test@test.test
---
d686a5cd76a23bb7bbed8f3b976a3c410580ca7b
Sun Dec 26 08:54:24 2021 +0200
Fixed warning for default branch when using git, set master
---
29d256a370622139ed5b9916726b0730121d12e4
Sun Dec 26 08:25:40 2021 +0200
Added counter
---
8569905d2f740e94053def935a08c20e589d8d68
Sun Dec 26 08:10:42 2021 +0200
Lose the comment
---
6979e55191143e455f678873c3ec7c1b0e7ac953
Sun Dec 26 07:44:20 2021 +0200
Removed useless -zsh from log
---
6ad3011ba81cdca601f3598d2b10139c7b395b5a
Sun Dec 26 07:15:45 2021 +0200
Added tool for list following artifacts, started on Sun 26 Dec 07:12:53 EET 2021
---
811bf46ff36ff7ad939318b26bccc1b9715dc427
Sun Dec 26 07:11:11 2021 +0200
Added tool for unfollowing, started on Sun 26 Dec 06:58:08 EET 2021
---
92ae94d36bfb8730b8c07f14feca990e0701bb43
Sun Dec 26 06:55:54 2021 +0200
Added follow tool
---
98b8d407cb4650234d15cfe4d9322ad3bfe6c341
Sun Dec 26 06:34:03 2021 +0200
Added generic tempassin (temp folder creator)
---
e96c39de735baa31012f09589fb493f5960ef595
Sun Dec 26 06:33:06 2021 +0200
Added profile tool
---
b050dabab59a10f0898ea6e2fa0a83b82ff01647
Sun Dec 26 06:26:13 2021 +0200
Added various stuff
- gpg imports now from repo the test key
- git is set up for testing
- some ports are exposed for ipfs
- added screen
- added pinentry
Known bugs
-----------
Major:
- ipfs doesn't find interfaces to listen to
Minor:
- gpg generate thing is not working
---
ebad312dc41719d902e41c29c74c13723f1deab5
Sun Dec 26 06:23:55 2021 +0200
Fixed logging and assube bash is the default shell
---
b44bbcf99996e8f0c6a774cc7044ced11949ffb2
Sun Dec 26 06:23:23 2021 +0200
Turned echos to log messages
---
52bf926baf3957c799da01d7329db5c8ea07bb22
Sun Dec 26 06:22:10 2021 +0200
Added repositories tool
---
0e544652466d338b23ae4356983242d3619445c1
Sat Dec 25 23:52:53 2021 +0200
Added logs file creation
---
572590b670582f5d9fca8db61f9aaf417a60c9a9
Sat Dec 25 23:50:18 2021 +0200
gpg2 to gpg
---
57fc68cdd42a22c381928c9ece96bd06ae870ef3
Sat Dec 25 23:49:29 2021 +0200
Added a line after usage for the essance
---
c3b69b3c2dbf62fa789cda588f0077b8c5bc9732
Sat Dec 25 18:03:53 2021 +0200
Added temp folder
---
3006c1936ed54510dba9b36fe4a18c8981ba361d
Sat Dec 25 17:40:38 2021 +0200
Added cleaner of temporary folders
---
136f49738454f5441b7b44a76a837aea16c79b71
Sat Dec 25 17:40:02 2021 +0200
Added temporary folder
---
16ef6e4c03e1c69afd9419888f475fe5fb16e9b7
Fri Dec 24 23:17:15 2021 +0200
Changes and fixes
- fix binpath and make directories
- changed logging
- fix copy to binpath
---
88adb6f4bd9b3a1ce01ce05317b8aee1a8301ff3
Fri Dec 24 20:35:16 2021 +0200
Log writer to file
---
fc73bd4a564dc4f89129dc00344acdd95e68142b
Mon Dec 20 20:36:17 2021 +0200
Updated requirements and TODO
---
339a5d4d9cf54519cad92d5c74da9eb3e0ea864a
Sat Dec 18 08:52:10 2021 +0200
Changes
- exit codes
- gpg2 to gpg
- break to exit
---
606e3bd269fdc2cf687db82c43a5346f8081864f
Sat Dec 18 08:33:02 2021 +0200
Different approach on installing, now symlinks
---
6cbf9b47f966556f92565392e83b410729c8be35
Sat Dec 18 08:10:56 2021 +0200
Complete crawler based on the ZLATEST file
---
7b4deed0b8fe309631f35dfc9ed9b6c09d09f325
Sat Dec 18 08:01:13 2021 +0200
Changes
- FINGERPRINT assign is removed since is now part of config and
environment
- IPFS files system lowercase policy :)
- Shorten title of script
- Mess with exit codes
- Pushes ZBLOCK's CID into ZLATEST file
---
af5e46aa4c258a115ac2e5894a69aa8a019c3009
Sat Dec 18 07:59:48 2021 +0200
Changed order of commands
---
73125773584e562b07e2246aa2e11838b0ce7052
Sat Dec 18 07:56:07 2021 +0200
Simple pipeline using sed
Inputs a json object with keys and values
Outputs a bash like assigning to variables
---
00d341f72b8a1ef978810b57fc2305aaf7008872
Sat Dec 18 07:54:34 2021 +0200
Added 3 folders to store ZBLOCKS, BLOCKS and DATA
---
0a101637c6e0c2528b9ea9eb02892da3d862c56c
Sat Dec 18 07:50:49 2021 +0200
Changes
- lower case names in ipfs fs
- gpg2 to gpg since gpg is the binary on most distributions
- add 3 new folders to store references to ZBLOCKs, BLOCKS and DATA
---
288e24bcd9c1905bc46a5bc97247bc6c9f642634
Sat Dec 18 04:43:41 2021 +0200
Enter script
- Gets the ZLATEST and scrolls back up to the first ever block
- Dry run script, just scrolls the chain based on latest
---
a6a3d2d893e852b860af6baff507b602d64f704b
Thu Dec 16 11:58:16 2021 +0200
Fix, missing double-quotes in filename attribute
---
64d66eac9c37d2d42e6f9cdc9f7dc35e57aa88c3
Thu Dec 16 11:18:28 2021 +0200
New command create() for news script
- ZNEWSDIR check/create
- Create now adds to ZCHAIN
- git repo integration and updating for new articles
- fixes
---
d38aa53173dc000e2200d3fbc562677c0162df98
Thu Dec 16 11:14:40 2021 +0200
Initiate ipfs after installation
---
0ae00eb5468fd8cc681705e0b127d02dfc0eab50
Thu Dec 16 11:12:30 2021 +0200
Fixes (2):
- Changed name to variable for rc file
- Changed order of running scripts
---
7f619627dfba6f130b73584241b86e6245a9cd8b
Tue Dec 14 03:59:46 2021 +0200
News writer, indexer, create from scratch new, add from file
---
03a0fd66bd696a5cbf9cd91dde242df60e4a6f96
Tue Dec 14 03:50:02 2021 +0200
As far as I 've been
---
e93bc58da017610d6f92d68b40f908d09d529d53
Tue Dec 14 03:42:41 2021 +0200
Readme addition
|