Status: Open (Wave 3 – performance)
Labels: Contract, Performance
Complexity: Low (150 points)
Summary
Optimize the privacy flag verification logic to use the most gas-efficient hashing algorithms available in Soroban.
Tasks
- Benchmark different hashing methods (SHA256 vs others) for small payloads.
- Refactor the
privacy.rs logic to use the optimized method.
- Ensure zero regression in privacy enforcement.
Acceptance Criteria
- Measurable reduction in gas costs for privacy-enabled transactions.
Status: Open (Wave 3 – performance)
Labels: Contract, Performance
Complexity: Low (150 points)
Summary
Optimize the privacy flag verification logic to use the most gas-efficient hashing algorithms available in Soroban.
Tasks
privacy.rslogic to use the optimized method.Acceptance Criteria