From c0dbfc8dc7cf7af278de1d233d87ffbe481ba704 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 4 Jul 2024 18:36:54 +0300 Subject: Refactoring + bug fixes - Recursive sourcing was introduced and fixed - Almost finished removing old style commands 'ak-zchain-chk' in favor of the new design (eg 'ak zchain --check') - A couple of changes on how we really do concatenation of an IPFS link - Interface function for publishing to 'ak-config' key - Interface function for publishing to IPNS keys --- bin/ak-zchain | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin/ak-zchain') diff --git a/bin/ak-zchain b/bin/ak-zchain index df73e7c..06a1341 100755 --- a/bin/ak-zchain +++ b/bin/ak-zchain @@ -49,9 +49,6 @@ descriptionString="Zchain tools" source $AK_LIBDIR/_ak_log source $AK_LIBDIR/_ak_script -source $AK_LIBDIR/_ak_ipfs -source $AK_LIBDIR/_ak_gpg -source $AK_LIBDIR/_ak_zblock source $AK_LIBDIR/_ak_zchain # Flags to run -- cgit v1.2.3