Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run verifier #3

Open
ghost opened this issue Feb 24, 2022 · 2 comments
Open

Unable to run verifier #3

ghost opened this issue Feb 24, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 24, 2022

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

@ghost
Copy link
Author

ghost commented Feb 24, 2022

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

@gitmp01
Copy link
Contributor

gitmp01 commented Apr 11, 2022

Hi @phoenix-chain - thanks for reporting the issue, we will look into it soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant