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

Pending stickers status maintains after app restart #9965

Merged
merged 1 commit into from
Feb 13, 2020

Conversation

vkjr
Copy link
Contributor

@vkjr vkjr commented Feb 3, 2020

fixes #9754

Summary

If stickers purchase wasn't confirmed yet, user will see waiting spinner even after restart

NOTE: status-go PR should be merged first and status-go-version.json updated before merge of this one.

Review notes

When user purchases a stickerpack, newpending-stickers record added to multiaccount to survive restart (Related changes in status-go: status-im/status-go#1830).
After app start we run set-pending-timeout-fx again to make sure that pending stickers will be processed

Platforms

  • Android
  • iOS

Areas that maybe impacted

Stickers purchasing

Steps to test

  • Open Status
  • open available stickers
  • sign transaction to purchase Tozemoon stickerpack and immediately switch off the internet
  • restart the app
  • turn on the internet and quickly open available stickers page
  • Tozemoon stickerpack should be pending and will change to available in a few seconds (current timeout for checking pending stickers is 10s)

status: ready

@vkjr vkjr requested a review from a team as a code owner February 3, 2020 10:10
@vkjr vkjr self-assigned this Feb 3, 2020
@auto-assign auto-assign bot removed the request for review from a team February 3, 2020 10:10
@status-github-bot
Copy link

status-github-bot bot commented Feb 3, 2020

Pull Request Checklist

  • Docs: Updated the documentation, if affected
  • Docs: Added or updated inline comments explaining intention of the code
  • Tests: Ensured that all new UI elements have been assigned accessibility IDs
  • Tests: Signaled need for E2E tests with label, if applicable
  • Tests: Briefly described what was tested and what platforms were used
  • UI: In case of UI changes, ensured that UI matches Figma
  • UI: In case of UI changes, requested review from a Core UI designer
  • UI: In case of UI changes, included screenshots of implementation

@status-im-auto
Copy link
Member

status-im-auto commented Feb 3, 2020

Jenkins Builds

Click to see older builds (9)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 5144186 #1 2020-02-03 10:24:00 ~12 min ios 📦ipa 📲
✔️ 5144186 #1 2020-02-03 10:27:06 ~16 min android 📦apk 📲
✔️ 5144186 #1 2020-02-03 10:29:31 ~18 min android-e2e 📦apk 📲
0bdd791 #2 2020-02-05 09:43:19 ~39 sec android 📄log
0bdd791 #2 2020-02-05 09:43:47 ~1 min android-e2e 📄log
0bdd791 #2 2020-02-05 09:44:45 ~2 min ios 📄log
✔️ d166ea7 #3 2020-02-06 13:20:26 ~11 min ios 📦ipa
✔️ d166ea7 #3 2020-02-06 13:20:59 ~12 min android-e2e 📦apk 📲
✔️ d166ea7 #3 2020-02-06 13:21:06 ~12 min android 📦apk 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ a0275f3 #4 2020-02-10 10:25:39 ~14 min ios 📦ipa
✔️ a0275f3 #4 2020-02-10 10:29:31 ~18 min android-e2e 📦apk 📲
✔️ a0275f3 #4 2020-02-10 10:29:31 ~17 min android 📦apk 📲
✔️ add9ce2 #5 2020-02-13 12:51:59 ~14 min ios 📦ipa 📲
✔️ add9ce2 #5 2020-02-13 12:54:06 ~16 min android 📦apk 📲
✔️ add9ce2 #5 2020-02-13 12:55:14 ~17 min android-e2e 📦apk 📲

@vkjr
Copy link
Contributor Author

vkjr commented Feb 3, 2020

Tested on ios that stickers can be purchased and pending status remains between app restarts.

@vkjr vkjr requested a review from a team February 4, 2020 09:05
@@ -31,6 +31,9 @@
{}
stickers-packs))

