Quanstamp initial report #15
Merged
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.
DFP-1
For InverseApi3ReaderProxyV1.sol, the read() function's formula was updated to value = int224(1e36) / baseValue;. With this change, the division occurs directly between int224 types, and thus the specific concern regarding silent truncation from an intermediate int256 cast is not directly applicable to this revised calculation. Its NatSpec comment has been updated to accurately reflect the current operation.
DFP-2
DFP-3
DFP-4
S1
S2
S3