-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove web3 injection #9156
Merged
Merged
Remove web3 injection #9156
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rekmarks
force-pushed
the
web3-removal
branch
3 times, most recently
from
August 10, 2020 15:26
192f788
to
7851da0
Compare
rekmarks
force-pushed
the
web3-removal
branch
2 times, most recently
from
August 10, 2020 16:50
623e154
to
1084ad2
Compare
Builds ready [1084ad2]
Page Load Metrics (560 ± 49 ms)
|
Builds ready [a45814e]
Page Load Metrics (580 ± 63 ms)
|
Builds ready [0052263]
Page Load Metrics (610 ± 54 ms)
|
Builds ready [0de5f29]
Page Load Metrics (415 ± 57 ms)
|
Closed
rekmarks
force-pushed
the
web3-removal
branch
from
September 7, 2020 16:11
0de5f29
to
0a728cf
Compare
rekmarks
force-pushed
the
web3-removal
branch
from
September 7, 2020 16:43
0a728cf
to
cf3730d
Compare
Builds ready [cf3730d]
Page Load Metrics (488 ± 74 ms)
|
rekmarks
force-pushed
the
web3-removal
branch
2 times, most recently
from
November 24, 2020 05:39
2dc1a27
to
447ea1b
Compare
Builds ready [447ea1b]
Page Load Metrics (452 ± 36 ms)
|
kumavis
reviewed
Nov 26, 2020
kumavis
previously approved these changes
Nov 26, 2020
seems clean |
rekmarks
force-pushed
the
web3-removal
branch
from
November 30, 2020 19:32
447ea1b
to
fdfbd5d
Compare
Builds ready [fdfbd5d]
Page Load Metrics (492 ± 39 ms)
|
rekmarks
force-pushed
the
web3-removal
branch
2 times, most recently
from
December 2, 2020 20:50
5e07a1d
to
15d716d
Compare
rekmarks
commented
Dec 2, 2020
Builds ready [fe13a73]
Page Load Metrics (529 ± 44 ms)
|
rekmarks
force-pushed
the
web3-removal
branch
from
December 2, 2020 23:05
fe13a73
to
d28ebc3
Compare
* add web3 shim * fix e2e test failures
rekmarks
force-pushed
the
web3-removal
branch
from
December 5, 2020 01:38
d28ebc3
to
e1aec0e
Compare
Builds ready [e1aec0e]
Page Load Metrics (378 ± 45 ms)
|
brad-decker
approved these changes
Dec 7, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I tested on a number of production dapps to ensure window.web3 was undefined and was able to still connect, etc.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
window.web3
injection and all related codelogWeb3Usage
aslogWeb3ShimUsage
, which will be called from theweb3
shim in theinpage-provider
inpage-provider
must be updated. Until then (very soon), it will merely be unused.Closes #7163