Skip to content
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

Enable presentations requests to have multiple predicates for a single attribute, enabling range proof capability #3579

Open
swcurran opened this issue Mar 12, 2025 · 0 comments

Comments

@swcurran
Copy link
Contributor

The AnonCreds library (https://github.com/hyperledger/anoncreds-rs) supports having multiple predicates on the same attribute, but that is prevented in ACA-Py. This could be added, to enable scenarios where a range proof is useful (e.g. "age > 18", "age < 25" in the same proof).

A PR was submitted for this -- #3347 -- but did not have DCO signoff (DCO - Developer Certificate of Origin - https://github.com/apps/dco), and there was not a lot of interest in from others in verifying the fix. For example, ensuring that the change would also work with [Credo-TS](https://github.com/openwallet-foundation/credo-ts] and the [Bifold Wallet](https://github.com/openwallet-foundation/bifold-wallet].

Anyone interested in this feature should use the example in #3347 and put forward a PR with a demonstration of interop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant