-
## The dependency [oer-utils](https://github.com/interledgerjs/oer-utils) was updated from `3.0.1` to `3.1.0`.
🚨 [View failing branch](https://github.com/interledgerjs/btp-packet/compare/master...in…
-
It's hard to understand what `[ BigNumber { s: 1, e: 0, c: [ 3 ] } ]` is.
```
INFO-dx-service:tasks:claimFunds Claiming for address 0xc32cac63823b556e6ebf61bb74149f08bf1aab34 affected bots: Main…
ghost updated
6 years ago
-
In IE < 9 the position of custom rendered circle elements will not correctly render as expected in comparison to other browsers.
For instance, this is the code that has to be written to compensate fo…
-
What is the best way to hash an array of objects (in my case BigNumbers)? It seems that array support is limited to primitive types.
-
@danfinlay am pretty happy to have come across you [human-standard-token-abi package](https://www.npmjs.com/package/human-standard-token-abi) as I was having issues importing abi manually. Those issue…
-
Hi, I tried to transfer the amount provided by the interface "504041,44934273383" and got this error
![errortransfer](https://user-images.githubusercontent.com/8873352/44548026-cd478100-a714-11e8-977…
-
### Description
I developed a project based on web3js and @nivida keeps fast tracking breaking changes. The cost to our development budget thus far since he has taken the lead is in excess of $150k…
-
Why does ethers.js use a custom-written bn.js wrapper?
I know some tools in the community use [BigNumber](https://github.com/MikeMcl/bignumber.js/) and some others use [bn.js](https://github.com/indu…
-
Hello.
While reading some assembly code generated by ponyc, I observed something. Take the following program:
``` pony
use "lib:ssl"
use "lib:crypto"
class BigNumber
let _bn: Pointer[U8]
new cr…
-
I am getting the result with losing precision when converting to the number). Note: [I am configured number as BigNumber and precision as 20]
`
math.config({ number: 'bignumber', precision:…