(defn rpc->pending-packs [pending-packs]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just use set instead?

Comment on lines 92 to 98
(fx/merge cofx
{:db (assoc db
:stickers/packs-installed sticker-packs
:stickers/packs sticker-packs
:stickers/packs-pending pending-packs)}
#(when (not-empty pending-packs)
{:stickers/set-pending-timeout-fx nil}))))
Copy link
Contributor

@rasom rasom Feb 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could be just

(cond-> {:db (assoc db
                    :stickers/packs-installed sticker-packs
                    :stickers/packs sticker-packs
                    :stickers/packs-pending pending-packs)}
  (not-empty pending-packs)
  (assoc :stickers/set-pending-timeout-fx nil))

@flexsurfer
Copy link
Member

i think it will be better to implement saving pending transactions, in that case we could just check that we have pending transaction for stickers

@vkjr
Copy link
Contributor Author

vkjr commented Feb 5, 2020

@rasom, thanks for your notes, addressed.

@vkjr
Copy link
Contributor Author

vkjr commented Feb 5, 2020

@flexsurfer, yesterday we discussed that it is possible to commit this PR and create a separate issue to support pending transactions. If you still don't mind to make it this way, could you please comment/review? Thanks.

@statustestbot
Copy link

25% of end-end tests have passed

Total executed tests: 97
Failed tests: 73
Passed tests: 24

Failed tests (73)

Click to expand
1. test_can_see_all_transactions_in_history

Device 1: Tap on AccountElementButton
Device 1: Tap on TransactionHistoryButton

Device 1: 'TransactionElement' is not found on the screen

Device sessions

2. test_install_pack_and_send_sticker

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

3. test_send_message_in_group_chat

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

4. test_login_with_new_account

Device 1: Tap 'Confirm' on native keyboard
Device 1: Wait for HomeButton

Device 1: User is not logged in

Device sessions

5. test_clear_history_of_group_chat_via_group_view

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

6. test_timestamp_in_chats

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

7. test_modify_transaction_fee_values

Device 1: Tap on NetworkFeeButton
Device 1: Wait for GasLimitInput

Device 1: 'GasLimitInput' is not found on the screen

Device sessions

8. test_public_chat_clear_history

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

9. test_send_and_open_links

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

10. test_create_new_group_chat

Device 2: Wait for LetsGoButton
Device 1: Tap on PlusButton

Device 1: 'NewGroupChatButton' is not found on the screen

Device sessions

11. test_sign_typed_message

Device 1: Wait for OkButton
Device 1: Looking for a text part: '0xde3048417e5881acc9ca8466ab0b3e2f9f965a70acabbda2d140e95a28b13d2d2d38eba6c0a5bfdc50e5d59e0ed3226c749732fd4a9374b57f34121eaff2a5081c'

Device 1: 'BaseElement' is not found on the screen

Device sessions

12. test_user_can_switch_network

Device 1: Wait for OkButton
Device 1: Wait for ContinueButton

Device 1: 'PasswordInput' is not found on the screen

Device sessions

13. test_mobile_data_usage_popup_continue_syncing

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

14. test_home_view

Device 1: Looking for an element by text: 'Chat and transact privately with friends'
Device 1: Looking for an element by text: 'Your chats will appear here. To start new chats press the ⊕ button'

'Your chats will appear here. To start new chats press the ⊕ button' text is not shown after welcome view was closed

Device sessions

15. test_send_message_to_newly_added_contact

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

16. test_make_admin_member_of_group_chat

Device 2: Wait for StartNewChatButton
Device 2: Wait for StartNewChatButton

Device 2: 'StartNewChatButton' is not found on the screen

Device sessions

17. test_add_to_contacts

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

18. test_add_account_to_multiaccount_instance

Device 1: Tap on FinishButton
Device 1: Wait for AccountElementButton

Device 1: 'BaseText' is not found on the screen

Device sessions

19. test_long_press_to_delete_1_1_chat

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

20. test_can_add_existing_ens

Device 1: Wait for OkButton
Device 1: Wait for ContinueButton

