Skip to content

Conversation

@friofry
Copy link
Contributor

@friofry friofry commented Oct 24, 2025

fixes #19133
required for #18545

Overview

This PR removes the legacy Web3Provider system from the dApp browser.
Precondition to integrate Connector approach.

flowchart LR
    step1["Connector service<br/>#19113"] --> step2["QML bridge<br/>#19131"]
    step2 --> step3["Cleanup old provider<br/>#19133"]
    step3 --> step4["ENS service<br/>#19136"]
    step4 --> step5["Integrate Bridge<br/>"]
    
    style step3 fill:#4dabf7,stroke:#1864ab,stroke-width:4px,color:#fff,font-weight:bold
Loading

Removed Features, that will be restored later

  • Dapp RPC calls provider
  • ENS resolution
  • Removed Web3ProviderStore stub from Storybook

@status-im-auto
Copy link
Member

status-im-auto commented Oct 24, 2025

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
52bb741 #1 2025-10-24 13:05:29 ~12 min tests/ui 📄log
✔️ 52bb741 #1 2025-10-24 13:05:56 ~13 min ios/aarch64 📦pkg
✔️ 52bb741 #1 2025-10-24 13:09:33 ~16 min tests/nim 📄log
✔️ 52bb741 #1 2025-10-24 13:10:26 ~17 min android/arm64 🤖apk 📲
52bb741 #1 2025-10-24 13:12:48 ~20 min macos/aarch64 📄log
✔️ 52bb741 #1 2025-10-24 13:14:49 ~22 min macos/aarch64-nwaku 🍎dmg
✔️ 52bb741 #1 2025-10-24 13:15:46 ~23 min linux/x86_64 📦tgz
✔️ 52bb741 #1 2025-10-24 13:25:22 ~32 min linux/x86_64-nwaku 📦tgz
✔️ 52bb741 #1 2025-10-24 13:31:46 ~39 min windows/x86_64 💿exe
✖️ 52bb741 pr19137 2025-10-24 13:35:52 ~19 min tests/e2e 📊rpt
✔️ 52bb741 PR19137 2025-10-24 13:47:04 ~15 min tests/e2e-windows 📊rpt
✔️ 1b14149 #2 2025-10-29 15:52:36 ~31 min windows/x86_64 💿exe
1b14149 #2 2025-10-29 15:52:48 ~32 min ios/aarch64 📄log
✔️ 1b14149 #2 2025-10-29 15:57:01 ~36 min android/arm64 🤖apk 📲
✔️ 1b14149 #2 2025-10-29 15:58:30 ~37 min tests/nim 📄log
✔️ 1b14149 #2 2025-10-29 16:06:13 ~45 min tests/ui 📄log
✔️ 1b14149 #2 2025-10-29 16:06:51 ~46 min linux/x86_64 📦tgz
✔️ 1b14149 PR19137 2025-10-29 16:07:39 ~14 min tests/e2e-windows 📊rpt
✔️ 1b14149 #2 2025-10-29 16:07:51 ~47 min macos/aarch64 🍎dmg
✔️ 1b14149 #2 2025-10-29 16:13:38 ~53 min linux/x86_64-nwaku 📦tgz
✖️ 1b14149 pr19137 2025-10-29 16:45:15 ~38 min tests/e2e 📊rpt

@friofry friofry force-pushed the ab/issue-18545-connector-backend-2 branch 7 times, most recently from 9298472 to 89c7a05 Compare October 29, 2025 15:17
@friofry friofry force-pushed the ab/issue-18545-connector-backend-3 branch from 52bb741 to 1b14149 Compare October 29, 2025 15:20
@friofry friofry marked this pull request as ready for review October 29, 2025 15:22
@friofry friofry requested review from a team, alexjba, caybro, micieslak and noeliaSD as code owners October 29, 2025 15:22
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.

Nice cleanup 🧹

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.

3 participants