You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
comment: # push notifications were not being received and this has been solved by making a work-around of reducing filter subscription batch timer to 300msecs. But this fix was not properly propagated into the develop branch as the code was moved around and refactored.
Note that underlying status-go PR also has some other fixes. 1 of them is only for relay and hence should not affect the mobile client.
Testing notes
Please verify push notifications issue that was being faced as part of linked issue.
Device 2: Find `Text` by `xpath`: `//android.view.ViewGroup[@content-desc='container']/android.widget.TextView[@text='Ether']/../android.widget.TextView[3]`
Device 2: `Text` is `0.06549 ETH`
critical/test_wallet.py:190: in test_wallet_send_asset_from_drawer
self.errors.verify_no_errors()
base_test_case.py:192: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Sender balance is not updated on Etherscan, it is 0.4179 but expected to be 0.4182
Device 2: Find Text by xpath: //android.view.ViewGroup[@content-desc='container']/android.widget.TextView[@text='Ether']/../android.widget.TextView[3]
Device 2: Text is 0.06539 ETH
critical/test_wallet.py:159: in test_wallet_send_eth
self.errors.verify_no_errors()
base_test_case.py:192: in verify_no_errors
pytest.fail('\n '.join([self.errors.pop(0) for _ in range(len(self.errors))]))
Sender balance is not updated on Etherscan, it is 0.4183 but expected to be 0.4186
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.
Taking in fix for push notifications not being delivered from underlying status-go/go-waku status-im/status-go#5861
fixes #21120 for develop branch
Summary
comment: # push notifications were not being received and this has been solved by making a work-around of reducing filter subscription batch timer to 300msecs. But this fix was not properly propagated into the develop branch as the code was moved around and refactored.
Note that underlying status-go PR also has some other fixes. 1 of them is only for relay and hence should not affect the mobile client.
Testing notes
Please verify push notifications issue that was being faced as part of linked issue.
cc @pavloburykh @churik
Platforms
Areas that maybe impacted
Functional
Non-functional
Steps to test
status: ready
Risk
Described potential risks and worst case scenarios.
Tick one: