-
Notifications
You must be signed in to change notification settings - Fork 79
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
Conversation
Jenkins BuildsClick to see older builds (16)
|
ded1408
to
4902971
Compare
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.
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)]
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.
Looks good to me
tested purchasing stickers
wallet https://sepolia.etherscan.io/address/0x21934ee1626e6fc30af951db1184c687904763aa
tx hash https://sepolia.etherscan.io/tx/0xd3a09e5cab968368070abfa3613deddabbdfe9b50f0a63d3835350c9eca680c5
aad983a
to
947c444
Compare
4902971
to
2608f44
Compare
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.
LGTM
947c444
to
ce4257f
Compare
2608f44
to
da2a302
Compare
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
da2a302
to
b257f24
Compare
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