-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: inconsistent number formatting (#175)
# Motivation As part of the Rewards v2 SigmaPrime audit, we need to tackle the following issues: 1. ELSC2-04: Inconsistent Number Formatting In Merkle Tree Values Specifically for the multiplier and amount fields in the Operator Directed Rewards Submission Model. # Modifications * Handling as `%064x` and `%024x` instead of strings. # Result `ELSC2-04` SigmaPrime audit fix.
- Loading branch information
Showing
1 changed file
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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