Skip to content

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

Merged
iker-barriocanal merged 2 commits intomasterfrom
iker/ref/single-lightnorm-fn
Aug 8, 2022
Merged

ref(metrics): Remove light_normalize in favor of light_normalize_event#1385
iker-barriocanal merged 2 commits intomasterfrom
iker/ref/single-lightnorm-fn

Conversation

@iker-barriocanal
Copy link
Copy Markdown
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