-
Notifications
You must be signed in to change notification settings - Fork 90
Fix/disable swap on ios #19306
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
base: release/2.36.x
Are you sure you want to change the base?
Fix/disable swap on ios #19306
Conversation
|
@sunleos The swaps will be disabled for 2.36 release branch only. Please let me know if we need to permanently disable it on IOS (master branch). I hope it's not needed 😄 |
Jenkins BuildsClick to see older builds (38)
|
Yes, it is OK to have it disabled just for 2.36 for now. |
noeliaSD
left a comment
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!
- Tested on
ios simulator. - Tested on
desktop.
Got it! I was thinking we wanted to keep this disabled state in master too. If it's just something for the release, then it points to the correct branch already! Thanks for clarification! |
micieslak
left a comment
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.
Tested, looks all good.
|
We still need this in master; everything except the physical setting of the flag for iOS ( |
ac40c67 to
5204a53
Compare
The release pipeline was failing on the publish stage.
fixes `libusb` being busy when app is closed and started again. ``` starting pcscd with /tmp/.mount_StatusKDpnfI/usr/bin/pcscd -f & 00000000 [136864157226944] ccid_usb.c:672:OpenUSBByName() Can't claim interface 3/5: LIBUSB_ERROR_BUSY 00000172 [136864157226944] ifdhandler.c:160:CreateChannelByNameOrChannel() failed 00000003 [136864157226944] ../src/readerfactory.c:1132:RFInitializeReader() Open Port 0x200000 Failed (usb:058f/9540:libudev:0:/dev/bus/usb/003/005) 00000003 [136864157226944] ../src/readerfactory.c:371:RFAddReader() Alcor Micro AU9540 init failed. 00000043 [136864157226944] ../src/hotplug_libudev.c:517:HPAddDevice() Failed adding USB device: Alcor Micro AU9540 qt.core.qobject.connect: QObject::connect(QObject, Unknown): invalid nullptr parameter ``` https://man.freebsd.org/cgi/man.cgi?query=pcscd&sektion=8&manpath=freebsd-release-ports#end <img width="713" height="153" alt="Screenshot 2025-09-04 at 12 11 18 PM" src="https://github.com/user-attachments/assets/78aa1104-7791-4e6e-9a7f-391466b089d2" /> fixes: #18635
5204a53 to
49c6a0a
Compare
What does the PR do
Closes #19305
Disabling IOS swaps for this release.
The wallet tab was already hooked to the feature flags. The only missing piece was the market tab.
Affected areas
IOS - swap
Architecture compliance
How to test
Login and try to find the Swap buttons.
Risk
low