From 7550b8ccb0b05d3b11a9bfcb45cee0849dc05f76 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Sep 2023 20:57:04 +0300 Subject: Workaround for IPNS unresolvable zchain links - Adds a "zlatest" field to the configuration of the node - We update and publish the configuration each time we change the latest block of our zchain --- bin/ak-config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/ak-config') diff --git a/bin/ak-config b/bin/ak-config index 92b932e..8022e42 100755 --- a/bin/ak-config +++ b/bin/ak-config @@ -22,7 +22,8 @@ show(){ "profile":'$(ak-profile index | jq -cM)', "genesis":"'$(cat $HOME/.arching-kaos/config/zgenesis)'", "gpg":"'$GPG_PUB_KEY'", - "zchain":"'$(cat $HOME/.arching-kaos/config/zchain)'" + "zchain":"'$(cat $HOME/.arching-kaos/config/zchain)'", + "zlatest":"'$(ak-get-latest)'" }'; } -- cgit v1.2.3