We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14b573c + ed699cb commit 2651b44Copy full SHA for 2651b44
1 file changed
noir-projects/noir-protocol-circuits/bootstrap.sh
@@ -104,7 +104,7 @@ function compile {
104
# TODO: Change this to add verification_key to original json, like contracts does.
105
# Will require changing TS code downstream.
106
bytecode_hash=$(jq -r '.bytecode' $json_path | sha256sum | tr -d ' -')
107
- hash=$(hash_str "$BB_HASH-$bytecode_hash-$proto")
+ hash=$(hash_str "$BB_HASH-$bytecode_hash-$proto-$(cache_content_hash "^noir-projects/noir-protocol-circuits/bootstrap.sh")")
108
if ! cache_download vk-$hash.tar.gz 1>&2; then
109
local key_path="$key_dir/$name.vk.data.json"
110
echo_stderr "Generating vk for function: $name..."
0 commit comments