Device 1: 'PasswordInput' is not found on the screen

Device sessions

21. test_transaction_wrong_password_wallet

Device 1: Tap on SignWithPasswordButton
Device 1: Wait for EnterPasswordInput

Device 1: 'EnterPasswordInput' is not found on the screen

Device sessions

22. test_public_chat_messaging

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

23. test_unread_messages_counter_public_chat

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

24. test_delete_one_to_one_chat_via_delete_button

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

25. test_long_press_to_delete_public_chat

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

26. test_text_message_1_1_chat

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

27. test_delete_public_chat_via_delete_button

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

28. test_can_use_purchased_stickers_on_recovered_account

Device 1: Wait for OkButton
Device 1: Wait for ContinueButton

Device 1: 'PasswordInput' is not found on the screen

Device sessions

29. test_open_transaction_on_etherscan

Device 1: Tap on AccountElementButton
Device 1: Tap on TransactionHistoryButton

Device 1: 'TransactionElement' is not found on the screen

Device sessions

30. test_contact_profile_view

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

31. test_delete_group_chat_via_delete_button

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

32. test_start_chat_with_ens

Device 1: Wait for OkButton
Device 1: Wait for ContinueButton

Device 1: 'PasswordInput' is not found on the screen

Device sessions

33. test_add_and_remove_contact_from_public_chat

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

34. test_open_chat_by_pasting_public_key

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

35. test_ens_username_recipient

Device 1: Wait for OkButton
Device 1: Wait for ContinueButton

Device 1: 'PasswordInput' is not found on the screen

Device sessions

36. test_token_with_more_than_allowed_decimals

Device 1: Wait for ADIAssetButton
Device 1: Wait for ADIAssetButton

Device 1: 'ADIAssetButton' is not found on the screen

Device sessions

37. test_fetch_more_history_in_empty_chat

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

38. test_open_public_chat_using_deep_link

Device 1: Type 'qwerty' to PasswordInput
Device 1: Tap 'Confirm' on native keyboard

Device 1: 'UserNameText' is not found on the screen

During handling of the above exception, another exception occurred:
E Failed: Device 1: Public chat 'fqylmvr' is not opened


Device sessions

39. test_copy_contact_code_and_wallet_address

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

40. test_send_transaction_from_daap

Device 1: Wait for EnterPasswordInput
Device 1: Wait for EnterPasswordInput

Device 1: 'EnterPasswordInput' is not found on the screen

Device sessions

41. test_send_two_transactions_one_after_another_in_dapp

Device 1: Wait for EnterPasswordInput
Device 1: Wait for EnterPasswordInput

Device 1: 'EnterPasswordInput' is not found on the screen

Device sessions

42. test_message_marked_as_sent_in_1_1_chat

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

43. test_long_press_delete_clear_all_dapps

Device 1: Wait for EnterUrlEditbox
Device 1: Wait for BrowserEntry

Device 1: 'EnterUrlEditbox' is not found on the screen

Device sessions

44. test_copy_and_paste_messages

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

45. test_deploy_contract_from_daap

Device 1: Wait for EnterPasswordInput
Device 1: Wait for EnterPasswordInput

Device 1: 'EnterPasswordInput' is not found on the screen

Device sessions

46. test_back_forward_buttons_browsing_website

Device 1: Tap 'Confirm' on native keyboard
Device 1: Looking for an element by text part: 'Get Involved'

Device 1: 'BaseButton' is not found on the screen

Device sessions

47. test_add_custom_token

Device 1: Tap on AddCustomTokenButton
Device 1: Type '0x25B1bD06fBfC2CbDbFc174e10f1B78b1c91cc77B' to ContractAddressInput

Device 1: 'ProgressBar' is still visible on the screen after 30 seconds

Device sessions

48. test_group_chat_system_messages

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

49. test_logcat_send_transaction_from_wallet

Device 1: Tap on SignWithPasswordButton
Device 1: Wait for EnterPasswordInput

