-
Notifications
You must be signed in to change notification settings - Fork 185
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
[Access] Refactor validator into own module #7102
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7102 +/- ##
==========================================
+ Coverage 41.25% 41.28% +0.03%
==========================================
Files 2170 2171 +1
Lines 190050 190050
==========================================
+ Hits 78409 78470 +61
+ Misses 105097 105011 -86
- Partials 6544 6569 +25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Looks awesome!
Issue #7111:
This is part 1 of a series of PRs to refactor common code with
/access
into separate modules. The goal is to remove cyclical imports resulting from too many common structs being defined in one place.This PR moves the
access.TransactionValidator
to its own module.