Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZKAPAuthorizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
ZKAPAuthorizer
Graph
fe35f82f25dcf73d9fd1ead4f2cdd08cb5eda544
Select Git revision
Branches
11
235.backup-and-recovery.recovery
260.metric-rejected-zkaps
compare-structured-sql-dumps
github/fork/tp-la/deep-traverse
github/fork/tp-la/real-spender
implicit-lease-renewal-problems
mach-nix
main
default
protected
mypy
real-spender
restricted-sqlite-strategies
Tags
1
v0.0
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Apr
23
22
20
16
13
10
3
2
1
26
Mar
25
24
20
19
18
17
12
10
9
5
4
2
27
Feb
26
25
24
7
Jan
6
20
Dec
19
17
16
13
11
3
2
20
Nov
19
18
15
13
12
11
23
Oct
18
17
16
15
11
10
9
8
7
4
3
27
Sep
19
18
17
21
Aug
20
19
16
15
5
3
2
1
29
Jul
24
16
15
9
10
Jun
7
Merge pull request #130 from PrivateStorageio/122.add-counter-to-vouchers-table
Add `counter` to `Redeeming` state as well
Load the counter value from the database and from json representation
Default the counter to 0 instead of NULL
Upgrade the database schema to include a place to store the counter
Merge pull request #129 from PrivateStorageio/121.accept-counter-value-throughout
Slightly fixed TODO comment
link to future issue
Verify expected behavior of redemption endpoint verifier
Replace IRedeemer.redeem with a counter-accepting API, update callers
Merge pull request #128 from PrivateStorageio/127.insert-unblinded-tokens
Remove some duplication in token insertion implementations
Add the interface for inserting tokens
Document the new interface
Correct docs about extraction order (missed in prior PR).
Start of a test for inserting unblinded tokens
Merge pull request #126 from PrivateStorageio/125.backup-order-equals-spend-order-equals-insert-order
Loosen the unblinded token round-tripping test
docstring for test helper
Test token backup and spend ordering and make it the same as insert order
fix markup in docstring
Merge pull request #120 from PrivateStorageio/119.too-few-zkaps
more `raises(...)` fixes
improve the exception matching code
Cause extraction to fail if it cannot supply all requested tokens
Merge pull request #118 from PrivateStorageio/117.faster-circleci-tests
Merge pull request #116 from PrivateStorageio/115.record-redemption-public-keys
Bust the cache key
Just unit test this instead
Per previous commit, suspicious state is not sensible
Get rid of this do-nothing function
Parameterize the voucher states strategy
Split out the ``Redeemed`` strategy
Pass less to determine_state_for_redeemed_voucher
Don't allow unblinded tokens for unknown vouchers
Add "suspicious" to possible voucher states
Add Ristretto public key to the schema and Python and HTTP APIs
Make the strategy able to produce more voucher states
Make sure text representation of keys is unicode
Fix ``Voucher`` API docs
Loading