@@ -74,17 +74,17 @@ jobs:
7474 nargo execute --package is_dao_worthy --oracle-resolver=http://localhost:5555 --skip-brillig-constraints-check
7575 nargo execute --package is_ape_owner --oracle-resolver=http://localhost:5555 --skip-brillig-constraints-check
7676
77- - name : Generate Proofs
78- run : |
79- export PATH="$HOME/.bb:$PATH"
80- bb prove -b ./target/get_header.json -w ./target/get_header.gz --write_vk -o ./target/get_header
81- bb prove -b ./target/get_account.json -w ./target/get_account.gz --write_vk -o ./target/get_account
82- bb prove -b ./target/get_storage.json -w ./target/get_storage.gz --write_vk -o ./target/get_storage
83- bb prove -b ./target/get_receipt.json -w ./target/get_receipt.gz --write_vk -o ./target/get_receipt
84- bb prove -b ./target/get_transaction.json -w ./target/get_transaction.gz --write_vk -o ./target/get_transaction
85- bb prove -b ./target/get_log.json -w ./target/get_log.gz --write_vk -o ./target/get_log
86- bb prove -b ./target/is_dao_worthy.json -w ./target/is_dao_worthy.gz --write_vk -o ./target/is_dao_worthy
87- bb prove -b ./target/is_ape_owner.json -w ./target/is_ape_owner.gz --write_vk -o ./target/is_ape_owner
77+ # - name: Generate Proofs
78+ # run: |
79+ # export PATH="$HOME/.bb:$PATH"
80+ # bb prove -b ./target/get_header.json -w ./target/get_header.gz --write_vk -o ./target/get_header
81+ # bb prove -b ./target/get_account.json -w ./target/get_account.gz --write_vk -o ./target/get_account
82+ # bb prove -b ./target/get_storage.json -w ./target/get_storage.gz --write_vk -o ./target/get_storage
83+ # bb prove -b ./target/get_receipt.json -w ./target/get_receipt.gz --write_vk -o ./target/get_receipt
84+ # bb prove -b ./target/get_transaction.json -w ./target/get_transaction.gz --write_vk -o ./target/get_transaction
85+ # bb prove -b ./target/get_log.json -w ./target/get_log.gz --write_vk -o ./target/get_log
86+ # bb prove -b ./target/is_dao_worthy.json -w ./target/is_dao_worthy.gz --write_vk -o ./target/is_dao_worthy
87+ # bb prove -b ./target/is_ape_owner.json -w ./target/is_ape_owner.gz --write_vk -o ./target/is_ape_owner
8888
8989 - name : Generate verification key for recursive proof
9090 working-directory : ethereum/oracles
0 commit comments