From 6d94fb0369c2ce8515612fa06304066c462dd3dc Mon Sep 17 00:00:00 2001 From: AntekWozniakBlocky Date: Thu, 31 Jul 2025 11:56:14 +0200 Subject: [PATCH 1/3] fix: remove not working Rust apps from CI/CD --- test/python/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/python/conftest.py b/test/python/conftest.py index fdd1cec17..d4abca832 100644 --- a/test/python/conftest.py +++ b/test/python/conftest.py @@ -38,8 +38,8 @@ def pytest_configure(config): "ton": "TON", "ATOM": "Cosmos", "cardano": "Cardano ADA", - "near": "NEAR", - "sui": "Sui", + # "near": "NEAR", + # "sui": "Sui", "boilerplate": "Boilerplate", "kaspa": "Kaspa", "hedera": "Hedera" From c4265af9661a955a3d1c4d8382093a458e813271 Mon Sep 17 00:00:00 2001 From: AntekWozniakBlocky Date: Thu, 31 Jul 2025 12:02:46 +0200 Subject: [PATCH 2/3] fix: remove non working coins --- .../reusable_swap_functional_tests.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 680c15c6f..81dacd390 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -101,15 +101,6 @@ on: default: 'LedgerHQ/app-tron' type: string - branch_for_near: - required: false - default: 'develop' - type: string - repo_for_near: - required: false - default: 'LedgerHQ/app-near' - type: string - branch_for_ton: required: false default: 'develop' @@ -137,15 +128,6 @@ on: default: 'LedgerHQ/app-cosmos' type: string - branch_for_sui: - required: false - default: 'develop' - type: string - repo_for_sui: - required: false - default: 'LedgerHQ/app-sui' - type: string - branch_for_aptos: required: false default: 'develop' From 67db624dd08d2e81d4210315dc88d6137bf4506b Mon Sep 17 00:00:00 2001 From: AntekWozniakBlocky Date: Thu, 31 Jul 2025 12:14:09 +0200 Subject: [PATCH 3/3] fix: change LedgerHq to blocky --- .github/workflows/reusable_swap_functional_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_swap_functional_tests.yml b/.github/workflows/reusable_swap_functional_tests.yml index 81dacd390..14115767e 100644 --- a/.github/workflows/reusable_swap_functional_tests.yml +++ b/.github/workflows/reusable_swap_functional_tests.yml @@ -9,7 +9,7 @@ on: type: string repo_for_exchange: required: false - default: 'LedgerHQ/app-exchange' + default: 'blockydevs/app-exchange' type: string branch_for_stellar: