-
Notifications
You must be signed in to change notification settings - Fork 263
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
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #3614 +/- ##
===========================================
- Coverage 90.53% 73.12% -17.42%
===========================================
Files 677 678 +1
Lines 26104 26197 +93
Branches 2353 2355 +2
===========================================
- Hits 23634 19156 -4478
- Misses 2355 6888 +4533
- Partials 115 153 +38
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
For issue #3610 .
Add *, +, - operators to BigIntValue type.