-
# Lines of code
https://github.com/code-423n4/2023-07-moonwell/blob/fced18035107a345c31c9a9497d0da09105df4df/src/core/Oracles/ChainlinkOracle.sol#L74-L92
# Vulnerability details
## Impact
Protocol…
-
When the Chainlink Oracle has calculated a relative price between two assets, it results in a `price`, which is always represented in 18 decimals. This price is used to convert the passed `baseAmount`…
-
See roundLonLatCoordinates in src/utils/geometry/PointUtils.js
-
So I am seeing a lot of CRC NOK as well as a few CRC OK. Which makes me think that I must have things wired up correctly, maybe? But I am just getting everything reported as 0.0 or off.
Could this …
-
### Discussed in https://github.com/ferraridamiano/ConverterNOW/discussions/147
Originally posted by **trymeouteh** April 26, 2022
When converting from metric to imperial in many units such as…
-
When copying parameters from one scenario to another, without modifications, the amount of decimal places increases dramatically. i.e. a parameter which originally had a value of 1.0, will end up as 1…
-
```
addThousandSeperator(123456789, true) would return 123.456.789
addThousandSeperator(123456789, false) would return 123,456,789
formatDecimals(123.456789, 2, true) would return 123,46
formatDecima…
-
```
addThousandSeperator(123456789, true) would return 123.456.789
addThousandSeperator(123456789, false) would return 123,456,789
formatDecimals(123.456789, 2, true) would return 123,46
formatDecima…
-
Thank you for your sharing, I found this script really useful.
But how can I let the user(participant) input special symbols? Like decimals with a little"."? Currently if I type ".", there is nothing…
-
```
addThousandSeperator(123456789, true) would return 123.456.789
addThousandSeperator(123456789, false) would return 123,456,789
formatDecimals(123.456789, 2, true) would return 123,46
formatDecima…