Device 1: 'EnterPasswordInput' is not found on the screen

Device sessions

50. test_add_and_delete_watch_only_account_to_multiaccount_instance

Device 1: AssetText is 0
Device 1: Waiting 300 seconds for ETHro to update

Device 1: Balance is not changed during 300 seconds!

Device sessions

51. test_user_can_complete_tx_to_dapp_when_onboarding_via_dapp_completed

Device 1: Wait for EnterPasswordInput
Device 1: Wait for EnterPasswordInput

Device 1: 'EnterPasswordInput' is not found on the screen

Device sessions

52. test_send_two_transactions_in_batch_in_dapp

Device 1: Wait for EnterPasswordInput
Device 1: Wait for EnterPasswordInput

Device 1: 'EnterPasswordInput' is not found on the screen

Device sessions

53. test_ens_in_public_and_1_1_chats

Device 1: Wait for OkButton
Device 1: Wait for ContinueButton

Device 1: 'PasswordInput' is not found on the screen

Device sessions

54. test_block_user_from_public_chat

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

55. test_fetching_balance_after_offline

Device 1: AssetText is 0
Device 1: Waiting 300 seconds for ETHro to update

Device 1: Balance is not changed during 300 seconds!

Device sessions

56. test_offline_status

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

57. test_wallet_set_up

Device 1: Looking for an element by text part: 'These three words prove that a transaction is safe.'
Device 1: Looking for an element by text part: 'You should see these words before signing each transaction. If you don't, cancel and sign out.'

Device 1: 'SignInPhraseText' is not found on the screen

Device sessions

58. test_manage_assets

Device 1: Scrolling down to AssetCheckBox
Device 1: Scrolling down to AssetCheckBox

Device 1: 'AssetCheckBox' is not found on the screen

Device sessions

59. test_add_new_group_chat_member

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

60. test_offline_messaging_1_1_chat

Device 2: Wait for StartNewChatButton
Device 2: Wait for StartNewChatButton

Device 2: 'StartNewChatButton' is not found on the screen

Device sessions

61. test_decline_invitation_to_group_chat

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

62. test_send_token_with_7_decimals

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

63. test_user_can_see_all_own_assets_after_account_recovering

Device 1: Wait for OkButton
Device 1: Wait for ContinueButton

Device 1: 'PasswordInput' is not found on the screen

Device sessions

64. test_send_emoji

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

65. test_redirect_to_public_chat_tapping_tag_message

Device 1: Wait for JoinPublicChatButton
Device 1: Wait for JoinPublicChatButton

Device 1: 'JoinPublicChatButton' is not found on the screen

Device sessions

66. test_pair_devices_sync_one_to_one_contacts

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

67. test_logcat_send_transaction_from_daap

Device 1: Wait for EnterPasswordInput
Device 1: Wait for EnterPasswordInput

Device 1: 'EnterPasswordInput' is not found on the screen

Device sessions

68. test_remove_member_from_group_chat

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

69. test_send_eth_from_wallet_to_address

Device 1: Tap on SignWithPasswordButton
Device 1: Wait for EnterPasswordInput

Device 1: 'EnterPasswordInput' is not found on the screen

Device sessions

70. test_send_stt_from_wallet

Device 1: Wait for StartNewChatButton
Device 1: Wait for StartNewChatButton

Device 1: 'StartNewChatButton' is not found on the screen

Device sessions

71. test_messaging_in_different_networks

Device 2: Wait for OkButton
Device 2: Wait for ContinueButton

Device 2: 'PasswordInput' is not found on the screen

Device sessions

72. test_collectible_from_wallet_opens_in_browser_view

Device 1: Wait for OkButton
Device 1: Wait for ContinueButton

Device 1: 'PasswordInput' is not found on the screen

Device sessions

73. test_insufficient_funds_wallet_positive_balance

Device 1: Scrolling down to AssetText
Device 1: Scrolling down to AssetText

Device 1: 'AssetText' is not found on the screen

