Skip to content
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

Wallet ID is missed in Identity example in Chrome #902

Closed
davidyuk opened this issue Feb 17, 2020 · 1 comment
Closed

Wallet ID is missed in Identity example in Chrome #902

davidyuk opened this issue Feb 17, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@davidyuk
Copy link
Member

id: runtime ? runtime.id : this.id,

chrome.runtime is defined in Chrome's global scope of a usual tab (not an extension), so the condition above will be truly, but chrome.runtime.id is not defined, it will lead to sending the wallet info without id that breaks the aepp side.

@davidyuk davidyuk added the bug Something isn't working label Feb 17, 2020
@nduchak
Copy link
Contributor

nduchak commented Feb 18, 2020

Actually it's doesn't break AEPP, because when you are using Iframe/reverse iframe you don't need this id, this is required only for extension connection

@nduchak nduchak closed this as completed Feb 19, 2020
nduchak added a commit that referenced this issue Feb 19, 2020
* feat(Account): Add `signMessage` method to Account stamp

* feat(AEX-2): Add `signMessage` method and new request to RPC

* feat(AEX-2): Fix action arguments propagation

* feat(AEX-2): Fix example app

* feat(AEX-2): Fix broken example app. Fix default option for RpcWallet
Resolve https://github.com/aeternity/tipwallet/issues/87
Resolve #902, #899

* feat(MessageSigning): Replace `æ` with `ae` in message prefix
Make blake2b hash of message before signing
Add `verifyMessage` method to memory account stamp
Fix test's

* feat(MessageSigning): Add `onMessageSign` event to WalletRpc

* feat(MessageSigning): Add test for RPC signing

* docs(API): Generate docs
@mradkov mradkov mentioned this issue Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants