ERROR: ❌ Couldn't find the latest version tag
Besu errors with EThPillar update code as the github URL changed for Besu and the code does not handle redirects. Hyperledger/besu https://github.com/hyperledger/besu changed to besu-eth/besu https://github.com/besu-eth/besu which causes this error as the code does not properly redirect to the new URL.
to fix from command line, run the below code in ~/git/ethpillar or wherever your ethpillar is installed to:
sed -i 's|hyperledger/besu|besu-eth/besu|g' update_execution.sh
This replaces the codes reference to the old github address to the new one.
ERROR: ❌ Couldn't find the latest version tag
Besu errors with EThPillar update code as the github URL changed for Besu and the code does not handle redirects. Hyperledger/besu https://github.com/hyperledger/besu changed to besu-eth/besu https://github.com/besu-eth/besu which causes this error as the code does not properly redirect to the new URL.
to fix from command line, run the below code in ~/git/ethpillar or wherever your ethpillar is installed to:
sed -i 's|hyperledger/besu|besu-eth/besu|g' update_execution.sh
This replaces the codes reference to the old github address to the new one.