diff options
author | Mark Stacey <markjstacey@gmail.com> | 2019-07-16 04:10:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 04:10:46 +0800 |
commit | 32fffe53f5016b8fc4f2b78f4501fc271705b96d (patch) | |
tree | 4378f764047ddafaf9c30f0fd3fd05603164e802 /app/scripts | |
parent | 45b3b5df5cf3bb52169ab9b9631e8315db63d559 (diff) | |
download | tangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.tar tangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.tar.gz tangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.tar.bz2 tangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.tar.lz tangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.tar.xz tangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.tar.zst tangerine-wallet-browser-32fffe53f5016b8fc4f2b78f4501fc271705b96d.zip |
Remove Drizzle tests (#6855)
The Drizzle tests have not been used for some time. They were used to
ensure compatibility with newer versions of `web3` v1. If we want to
re-add tests to ensure compatibility with newer `web3` versions, we
should find some way of doing that more reliably than was done here -
these tests were somewhat flaky and unreliable.
Diffstat (limited to 'app/scripts')
-rw-r--r-- | app/scripts/inpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/inpage.js b/app/scripts/inpage.js index 2a0a9ad18..a94787b05 100644 --- a/app/scripts/inpage.js +++ b/app/scripts/inpage.js @@ -134,7 +134,7 @@ inpageProvider._metamask = new Proxy({ }) // Work around for web3@1.0 deleting the bound `sendAsync` but not the unbound -// `sendAsync` method on the prototype, causing `this` reference issues with drizzle +// `sendAsync` method on the prototype, causing `this` reference issues const proxiedInpageProvider = new Proxy(inpageProvider, { // straight up lie that we deleted the property so that it doesnt // throw an error in strict mode |