goosewobbler

Results 47 issues of goosewobbler

This "cannot read property isVisible" error seems to be a result of the tray toggle function being called before the window object has fully initialised. We can avoid it by...

Using prettier, lint-staged and husky to remove formatting nits from all PRs going forward. This does not include linting, saving that for another PR. Prettier options: https://prettier.io/docs/en/options.html ### Changes -...

`xhr2-cookies` is old, unsupported and a security risk. Replacing it with `node-fetch` also allows for a smooth upgrade path to native fetch in Node when the experimental flag is removed.

* Add Sepolia to default chains * Remove Rinkeby, Ropsten & Kovan from default chains * Remove Goerli RPCs - Mudit, Slockit & Prylabs - Goerli state reset and turned...

TODO: - [ ] store migration - [ ] store migration tests - [x] integrate dropdown properly with chain edit form - [ ] fix icons - [ ] fix...

* removed `eth-sig-util` and upgraded all usage to `@metamask/eth-sig-util` * improved typed data typing * version enums everywhere TODO: ensure hot signers not broken (JS - convert to TS?)

Reproduced on MacOS. Causes stuck transactions as the recommended value normally hovers around 30 gwei. Likely cause: Some polygon validators never raised the minimum gwei to 30 as suggested by...

bug

Would be nice to have some automated tests for this verifying the integration with WDIO. The `wdio-geckodriver-service` has a nice solution in this area but relies on Firefox being available...

enhancement
help wanted

The first report of someone experiencing this directly with the service (apart from during the early stages of development) has been reported in #46... The service docs should be updated...

documentation
help wanted