-
Notifications
You must be signed in to change notification settings - Fork 71
feat: versioned VK registry for circuit upgrades without invalidating existing proofs #111
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
Open
Topmatrixmor2014
wants to merge
17
commits into
ToluLabs:main
Choose a base branch
from
Topmatrixmor2014:feat/vk-versioning
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4004e6e
feat: versioned VK registry for circuit upgrades without invalidating…
Topmatrixmor2014 1aa20ab
Merge branch 'main' into feat/vk-versioning
Topmatrixmor2014 f6f717c
fix: add extend_ttl to DeprecatedVersion to prevent silent expiry
Topmatrixmor2014 86fd78e
fix: use plain number instead of BigInt for u32 in nativeToScVal
Topmatrixmor2014 44348ff
fix: reject Some(0) vk_version explicitly instead of silently resolvi…
Topmatrixmor2014 1754e8d
Merge branch 'main' into feat/vk-versioning
Topmatrixmor2014 258a772
fix: complete VK versioning write-path so contracts compile and CI pa…
Topmatrixmor2014 c6286e7
Merge branch 'main' into feat/vk-versioning
Topmatrixmor2014 7c0281f
fix(contracts): thread vk_version through batch and aggregate verific…
Topmatrixmor2014 79fe0e6
fix(circuits): regenerate range proof fixtures with corrected commitment
Topmatrixmor2014 a772a7f
fix(frontend): pass vk_version to on-chain submit_proof
Topmatrixmor2014 a21104f
fix(credential_verifier): refresh latest-version TTL on any set_vk
Topmatrixmor2014 009d9a7
fix(credential_verifier): guard VK immutability and add TTL refresh
Topmatrixmor2014 83e0b85
chore(ci): trigger workflow re-run after dropped push event
Topmatrixmor2014 9561401
Merge branch 'main' into feat/vk-versioning
Topmatrixmor2014 1aea47b
fix(gated_pool): restore versioned set_vk and submit_proof calls in t…
Topmatrixmor2014 50da91f
fix(credential_verifier): refresh VK blob TTL in refresh_latest_versi…
Topmatrixmor2014 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| value = "40000" | ||
| salt = "2024" | ||
| commitment = "10939069837981219911031933662244407434460168120308516075205226378763146828090" | ||
| commitment = "11464784431290725290890825015648660771764477860874280613603757226488105877198" | ||
| min = "30000" | ||
| max = "50000" | ||
| issuer_x = [62, 72, 233, 139, 1, 120, 194, 91, 166, 62, 68, 43, 79, 232, 156, 91, 89, 165, 40, 83, 125, 90, 232, 8, 228, 119, 17, 59, 196, 72, 32, 251] | ||
| issuer_y = [7, 217, 196, 88, 103, 117, 28, 168, 249, 234, 195, 188, 47, 23, 13, 0, 168, 88, 125, 213, 56, 190, 32, 144, 120, 211, 244, 170, 55, 97, 227, 101] | ||
| sig = [6, 105, 8, 213, 3, 158, 238, 245, 119, 101, 102, 155, 46, 22, 172, 87, 38, 148, 247, 73, 236, 31, 63, 131, 118, 151, 67, 188, 119, 51, 198, 25, 123, 53, 204, 249, 188, 186, 132, 223, 10, 143, 113, 160, 33, 167, 46, 176, 255, 56, 190, 210, 121, 163, 161, 185, 239, 161, 229, 62, 250, 49, 216, 164] | ||
| sig = [183, 31, 113, 105, 4, 237, 193, 53, 220, 59, 139, 54, 5, 130, 81, 214, 75, 186, 151, 114, 83, 34, 249, 86, 182, 178, 171, 251, 85, 116, 108, 234, 115, 194, 112, 134, 200, 136, 234, 45, 115, 241, 167, 64, 159, 213, 89, 30, 214, 233, 212, 177, 145, 218, 53, 16, 247, 231, 236, 97, 104, 92, 189, 129] |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.