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

[zk-token-sdk] Rename RangeProof{64,128,256} to RangeProofU{64,128,256} #31910

Merged
merged 1 commit into from
Jun 2, 2023
Merged

[zk-token-sdk] Rename RangeProof{64,128,256} to RangeProofU{64,128,256} #31910

merged 1 commit into from
Jun 2, 2023

Conversation

samkim-crypto
Copy link
Contributor

@samkim-crypto samkim-crypto commented Jun 1, 2023

Problem

The zk-token-proof instruction name for 64-bit range proof has bee updated to VerifyRangeProofU64, but the zk-token-elgamal pod types for range proof is still RangeProof64.

Summary of Changes

Change type names RangeProof{64, 128, 256} to RangeProofU{64, 128, 256}.

This is a follow-up to #31855 (comment).

Fixes #

@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Merging #31910 (41199fa) into master (1d6b033) will decrease coverage by 0.1%.
The diff coverage is 100.0%.

@@            Coverage Diff            @@
##           master   #31910     +/-   ##
=========================================
- Coverage    81.9%    81.9%   -0.1%     
=========================================
  Files         757      757             
  Lines      207054   207054             
=========================================
- Hits       169648   169619     -29     
- Misses      37406    37435     +29     

@samkim-crypto samkim-crypto added the v1.16 PRs that should be backported to v1.16 label Jun 1, 2023
@samkim-crypto samkim-crypto merged commit 169fc2a into solana-labs:master Jun 2, 2023
mergify bot pushed a commit that referenced this pull request Jun 2, 2023
…,256}` (#31910)

rename `RangeProof{64,128,256}` to `RangeProofU{64,128,256}`

(cherry picked from commit 169fc2a)
samkim-crypto added a commit that referenced this pull request Jun 3, 2023
…{64,128,256}` (backport of #31910) (#31935)

[zk-token-sdk] Rename `RangeProof{64,128,256}` to `RangeProofU{64,128,256}` (#31910)

rename `RangeProof{64,128,256}` to `RangeProofU{64,128,256}`

(cherry picked from commit 169fc2a)

Co-authored-by: samkim-crypto <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.16 PRs that should be backported to v1.16
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants