-
I'm using web3 1.0 beta 37 inside a simple javascript app in Chrome with Metamask 5.3.0 to try and obtain the account Metamask is connected to, which is a Ganache account behind the scenes. Here is th…
-
I feel like this is a bit of a broad question, but I'm stuck on the last step of the pet shop tutorial. It seems that I've copied the code from the tutorial 100% but the images aren't loading when I c…
-
According to the hex value encoding specification (https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding). `0` values should be encoded as `"0x0"`. However the current implementation of bu…
-
Change to how includeSignature default value is handled in `FakeTransaction.hash` method introduced in b49d3ca0e86a9b7c1f0b03f46fd9b7804da454c1 (#94) broke `ganache-core` contract deployment.
Contr…
frgtn updated
5 years ago
-
After a few hours of intensive usage (DAPP dev that requires often testing transactions), Metamask (the confirmation dialog) becomes slower and slower: slower to show up and slower to react once the …
-
rel to #6699
**Describe the bug**
There are some outdated dependencies that contain a major vulnerability.
Explicitly Iodash < 4.17.12
https://codeburst.io/what-is-prototype-pollution-49482fc…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
hello, my metamask chrome extension lose response
it is white
![image](https://user-images.githubus…
-
I can't guess how to use the new constructor to instantiate a new contract. No documentation is provided for this so it's impossible to guess how to use it.
MyContract.new([arg1, arg2, ...], [tx pa…
-
We should allow users to customize the params of ganache, specifically `network_id` so it plays nice with frame:
```
const server = ganache.server({
// Start on a different ne…
-
I start ganache-gui and see lot of accounts, they has privat keys and mnemonic phrase. Then I connect to this testnet with nodejs and web3 1.x.x, so my wallet.length is 0. I want to import all wallet …