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

Ziga/fix gateway frontend issues after geth rpc #1857

Merged
merged 3 commits into from
Apr 2, 2024

Conversation

zkokelj
Copy link
Contributor

@zkokelj zkokelj commented Mar 29, 2024

Why this change is needed

After merging PR with Geth RPC there were some frontend issues. But we decided to fix them in this PR.

What changes were made as part of this PR

  • fixed the response of the /network-health endpoint (before this endpoint was not used and request was forwarded to ethereumRPC handler which forwarded the response to the node. After implementing geth RPC we don't have that endpoint and this endpoint was actually called. I decided to return the response in the same format as before).

  • fixed some differences regarding encryptionToken and 0x prefix that emerged in that PR.

PR checks pre-merging

Please indicate below by ticking the checkbox that you have read and performed the required
PR checks

  • PR checks reviewed and performed

@zkokelj zkokelj marked this pull request as ready for review March 29, 2024 14:23
Copy link
Collaborator

@tudor-malene tudor-malene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@zkokelj zkokelj merged commit a4a9e3c into main Apr 2, 2024
2 checks passed
@zkokelj zkokelj deleted the ziga/fix_gateway_frontend_issues_after_geth_rpc branch April 2, 2024 09:59
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.

2 participants