-
Notifications
You must be signed in to change notification settings - Fork 59
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
feat(Wallet): Use postMessage
for communication with extension wall…
#815
Conversation
…et through `Content Script`(bridge between page and extension) Adjust example extension
This pull request introduces 1 alert when merging 9b8b01a into 5b94cb1 - view on LGTM.com new alerts:
|
…xtension and origin from connection for iframe wallet
…extension' into feat/switch-to-post-message-for-extension
This pull request introduces 1 alert when merging 7b067f4 into 5b94cb1 - view on LGTM.com new alerts:
|
… type, data }` where is type is direction `to_aepp, to_waellet`. This was done because the message contain the same `origin`
This pull request introduces 1 alert when merging 4b06038 into 5b94cb1 - view on LGTM.com new alerts:
|
…tBridge` stamp for content script. Adjust example apps
2bdd806
to
0dbd594
Compare
Codecov Report
@@ Coverage Diff @@
## develop #815 +/- ##
===========================================
- Coverage 81.51% 81.29% -0.22%
===========================================
Files 55 55
Lines 2792 2802 +10
===========================================
+ Hits 2276 2278 +2
- Misses 516 524 +8
Continue to review full report at Codecov.
|
…extension' into feat/switch-to-post-message-for-extension
Fix example aepp
…et through
Content Script
(bridge between page and extension)Adjust example extension