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

feat(@wallet): sepolia default #13636

Merged
merged 1 commit into from
Feb 23, 2024
Merged

feat(@wallet): sepolia default #13636

merged 1 commit into from
Feb 23, 2024

Conversation

alaibe
Copy link
Contributor

@alaibe alaibe commented Feb 20, 2024

Status go status-im/status-go#4770
Make sepolia default

@status-im-auto
Copy link
Member

status-im-auto commented Feb 20, 2024

Jenkins Builds

Click to see older builds (16)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 2bf95f9 #1 2024-02-20 09:39:26 ~6 min macos/aarch64 🍎dmg
✔️ 2bf95f9 #1 2024-02-20 09:39:54 ~6 min tests/nim 📄log
✔️ 2bf95f9 #1 2024-02-20 09:43:14 ~10 min macos/x86_64 🍎dmg
✔️ 2bf95f9 #1 2024-02-20 09:44:37 ~11 min tests/ui 📄log
✔️ f27ee5c #2 2024-02-20 09:51:08 ~3 min macos/aarch64 🍎dmg
✔️ f27ee5c #2 2024-02-20 09:53:31 ~6 min tests/nim 📄log
✔️ f27ee5c #2 2024-02-20 09:54:10 ~6 min macos/x86_64 🍎dmg
✔️ f27ee5c #2 2024-02-20 09:57:50 ~10 min tests/ui 📄log
✔️ f27ee5c #2 2024-02-20 10:03:56 ~16 min linux/x86_64 📦tgz
✔️ f27ee5c #2 2024-02-20 10:15:21 ~28 min windows/x86_64 💿exe
✔️ c50974f #4 2024-02-23 08:55:55 ~6 min macos/aarch64 🍎dmg
✔️ c50974f #4 2024-02-23 08:59:32 ~10 min tests/ui 📄log
✔️ c50974f #4 2024-02-23 09:02:26 ~13 min macos/x86_64 🍎dmg
✔️ c50974f #5 2024-02-23 09:05:32 ~6 min tests/nim 📄log
✔️ c50974f #4 2024-02-23 09:06:53 ~17 min linux/x86_64 📦tgz
✔️ c50974f #4 2024-02-23 09:14:29 ~25 min windows/x86_64 💿exe
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b1cbf1e #5 2024-02-23 09:46:09 ~4 min macos/aarch64 🍎dmg
✔️ b1cbf1e #6 2024-02-23 09:47:41 ~6 min tests/nim 📄log
✔️ b1cbf1e #5 2024-02-23 09:49:02 ~7 min macos/x86_64 🍎dmg
✔️ b1cbf1e #5 2024-02-23 09:52:54 ~11 min tests/ui 📄log
✔️ b1cbf1e #5 2024-02-23 09:55:50 ~14 min linux/x86_64 📦tgz
✔️ b1cbf1e #5 2024-02-23 10:14:10 ~32 min windows/x86_64 💿exe
✔️ 0476e5d #7 2024-02-23 10:32:06 ~4 min tests/nim 📄log
✔️ 0476e5d #6 2024-02-23 10:32:20 ~4 min macos/aarch64 🍎dmg
✔️ 0476e5d #6 2024-02-23 10:35:52 ~8 min macos/x86_64 🍎dmg
✔️ 0476e5d #6 2024-02-23 10:38:55 ~11 min tests/ui 📄log
✔️ 0476e5d #6 2024-02-23 10:42:58 ~15 min linux/x86_64 📦tgz
✔️ 0476e5d #6 2024-02-23 10:47:31 ~19 min windows/x86_64 💿exe

@alaibe alaibe force-pushed the feat/sepolia-default branch 2 times, most recently from f08ec41 to c50974f Compare February 23, 2024 08:49
@anastasiyaig
Copy link
Contributor

@alaibe the app is crashing on start thats why all the tests failed

ics="status-app" tid=22329107 file=nim_status_client.nim:201
Warning: QQmlApplicationEngine failed to load component (:0, )
Warning: qrc:/main.qml:370:9: Type AppMain unavailable (qrc:/main.qml:370, )
Warning: qrc:/app/mainui/AppMain.qml:1983:26: Type WalletPopups.SavedAddressActivityPopup unavailable (qrc:/app/mainui/AppMain.qml:1983, )
Warning: qrc:/app/AppLayouts/Wallet/popups/SavedAddressActivityPopup.qml:162:21: Cannot assign to non-existent property "isSepoliaEnabled" (qrc:/app/AppLayouts/Wallet/popups/SavedAddressActivityPopup.qml:162, )
INF 2024-02-23 12:28:34.803+03:00 starting application...                    topics="status-app" tid=22329107 file=nim_status_client.nim:204
WRN 2024-02-23 12:28:34.811+03:00 Error decoding signal                      topics="signals-manager" tid=22329107 file=signals_manager.nim:49 err="Unknown signal received: mediaserver.started"
Warning: Error while loading QML: QUrl("qrc:/main.qml") (:0, )
Debug: StatusApplicationDelegate::applicationDidFinishLaunching (:0, )
INF 2024-02-23 12:28:34.818+03:00 shutting down...                           topics="status-app" tid=22329107 file=nim_status_client.nim:173
INF 2024-02-23 12:28:34.818+03:00 logging out...                             topics="app-controller" tid=22329107 file=app_controller.nim:297
there is no running node

@alaibe
Copy link
Contributor Author

alaibe commented Feb 23, 2024

@anastasiyaig thanks, this is after rebased, i had the fix locally ;)

@status-im-auto
Copy link
Member

✔️ status-desktop/prs/linux/x86_64/tests-nim/PR-13636#7 🔹 ~4 min 27 sec 🔹 0476e5d 🔹 📦 tests/nim package

@alaibe alaibe merged commit aed61b6 into master Feb 23, 2024
8 checks passed
@alaibe alaibe deleted the feat/sepolia-default branch February 23, 2024 10:52
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.

None yet

5 participants