refactor: Expand AccountSetFlags macro with account_info data#7798
Draft
mvadari wants to merge 1 commit into
Draft
refactor: Expand AccountSetFlags macro with account_info data#7798mvadari wants to merge 1 commit into
account_info data#7798mvadari wants to merge 1 commit into
Conversation
account_info data
mvadari
marked this pull request as draft
July 13, 2026 17:02
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7798 +/- ##
=======================================
Coverage 82.6% 82.6%
=======================================
Files 1036 1036
Lines 79870 79871 +1
Branches 8949 8949
=======================================
+ Hits 65956 65963 +7
+ Misses 13905 13899 -6
Partials 9 9
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
High Level Overview of Change
This PR refactors the
ACCOUNTSET_FLAGSmacro to incorporate the flag info that is included inaccount_info.Context of Change
Code cleanup, preventing the ability to forget to add flags in account_info
API Impact
There are some flag renames, which may impact downstream users, but mildly.