-
Notifications
You must be signed in to change notification settings - Fork 0
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
Acc change in Bearby not reflected in Connect wallet pop up #620
Comments
SO after investigation, this seems to be coming from bearby or wallet provider or our implementation of the Bearby merged a pr last week that had to do with accounts: bearby-wallet/bearby-extension@986bf7c but not sure it's linked And then there is a function: https://github.com/massalabs/wallet-provider/blob/main/src/bearbyWallet/BearbyProvider.ts Why ? the problem seems to be on main and on integration => the function provided by provider In terms of bridge FE code: our account address are dynamic and updates upon change. So a temporary solution would be to ask user to reload, but that would not fix the bug as previously explained. Waiting for more info... @Ben-Rey @longgamma-massa |
cc @peterjah @pivilartisant let me know if you need any info from me, or if I need to communicate something to Rinat from Bearby. I didn't understand where is the bug coming from. |
I synced with @Ben-Rey and we're testing to see if it's a bug on provider or bearby |
its seems to be coming from bearby... should I create an issue or directly contact rinat on bearby discord ? |
Best way to reach him is to make an issue and send the link on bearby telegram. |
|
Hiracu is taking care of it, we are waiting for new bearby release. |
it still doesn't work for me. |
I believe the best is to go to Rinat directly in this issue @Thykof bearby-wallet/bearby-web3#15 |
Context
@peterjah you asked to test switching accounts on Bearby. Tested on the integration branch.
Flow from Connect wallet:
It is not updated in the main Bridge window as well, after I close the pop up before reloading the page.
Flow from the main Bridge window:
This behavior should be everywhere. User shouldn't have to reload the page to see the correct account displayed.
How to
Technical details
Give the technical insights so anyone in the team can tackle the tasks - Dev
QA testing
Does this task require some QA tests ?
If yes, explain how to validate it
The text was updated successfully, but these errors were encountered: