test(dursto): prove and verify every provable Registry step#1100
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1100 +/- ##
==========================================
- Coverage 89.92% 89.88% -0.04%
==========================================
Files 135 136 +1
Lines 29269 29345 +76
Branches 29269 29345 +76
==========================================
+ Hits 26320 26378 +58
- Misses 2127 2144 +17
- Partials 822 823 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
3512c31 to
bbb4879
Compare
|
Benchmark results for revision d6a3127:
Full results
Compare the results above with those for the default branch. |
emturner
reviewed
Jun 22, 2026
615b5dc to
2c7f4dd
Compare
dbe07d5 to
a417ec1
Compare
emturner
approved these changes
Jun 22, 2026
jobjo
approved these changes
Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes TZX-179.
What
Adds proof production and verification on every step of every
Registryend to end test.Why
To gain confidence in
Registrysingle step proof production and verification.How
The diff is quite long, but most of it is splitting
test_helpers/registry_test_helpers.rsinto 2 modules, one forDatabasehelpers and one forRegistryhelpers. The names of equivalent declarations in either one has also been harmonised.The last commit introduces the new test functionality:
run_operationsbecomesrun_and_prove_registry_operations. Its implementation and that of the extra helpers required are similar to their existingDatabaseequivalents.Manually Testing
Tasks for the Author