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

ref(metrics): Remove light_normalize in favor of light_normalize_event #1385

Merged
merged 2 commits into from
Aug 8, 2022

Conversation

iker-barriocanal
Copy link
Contributor

Follow-up to #1366 (comment).

light_normalize makes two calls: transaction validation, and light
normalizing the event. There is nothing stopping transaction validation
to be done in the same function the event is normalized. This makes
removing the light_normalize wrapper possible.

The PR removes light_normalize and updates all references to use
light_normalize_event.

#skip-changelog

`light_normalize` makes two calls: transaction validation, and light
normalizing the event. There is nothing stopping transaction validation
to be done in the same function the event is normalized. This makes
removing the `light_normalize` wrapper possible.
@iker-barriocanal iker-barriocanal requested a review from a team August 8, 2022 10:04
@iker-barriocanal iker-barriocanal self-assigned this Aug 8, 2022
@iker-barriocanal iker-barriocanal changed the title ref(metrics): ref(metrics): Remove light_normalize in favor of light_normalize_event Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants