OpenZeppelin / OpenZeppelin/stellar-contracts

Wire `rs-soroban-ultrahonk` into the confidential token verifier

Open
#823 0 comments 0 reactions 1 assignee View on GitHub

@brozorec is already working on this.

Since Jul 29, 2026.

Small
Dominant language
Rust
Stars
95
Forks
68
Avg merge
4d 42m
Merged PRs (30d)
20

Description

Once NethermindEth/rs-soroban-ultrahonk completes its audit, wire it into the confidential token's verifier.

  • Add a default implementation for ConfidentialVerifier::verify_proof backed by the library, replacing the current implementor-supplied stub.
  • Move VK structural validation into the backend (currently VKs are opaque Bytes).
  • Replace the mocked verifier in the confidential token tests/example with the real one.
  • Remove the "⚠️ Not Production Ready" warnings from confidential/mod.rs, confidential/verifier/mod.rs, and confidential/README.md.

Blocked on: completion of the external audit of rs-soroban-ultrahonk.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.