-
Notifications
You must be signed in to change notification settings - Fork 247
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
Fix/tokens block range nil access #4433
Conversation
Jenkins BuildsClick to see older builds (8)
|
6911c11
to
e3b2b3a
Compare
@IvanBelyakoff : do you mind if we verify this fix with a PR in mobile repo? |
sure go ahead |
@IvanBelyakoff : Thanks a lot for the swift fix :) we'll run E2E suite here status-im/status-mobile#18110 |
e3b2b3a
to
157a952
Compare
Fixed a crash in local notification service on a nil block number in HistoryReady event
157a952
to
b869cd5
Compare
@cammellos I treated |
@IvanBelyakoff can you please take a look to not successful checks before we take PR to test again? |
I believe the tests failure is not related to my PR, the tests pass successfully locally on my PC. I will restart them several times until they pass, but if you wan tto test it, I don't think you need to wait for them to pass |
@siddarthkay can you please update status-go in our status-mobile Pr? |
updated a while ago, confirmed that current status-go commit hash match our status-go-version.json |
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.
Lets go! 🚀
@IvanBelyakoff thank you for the fix. Tested manually and no crash is detected. Failed e2e either known or related to global data delivery issues. Ready for merge. |
On empty acc access to a nil pointer is fixed
Fixed a crash on a nil block number in local notification service on HistoryReady event