-
Notifications
You must be signed in to change notification settings - Fork 828
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
Ct ACL mappings #1947
Ct ACL mappings #1947
Conversation
…into ct_acl_mappings
- fix init account test (cause of new check)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/ct_types #1947 +/- ##
====================================================
- Coverage 61.57% 60.40% -1.18%
====================================================
Files 263 282 +19
Lines 23306 25600 +2294
====================================================
+ Hits 14351 15463 +1112
- Misses 7948 9003 +1055
- Partials 1007 1134 +127
|
availableBalance := initialAvailableBalance | ||
pendingBalance := initialPendingBalance | ||
|
||
// Extract the bottom 16 bits (rightmost 16 bits) |
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.
There's the utils function for this now
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.
thanks, incorporated
* - add acl mapping for MsgTransfer * transfer message acl dependency tests * acls for initialize account and deposit * acls for withdraw message * acls for apply pending balance * - acls for close account - fix init account test (cause of new check) * formatting * self-review teaks * address review comments
Describe your changes and provide context
Ct ACL mappings
Testing performed to validate your change