Device sessions

Passed tests (24)

Click to expand
1. test_password_in_logcat_sign_in
Device sessions

2. test_logcat_recovering_account
Device sessions

3. test_need_help_section
Device sessions

4. test_mobile_data_usage_popup_stop_syncing
Device sessions

5. test_mobile_data_usage_settings
Device sessions

6. test_open_google_com_via_open_dapp
Device sessions

7. test_share_contact_code_and_wallet_address
Device sessions

8. test_connection_is_secure
Device sessions

9. test_can_open_dapp_from_dapp_store
Device sessions

10. test_refresh_button_browsing_app_webview
Device sessions

11. test_onboarding_screen_when_requesting_tokens_for_recovered_account
Device sessions

12. test_logcat_backup_recovery_phrase
Device sessions

13. test_open_blocked_site
Device sessions

14. test_switch_users_and_add_new_account
Device sessions

15. test_password_in_logcat_creating_account
Device sessions

16. test_sign_message_from_daap
Device sessions

17. test_dapps_permissions
Device sessions

18. test_request_public_key_status_test_daap
Device sessions

19. test_log_level_and_fleet
Device sessions

20. test_recover_account_from_new_user_seedphrase
Device sessions

21. test_logcat_sign_message_from_daap
Device sessions

22. test_account_recovery_with_uppercase_recovery_phrase
Device sessions

23. test_pass_phrase_validation
Device sessions

24. test_filters_from_daap
Device sessions

@statustestbot
Copy link

100% of end-end tests have passed

Total executed tests: 97
Failed tests: 0
Passed tests: 97

Passed tests (97)

Click to expand
1. test_delete_public_chat_via_delete_button
Device sessions

2. test_request_public_key_status_test_daap
Device sessions

3. test_open_public_chat_using_deep_link
Device sessions

4. test_decline_invitation_to_group_chat
Device sessions

5. test_ens_username_recipient
Device sessions

6. test_delete_one_to_one_chat_via_delete_button
Device sessions

7. test_offline_status
Device sessions

8. test_open_transaction_on_etherscan
Device sessions

9. test_open_chat_by_pasting_public_key
Device sessions

10. test_back_forward_buttons_browsing_website
Device sessions

11. test_password_in_logcat_creating_account
Device sessions

12. test_can_use_purchased_stickers_on_recovered_account
Device sessions

13. test_modify_transaction_fee_values
Device sessions

14. test_insufficient_funds_wallet_positive_balance
Device sessions

15. test_mobile_data_usage_settings
Device sessions

16. test_delete_group_chat_via_delete_button
Device sessions

17. test_open_google_com_via_open_dapp
Device sessions

18. test_logcat_backup_recovery_phrase
Device sessions

19. test_unread_messages_counter_public_chat
Device sessions

20. test_send_two_transactions_one_after_another_in_dapp
Device sessions

21. test_message_marked_as_sent_in_1_1_chat
Device sessions

22. test_can_open_dapp_from_dapp_store
Device sessions

23. test_user_can_switch_network
Device sessions

24. test_public_chat_clear_history
Device sessions

25. test_wallet_set_up
Device sessions

26. test_timestamp_in_chats
Device sessions

27. test_group_chat_system_messages
Device sessions

28. test_fetch_more_history_in_empty_chat
Device sessions

29. test_mobile_data_usage_popup_continue_syncing
Device sessions

30. test_add_to_contacts
Device sessions

31. test_dapps_permissions
Device sessions

32. test_long_press_delete_clear_all_dapps
Device sessions

33. test_need_help_section
Device sessions

34. test_transaction_wrong_password_wallet
Device sessions

35. test_offline_messaging_1_1_chat
Device sessions

36. test_token_with_more_than_allowed_decimals
Device sessions

37. test_text_message_1_1_chat
Device sessions

38. test_install_pack_and_send_sticker
Device sessions

39. test_make_admin_member_of_group_chat
Device sessions

40. test_add_account_to_multiaccount_instance
Device sessions

