You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the endpoints not having a version.app or proof_type, this script is failing on all of the peers and the supply of ptokens cannot be verified openly and transparently using this repo any longer.
I made some progress by specifying the version_tag, proof_type in the script for several functions:
function github_https_clone
- version_tag=$2
+ version_tag=v0.5.1
function appdiff
- proof_type=$1
+ proof_type=strongbox
function check_url_works_or_exit
- proof_type=$1
+ proof_type=strongbox
function get_app_prefix
- proof_type=$1
+ proof_type=strongbox
function get_github_url
+ version_tag=0.5.1
However, the build is still failing:
./bridge-verifier https://pbtc-node-1a.eu.ngrok.io/pbtc-on-eth
[INFO]: Repo exists in pbtc-on-eth-v0.5.1
[INFO]: Building the app from the code, this may take a while
FAILURE: Build failed with an exception.
* What went wrong:
Could not create service of type ScriptPluginFactory using BuildScopeServices.createScriptPluginFactory().
> Could not create service of type CrossBuildFileHashCache using BuildSessionScopeServices.createCrossBuildFileHashCache().
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 25s
[INFO]: App not found, getting it through https://cloudflare-ipfs.com
[INFO]: Getting the app, this may take some minutes...
[ERROR]: Failed to get the app from IPFS
Due to the endpoints not having a version.app or proof_type, this script is failing on all of the peers and the supply of ptokens cannot be verified openly and transparently using this repo any longer.
curl https://mainnet--bootnode-eu-1.p.network/peers|jq
The text was updated successfully, but these errors were encountered: