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

Ct ACL mappings #1947

Merged
merged 10 commits into from
Nov 19, 2024
Merged

Ct ACL mappings #1947

merged 10 commits into from
Nov 19, 2024

Conversation

dssei
Copy link
Contributor

@dssei dssei commented Nov 19, 2024

Describe your changes and provide context

Ct ACL mappings

Testing performed to validate your change

  • Unit tests

Copy link

codecov bot commented Nov 19, 2024

Codecov Report

Attention: Patch coverage is 97.85408% with 5 lines in your changes missing coverage. Please review.

Project coverage is 60.40%. Comparing base (81c0d5f) to head (b37cf64).
Report is 40 commits behind head on feature/ct_types.

Files with missing lines Patch % Lines
x/confidentialtransfers/types/keys.go 0.00% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@                 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     
Files with missing lines Coverage Δ
aclmapping/confidentialtransfers/mappings.go 100.00% <100.00%> (ø)
x/confidentialtransfers/keeper/keeper.go 56.12% <100.00%> (ø)
x/confidentialtransfers/types/keys.go 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes

---- 🚨 Try these New Features:

availableBalance := initialAvailableBalance
pendingBalance := initialPendingBalance

// Extract the bottom 16 bits (rightmost 16 bits)
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, incorporated

@dssei dssei merged commit 395fac9 into feature/ct_types Nov 19, 2024
25 checks passed
@dssei dssei deleted the ct_acl_mappings branch November 19, 2024 23:37
mj850 pushed a commit that referenced this pull request Dec 7, 2024
* - 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants