[Browser] Cleanup non-connector dapp provider #19137
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:boldRemoved Features, that will be restored later