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
Run the VK check script from barretenberg/cpp/scripts:
149
+
143
150
```bash
144
151
cd barretenberg/cpp/scripts
145
152
./test_chonk_standalone_vks_havent_changed.sh
146
153
```
147
154
148
-
If the vks have changed, you can update them using the script `./test_chonk_standalone_vks_havent_changed.sh --update_inputs`. You can verify the validity of the inputs using the command`./test_chonk_standalone_vks_havent_changed.sh --prove_and_verify`. If one of the proof test fails, the inputs for which proving has failed are saved to `yarn-project/end-to-end/xample-app-ivc-inputs-out` under a folder with name equal to the flow for which the proof test failed.
155
+
Expected result: Script exits successfully if VKs are unchanged, or shows that VKs have changed.
156
+
157
+
### Updating VKs (when changes are intentional)
158
+
159
+
**IMPORTANT**: Never update the VKs without asking permission first. When asking for permission, explain why you think the VK update is to be expected.
160
+
161
+
If VKs have changed and this is expected due to your modifications, update the stored VKs:
0 commit comments