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

chore: align buying stickers flow with the new sending flow #16398

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

saledjenic
Copy link
Contributor

Based on changes done in this PR status-im/status-go#5807 we can simplify our client logic a lot.

This results in the removal of many lines of code that are no longer needed

Closes 1st part of #16336

BuyingStickers.mov

@saledjenic saledjenic changed the base branch from master to transaction-improvements September 25, 2024 12:58
@status-im-auto
Copy link
Member

status-im-auto commented Sep 25, 2024

Jenkins Builds

Click to see older builds (16)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ ded1408 #2 2024-09-25 13:05:07 ~6 min macos/aarch64 🍎dmg
✔️ ded1408 #2 2024-09-25 13:05:43 ~6 min tests/nim 📄log
✔️ ded1408 #2 2024-09-25 13:10:25 ~11 min macos/x86_64 🍎dmg
ded1408 #2 2024-09-25 13:11:19 ~12 min tests/ui 📄log
✔️ 4902971 #3 2024-09-25 13:16:33 ~3 min macos/aarch64 🍎dmg
✔️ 4902971 #3 2024-09-25 13:19:13 ~6 min tests/nim 📄log
✔️ 4902971 #3 2024-09-25 13:20:55 ~8 min macos/x86_64 🍎dmg
4902971 #3 2024-09-25 13:23:42 ~11 min tests/ui 📄log
✔️ 4902971 #3 2024-09-25 13:28:43 ~16 min linux-nix/x86_64 📦tgz
✔️ 4902971 #3 2024-09-25 13:29:31 ~16 min linux/x86_64 📦tgz
✔️ 2608f44 #4 2024-09-26 08:31:26 ~5 min macos/aarch64 🍎dmg
✔️ 2608f44 #4 2024-09-26 08:32:46 ~6 min tests/nim 📄log
✔️ 2608f44 #4 2024-09-26 08:37:57 ~11 min tests/ui 📄log
✔️ 2608f44 #4 2024-09-26 08:38:17 ~12 min macos/x86_64 🍎dmg
✔️ 2608f44 #4 2024-09-26 08:38:55 ~13 min linux-nix/x86_64 📦tgz
✔️ 2608f44 #4 2024-09-26 08:43:23 ~17 min linux/x86_64 📦tgz
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ da2a302 #5 2024-10-01 07:16:41 ~5 min macos/aarch64 🍎dmg
✔️ da2a302 #5 2024-10-01 07:17:18 ~5 min tests/nim 📄log
✔️ da2a302 #5 2024-10-01 07:23:50 ~12 min macos/x86_64 🍎dmg
✔️ da2a302 #5 2024-10-01 07:24:04 ~12 min tests/ui 📄log
✔️ da2a302 #5 2024-10-01 07:25:52 ~14 min linux-nix/x86_64 📦tgz
✔️ da2a302 #5 2024-10-01 07:28:04 ~16 min linux/x86_64 📦tgz
✔️ b257f24 #6 2024-10-01 08:05:12 ~4 min macos/aarch64 🍎dmg
✔️ b257f24 #6 2024-10-01 08:07:51 ~6 min tests/nim 📄log
✔️ b257f24 #6 2024-10-01 08:09:40 ~8 min macos/x86_64 🍎dmg
✔️ b257f24 #6 2024-10-01 08:12:42 ~11 min tests/ui 📄log
✔️ b257f24 #6 2024-10-01 08:13:12 ~12 min linux-nix/x86_64 📦tgz
✔️ b257f24 #6 2024-10-01 08:17:19 ~16 min linux/x86_64 📦tgz

@saledjenic saledjenic changed the title chore: align sending flow for stickers with the new sending flow chore: align buying stickers flow with the new sending flow Sep 25, 2024
Copy link
Member

@caybro caybro left a comment

Choose a reason for hiding this comment

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

The UI tests failures (in SwapModal!) look legit:

[2024-09-25T13:23:30.226Z] 3: FAIL!  : QmlTests::SwapModal::test_modal_swap_proposal_setup() 'wait for signal fetchSuggestedRoutesCalled' returned FALSE. ()
[2024-09-25T13:23:30.226Z] 3:    Loc: [/home/jenkins/workspace/s_linux_x86_64_tests-ui_PR-16398/storybook/qmlTests/tests/tst_SwapModal.qml(589)]

and

[2024-09-25T13:23:41.035Z] 3: FAIL!  : QmlTests::SwapModal::test_no_auto_refresh_when_proposalLoading_or_approvalPending() property count
[2024-09-25T13:23:41.035Z] 3:    Actual   (): 1
[2024-09-25T13:23:41.035Z] 3:    Expected (): 2
[2024-09-25T13:23:41.035Z] 3:    Loc: [/home/jenkins/workspace/s_linux_x86_64_tests-ui_PR-16398/storybook/qmlTests/tests/tst_SwapModal.qml(1851)]

@status-im-auto
Copy link
Member

Copy link

@virginiabalducci virginiabalducci left a comment

Choose a reason for hiding this comment

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

@saledjenic
Copy link
Contributor Author

saledjenic commented Sep 26, 2024

@caybro since this PR is based on this one #16330 and qml tests were failing there I fixed them there and just rebased this PR, should be good now. Thanks!

@status-im-auto
Copy link
Member

Copy link
Member

@caybro caybro left a comment

Choose a reason for hiding this comment

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

LGTM

@status-im-auto
Copy link
Member

Based on changes done in this PR status-im/status-go#5807
we can simplify our client logic a lot.

This results in the removal of many lines of code that are no longer needed

Closes 1st part of #16336
@status-im-auto
Copy link
Member

@saledjenic saledjenic merged commit 42331ed into transaction-improvements Oct 1, 2024
9 checks passed
@saledjenic saledjenic deleted the fix/issue-16336-part-1 branch October 1, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants