-
I reproduced the steps to test an example but I have this error in a JS Alert when I click on the sendHello Btn
'Problem happened: The MetaMask Web3 object does not support synchronous methods like…
-
**Describe the bug**
A clear and concise description of what the bug is.
I have followed the instructions in [here](https://github.com/MetaMask/metamask-snaps-beta/wiki/Getting-Started) and have…
-
**Describe the bug**
A clear and concise description of what the bug is.
Following the instructions:
```
git clone git@github.com:MetaMask/metamask-snaps-beta.git
cd metamask-snaps-beta
y…
-
Exposed for now because our permissions system does not support event listeners yet.
-
When I try to use the `wallet.addAddressAudit` API, it only **sometimes** displays the auditor name I supplied in my `index.js`. The other times it still displays "Awesome Audits". Is this some sort o…
-
**Describe the bug**
Extension fails to load: `Cannot read property 'methodNotFound' `
**To Reproduce**
Steps to reproduce the behavior:
1. Build extension from develop branch.
2. Load unpack…
xuhcc updated
4 years ago
-
**Describe the bug**
Metamask can't connect to a locally hosted plugin in Firefox:
```
MetaMask - RPC Error: Problem loading plugin http://localhost:8081/package.json: NetworkError when attempt…
xuhcc updated
4 years ago
-
There's no dedicated way for domains to check if a plugin is installed _and_ permitted. We should add an external `wallet_` RPC method to check whether a plugin is installed, and potentially get metad…
-
**Describe the bug**
With the current implementation of ens-ipfs/setup.js all requests are listened even of the type xmlhttprequest, websockets, ...
I think it should use webRequest.RequestFilter …
-
Using string concatenation is a bit awkward. Let's explore alternative plugin installation semantics.
Raised by @whymarrh, but I'd known someone would raise it eventually ;)