From 2e2e16eda2c02bf2b783ca5d4c649e17b287e16b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 2 Mar 2024 05:42:27 +0200 Subject: Removed ak-get-chain-minified in favor of ak-enter --- README | 1 - api/make_cache.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index 5a89639..c3172c0 100644 --- a/README +++ b/README @@ -214,7 +214,6 @@ ak-config # Publish your configuration to IPNS ak-data-expand # Expands and verifies DATA blocks ak-enter # Crawls ZCHAINS ak-node-info # Returns IPFS CID or IPNS key for your online config -ak-get-chain-minified # Obsolete, ak-enter default output ak-get-gpg # Return your GPG key as IPFS CID ak-get-zlatest # Returns zlatest ZBLOCK according to IPFS FS ak-tempassin # Creates temporary directories diff --git a/api/make_cache.sh b/api/make_cache.sh index 94ec8a9..9745c88 100755 --- a/api/make_cache.sh +++ b/api/make_cache.sh @@ -1,5 +1,5 @@ #!/bin/bash ak-find-latest-mined-sblock > $AK_CACHEDIR/ak-find-latest-mined-sblock.json -ak-get-chain-minified > $AK_CACHEDIR/ak-get-chain-minified.json +ak-enter > $AK_CACHEDIR/ak-get-chain-minified.json ak-get-zlatest > $AK_CACHEDIR/ak-get-zlatest.json -- cgit v1.2.3