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

Integrate eth-rpc-proxy to status-mobile #22033

Open
friofry opened this issue Feb 7, 2025 · 0 comments · May be fixed by #22034
Open

Integrate eth-rpc-proxy to status-mobile #22033

friofry opened this issue Feb 7, 2025 · 0 comments · May be fixed by #22034
Assignees
Labels
feature feature requests wallet-core Issues for mobile wallet team

Comments

@friofry
Copy link
Contributor

friofry commented Feb 7, 2025

Description

It's an integration of the new RPC proxy test instance.

@markoburcul added support to inject the new env vars during the CI build:

  • STATUS_BUILD_ETH_RPC_PROXY_USER.
  • STATUS_BUILD_ETH_RPC_PROXY_PASSWORD.

I also added a developer commandline flag to set the proxy URL:

  • --ETH_RPC_PROXY_URL

For example, here is the commandline to run Status with local proxy (descirbed in README.md):

export ETH_RPC_PROXY_USER=user
export ETH_RPC_PROXY_PASSWORD=password
export ETH_RPC_PROXY_URL=http://localhost:8080

make run-ios

Links:

Acceptance criteria

Workflows (successful and unsuccessful) that depend on the RPC proxy work well.

TODO: fill user stories

User Story

As a <user|developer|...>, I want to so that .

@friofry friofry added the feature feature requests label Feb 7, 2025
@friofry friofry self-assigned this Feb 7, 2025
@friofry friofry added the wallet-core Issues for mobile wallet team label Feb 7, 2025
friofry added a commit that referenced this issue Feb 7, 2025
friofry added a commit that referenced this issue Feb 7, 2025
status-im/status-go@d07e61f...263d8e9

* status-go branch ab/issue-6327-integrate-eth-smart-proxy

closes #22033
@friofry friofry linked a pull request Feb 7, 2025 that will close this issue
friofry added a commit that referenced this issue Feb 11, 2025
friofry added a commit that referenced this issue Feb 11, 2025
friofry added a commit that referenced this issue Feb 11, 2025
friofry added a commit that referenced this issue Feb 11, 2025
status-im/status-go@d07e61f...263d8e9

* status-go branch ab/issue-6327-integrate-eth-smart-proxy

closes #22033
friofry added a commit that referenced this issue Feb 11, 2025
friofry added a commit that referenced this issue Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature requests wallet-core Issues for mobile wallet team
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant