-
### Describe the bug
When I use @ethersproject/ethers (https://github.com/ethers-io/ethers.js) in my vite project I get source mapping issues when debugging in browser.
In a monorepo setup it cann…
-
- https://github.com/MikeMcl/bignumber.js
- https://github.com/MikeMcl/big.js
-
Currently the contract only supports 256 bit types. In the wild, this library would have to be updated to handle much larger primes. Possible implementation could use the [zcoin BigNumber](https://git…
10d9e updated
8 months ago
-
Hello,
I am facing a crashing Redis stack when creating index for searching in JSON. In Redis stack I have around 100k JSON records.
When I create a index with NodeJS library the Redis Stack crash…
-
Steps to reproduce:
On a hardware wallet account (tested Ledger and Keystone):
1) Start Send request to self for 0.01 ETH
2) Click "Send" button
3) Click "Begin signing process"
4) Press Esca…
-
## URL
https://app.uniswap.org/#/swap
## `swap` state
```json
{
"INPUT": {
"currencyId": "ETH"
},
"OUTPUT": {
"currencyId": null
},
"independentField": "INPUT"…
-
Chai's [`members`](https://www.chaijs.com/api/bdd/#method_members) can be used to test that an array contains certain values, as determined by strict equality or optionally deep equality.
Neither o…
-
Hi, I get the following error when running this node.
`Nov 23 20:32:08 localhost Node-RED[4814]: 23 Nov 20:32:08 - [info]
Nov 23 20:32:08 localhost Node-RED[4814]: Welcome to Node-RED
Nov 23 …
-
Hi!
Thank you for this great project.
Could you please consider the situation described below and help with the question?
**Description**
I have tested some solidity contracts on a Substrate ne…
-
gasPricePaidBySearcher here is the priority fee -- it's already 'above' the base fee so subtracting base gas makes it go negative...
```
private calculateBundlePricing(
bundleTransactions…