-
Notifications
You must be signed in to change notification settings - Fork 264
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
Add a new whitelist solution #3614
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #3614 +/- ##
==========================================
+ Coverage 73.24% 73.49% +0.25%
==========================================
Files 678 679 +1
Lines 26209 26316 +107
Branches 2364 2371 +7
==========================================
+ Hits 19196 19342 +146
+ Misses 6857 6818 -39
Partials 156 156
|
47246dc
to
a57f39e
Compare
…eature/whitelist-to-sdk
@@ -5,9 +5,30 @@ | |||
|
|||
namespace AElf.Types | |||
{ | |||
|
|||
public partial class BigIntValue : IComparable, IComparable<BigIntValue> |
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.
Improved BigIntValue by the way, nice.
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.
Everything checks out, approved.
azure-pipelines.yml
Outdated
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.
if this file hasn't anything actual code change, please maintain the old file
For issue #3610 .
Add *, +, - operators to BigIntValue type.
Add Keccak256, Bn254G1Mul, Bn254G1Add, and Bn254Pairing functions for the ZkVerify contract.
Add ValueTuple function to the whitelist.
Allow the StructuredState class.