41. test_send_emoji
Device sessions

42. test_copy_and_paste_messages
Device sessions

43. test_clear_history_of_group_chat_via_group_view
Device sessions

44. test_send_eth_from_wallet_to_address
Device sessions

45. test_messaging_in_different_networks
Device sessions

46. test_start_chat_with_ens
Device sessions

47. test_logcat_recovering_account
Device sessions

48. test_user_can_complete_tx_to_dapp_when_onboarding_via_dapp_completed
Device sessions

49. test_connection_is_secure
Device sessions

50. test_user_can_see_all_own_assets_after_account_recovering
Device sessions

51. test_add_new_group_chat_member
Device sessions

52. test_pair_devices_sync_one_to_one_contacts
Device sessions

53. test_add_and_remove_contact_from_public_chat
Device sessions

54. test_send_transaction_from_daap
Device sessions

55. test_onboarding_screen_when_requesting_tokens_for_recovered_account
Device sessions

56. test_long_press_to_delete_1_1_chat
Device sessions

57. test_add_and_delete_watch_only_account_to_multiaccount_instance
Device sessions

58. test_open_blocked_site
Device sessions

59. test_refresh_button_browsing_app_webview
Device sessions

60. test_public_chat_messaging
Device sessions

61. test_pass_phrase_validation
Device sessions

62. test_remove_member_from_group_chat
Device sessions

63. test_send_token_with_7_decimals
Device sessions

64. test_sign_message_from_daap
Device sessions

65. test_send_message_in_group_chat
Device sessions

66. test_deploy_contract_from_daap
Device sessions

67. test_recover_account_from_new_user_seedphrase
Device sessions

68. test_add_custom_token
Device sessions

69. test_send_and_open_links
Device sessions

70. test_manage_assets
Device sessions

71. test_share_contact_code_and_wallet_address
Device sessions

72. test_redirect_to_public_chat_tapping_tag_message
Device sessions

73. test_block_user_from_public_chat
Device sessions

74. test_ens_in_public_and_1_1_chats
Device sessions

75. test_sign_typed_message
Device sessions

76. test_create_new_group_chat
Device sessions

77. test_password_in_logcat_sign_in
Device sessions

78. test_account_recovery_with_uppercase_recovery_phrase
Device sessions

79. test_send_message_to_newly_added_contact
Device sessions

80. test_logcat_sign_message_from_daap
Device sessions

81. test_mobile_data_usage_popup_stop_syncing
Device sessions

82. test_collectible_from_wallet_opens_in_browser_view
Device sessions

83. test_logcat_send_transaction_from_daap
Device sessions

84. test_contact_profile_view
Device sessions

85. test_switch_users_and_add_new_account
Device sessions

86. test_logcat_send_transaction_from_wallet
Device sessions

87. test_send_two_transactions_in_batch_in_dapp
Device sessions

88. test_filters_from_daap
Device sessions

89. test_send_stt_from_wallet
Device sessions

90. test_login_with_new_account
Device sessions

91. test_home_view
Device sessions

92. test_log_level_and_fleet
Device sessions

93. test_can_add_existing_ens
Device sessions

94. test_copy_contact_code_and_wallet_address
Device sessions

95. test_long_press_to_delete_public_chat
Device sessions

96. test_fetching_balance_after_offline
Device sessions

97. test_can_see_all_transactions_in_history
Device sessions

@Serhy Serhy self-assigned this Feb 12, 2020
@Serhy
Copy link
Contributor

Serhy commented Feb 12, 2020

Tested with iOS13 and Android (8.1), - all items from #9754 are fixed! Eventually transaction is mined and Tozemoon available for use. Well done, @vkjr !

@vkjr
Copy link
Contributor Author

vkjr commented Feb 13, 2020

@Serhy, thank you for testing! status-go changes merged, this PR updated to include newer version of status-go, so will merge it now.

Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

User can double purchase a sticker pack while Tx is pending
6 participants