-
Doing numerous calls to line() like this
```
for (int i = 0; i < bigNumber; i++) {
line(x1, y1, x2, y2);
}
```
Performs well in all platforms except on Chrome (Windows). For a script having fluid …
-
Switch out bignumber.js to BN.js
Better api for handling buffers, and better integration with other utilities such as ethers.js
-
# Lines of code
https://github.com/code-423n4/2024-07-reserve/blob/main/contracts/p1/StRSR.sol#L490
# Vulnerability details
## Description
The `StRSR` contract contains a function [`resetStakes`]…
-
```
RotationProvider exceeded max number of retries. Last error: cannot estimate gas; transaction may fail or may require manual gas limit (error={"reason":"processing response error","code":"SERVER_…
-
error:
`bad result from backend (method="getGasPrice", result=null, error={"reason":"invalid BigNumber value","code":"INVALID_ARGUMENT","argument":"value","value":null}, code=SERVER_ERROR, version=pr…
-
I'd like to achieve something like:
`BigRat(12.90).toString(16)`
Like *BigInteger.js* (http://mikemcl.github.io/bignumber.js/#toS).
-
# Lines of code
https://github.com/reserve-protocol/protocol/blob/df7ecadc2bae74244ace5e8b39e94bc992903158/contracts/plugins/assets/Asset.sol#L144-L145
# Vulnerability details
## Impact
`Asset.lo…
-
When I try big precisions over 1000 this is the error I get:
```
: Error. [DecimalError] Precision limit exceededA
```
If there is a limit to precision, would be nice to document this, otherwi…
-
## Feature Description
`@nomicfoundation/hardhat-chai-matchers` contains a few features and bug fixes that `ethereum-waffle` does not possess and greatly benefited my work, for example:
- `ethereu…
-
## Bug description
We're using Gnosis Safe via Wallet Connect 2 and we're getting different errors after establishing the session with optional namespaces.
The session IS indeed established just…