-
Notifications
You must be signed in to change notification settings - Fork 1.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
Adapt app for metamask integration extension #5216
Open
joelamouche
wants to merge
40
commits into
polkadot-js:master
Choose a base branch
from
PureStake:jlm-adapt-app-to-metamask-extension
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
831bd80
adapted webpack and added packages
joelamouche 2d5f9ee
sync with master
joelamouche 22a7803
add types to api
joelamouche 72b0f6d
sync with master
joelamouche 3da5017
lint and remove logs
joelamouche 870155f
sync with master
joelamouche 6ca0b6d
updates
joelamouche ec7ec25
sync
joelamouche 731f9d7
sync with maaster
joelamouche 100ce6d
sync with master
joelamouche 49dcb67
sync with master
joelamouche 114b178
handle undefined type
joelamouche 9e991e8
sync with master
joelamouche 24e78c3
fix types
joelamouche 2a5e72a
add type to web3aounts call
joelamouche f74b901
sync with master and update deps
joelamouche a6cd8dd
re added dependencies
joelamouche 1ef3ddb
sync with master
joelamouche 62ea529
update moonbeam deps, remove consoles, update type
joelamouche 053b2a1
add @types/[email protected]
joelamouche a22f56f
sync with master
joelamouche 54aca19
update moonbeam-types-bundle
joelamouche 87f54be
Merge remote-tracking branch 'paritytech/master'
joelamouche e18f1bd
Merge remote-tracking branch 'paritytech/master'
joelamouche 77e34f9
Merge remote-tracking branch 'paritytech/master'
joelamouche 14285f2
Merge remote-tracking branch 'paritytech/master'
joelamouche affbf9c
Merge remote-tracking branch 'paritytech/master'
joelamouche e49f10f
Merge remote-tracking branch 'paritytech/master'
joelamouche 7f811f1
Merge remote-tracking branch 'paritytech/master'
joelamouche 82a9c14
Merge remote-tracking branch 'paritytech/master'
joelamouche 64b9eda
Merge remote-tracking branch 'paritytech/master'
joelamouche 21588be
sync with master
joelamouche d68cd99
resolve conflicts
joelamouche 98def48
comment type force
joelamouche 5367b72
reset yarn lock
joelamouche a9d20aa
fix deps
joelamouche cae1b3d
sync with master
joelamouche c0745f9
add missing url
joelamouche ebc9883
update deps
joelamouche 0a0ce3c
sync with master
joelamouche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,15 +101,8 @@ | |
"stylelint": "^13.13.1", | ||
"stylelint-config-recommended": "^5.0.0", | ||
"stylelint-config-styled-components": "^0.1.1", | ||
"webpack": "^5.42.0", | ||
"webpack-cli": "^4.7.2" | ||
"webpack": "^5.51.1", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
"dependencies": { | ||
"@metamask/detect-provider": "^1.2.0", | ||
"assert": "^2.0.0", | ||
"https-browserify": "^1.0.0", | ||
"os-browserify": "^0.3.0", | ||
"stream-http": "^3.2.0", | ||
"web3": "^1.3.5" | ||
} | ||
"packageManager": "[email protected]" | ||
} |
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
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
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
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
Oops, something went wrong.
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.
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.
Now that I removed this, I get the errors again, even though the dependency was updated @jacogr