-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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-proof] Feature gate transfer with fee related proofs #34103
[zk-token-proof] Feature gate transfer with fee related proofs #34103
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #34103 +/- ##
==========================================
Coverage 81.8% 81.9%
==========================================
Files 766 818 +52
Lines 209077 219940 +10863
==========================================
+ Hits 171130 180224 +9094
- Misses 37947 39716 +1769 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just to check, you'll also use a new feature gate for the zk proof program, right?
Yep, I will put in a new feature gate for the zk proof program. |
feature gate zk-token-proof transfer with fee (cherry picked from commit a8863bd) # Conflicts: # sdk/src/feature_set.rs
… (backport of #34103) (#34129) * [zk-token-proof] Feature gate transfer with fee related proofs (#34103) feature gate zk-token-proof transfer with fee (cherry picked from commit a8863bd) # Conflicts: # sdk/src/feature_set.rs * resolve conflict --------- Co-authored-by: samkim-crypto <[email protected]>
Problem
The confidential transfer with fee part of the token-2022 is targeting 1.18.
Summary of Changes
Add feature gate for processing zk token proof instructions related to transfer with fee.
Fixes #