-
via @patcoyle in https://github.com/publiclab/mapknitter/issues/195 - copying this over!
Plus LOTS of detailed info on this bug over here: https://github.com/publiclab/mapknitter/issues/153
****…
-
As `and`, `or`, and `xor` are associative and commutative, in function form there's no reason they could not take multiple arguments like their arithmetic counterparts `add` and `multiply`.
-
We need to format all numbers in DEX, so it is more easy to read long numbers. For example: 1,000,000.00 (with 2 decimals precision by default)
We need to implement an ability to use custom decimal p…
uchu updated
6 months ago
-
- [x] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue.
---------------------------
## Issue
Related #1458
A simple fix is to add one…
-
They are also shown as their object representation in the details view.
![2024-07-30-115844_345x315_scrot](https://github.com/user-attachments/assets/bf78d661-3fed-4c39-8fa4-3c89d967036c)
![2024-07-…
-
Failed to parse source map: 'webpack:///../../src.ts/coders/abstract-coder.ts' URL is not supported
Failed to parse source map: 'webpack:///../../src.ts/coders/address.ts' URL is not supported
F…
-
Hi there maintainers! Thanks for writing this solidity library.
Wondering what the rational is behind pinning the `0.8.17` solidity version in BigNumbers.sol, wheres `/utils/Crypto.sol` is using `^…
-
Dangerous to convert BigNumbers to regular JS number!
Should convert BigNumbers to strings to display them, or keep them in BigNumbers to compare and calculate.
![Image](https://github.com/ggxchain/r…
-
When using gas overrides for retryables in `createTokenBridge-ethers` - the gas calculations are liable to overflow because they are converted to normal javascript numbers instead of strings and then …
tadad updated
3 months ago
-
Investigation notes from Shashi:
The crash seems to be happening in bignumbers arithmetic operation. The code is from gmp library I think and is used mostly in cryptographic algorithms implementation…