-
Notifications
You must be signed in to change notification settings - Fork 5.3k
test: add snap-simple-keyring-site
as a local server and remove live requests to the site
#36557
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
base: main
Are you sure you want to change the base?
Changes from all commits
2e2e742
ddfae71
5b322f0
2ae9ae5
5fae7cd
e149e1d
6344fa5
0e0a79b
42b02d0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,15 +19,6 @@ const ALLOWLISTED_URLS = [ | |
'https://metamask.github.io/snap-account-abstraction-keyring/0.5.0/page-data/app-data.json', | ||
'https://metamask.github.io/snap-account-abstraction-keyring/0.5.0/page-data/index/page-data.json', | ||
'https://metamask.github.io/snap-account-abstraction-keyring/0.5.0/webpack-runtime-eb27ff9e27bd689ff465.js', | ||
'https://metamask.github.io/snap-simple-keyring/1.1.6/', | ||
'https://metamask.github.io/snap-simple-keyring/1.1.6/72585f70-b0685205a809efe121dc.js', | ||
'https://metamask.github.io/snap-simple-keyring/1.1.6/f36c6662-7e78236bba23a76b6101.js', | ||
'https://metamask.github.io/snap-simple-keyring/1.1.6/app-f4c2969992b9afb13e7f.js', | ||
'https://metamask.github.io/snap-simple-keyring/1.1.6/component---src-pages-index-tsx-1bd38618fcde51a7fab0.js', | ||
'https://metamask.github.io/snap-simple-keyring/1.1.6/framework-fe667a09be4a08a9b5f4.js', | ||
'https://metamask.github.io/snap-simple-keyring/1.1.6/page-data/app-data.json', | ||
'https://metamask.github.io/snap-simple-keyring/1.1.6/page-data/index/page-data.json', | ||
'https://metamask.github.io/snap-simple-keyring/1.1.6/webpack-runtime-f26b9ef4aabef2136bf7.js', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. less live requests in our e2e, yay! 🎉 |
||
'https://metamask.github.io/snaps/test-snaps/2.28.1', | ||
'https://metamask.github.io/snaps/test-snaps/2.28.1/', | ||
'https://metamask.github.io/snaps/test-snaps/2.28.1/main.js', | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ℹ️ the snap file binary changes are just the result of updating the snap package, by running this command: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"Accept-Ranges": "bytes", | ||
"Content-Length": "746597", | ||
"Content-Length": "289072", | ||
"Content-Type": "application/octet-stream", | ||
"Etag": "\"5e3236532d71422b12b808da978c2fbf\"", | ||
"Etag": "\"6e270316be30ae430f404e1d920de4db\"", | ||
"Vary": "Accept-Encoding" | ||
} |
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.
ℹ️ we can now use the npm package
MetaMask/snap-simple-keyring#163