-
### PROBLEM TO BE SOLVED
One of the few usability issues remaining with the Ganache GUI client is the need for log filtering. A really powerful filter would be the addition of filter to the loggin…
-
I have a blockchain instance running at `8545`. When I switch MM to use "Private Network", RPC calls from my dapp are throwing. `MetaMask - RPC Error: Internal JSON-RPC error`.
I loaded an account …
-
Hello
Many thanks for the code repository
When I follow the setup instructions and run : npm run start
The browser shows
Waiting for web3... and nothing displays and application freezes
I h…
-
To reproduce this:
1. `aragon init foo`
2. `aragon run` (pin `parcel-bundler` to `v1.9.3` if running fails)
3. Press `increment` in the counter app
![image](https://user-images.githubuserconten…
-
Using metamask as my web3 provider, I've set up a listener to watch for emitted events, but notice that each event is being received twice:
Here is the code that is setting up the listener and …
-
**Describe the bug**
It appears that metamask can't connect to a private network, when the private network is ran with the `geth --dev` command.
It just hangs on `Connecting to unknown netwo…
-
## Expected Behavior
`eth_subscribe` to be rejected on HTTP connection with a message that it is only supported on websockets.
## Current Behavior
- `eth_subscribe` is accepted in http server an…
-
Yesterday for the first connection, after input mnemonic words and password, MetaMask can connect Ganache 1.2.2 correctly. But today, everything keeps the same and it cannot connect Ganache with progr…
-
I was updating the repo to the current version of web3-beta-41 and 15 out of 16 jest tests fail.
To reproduce the issue, clone repo on run `npm install web3`
Then run npm test.
-
Using ganache-cli version `6.1.5` (with command `ganache-cli -b 3`)
And drizzle options
```
import myContract from "./contract/build/contracts/myContract.json"
const options = {
contracts: [
…