Skip to content

feat(webapp): Adding endpointAddress field for Host Registration.#247

Merged
NiranjanaBinoy merged 4 commits into
mainfrom
feat/endpoint-host-registration
Jul 7, 2026
Merged

feat(webapp): Adding endpointAddress field for Host Registration.#247
NiranjanaBinoy merged 4 commits into
mainfrom
feat/endpoint-host-registration

Conversation

@NiranjanaBinoy

@NiranjanaBinoy NiranjanaBinoy commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Pull Request

Description

We are adding an endpoint rpc url to the host registration for teh gateway to connect to the host

Changes

  • Added graphql endpoint as the 5th paramenter during host registration
  • Added teh graphql endpoint to the registered host display

Related Issue

#228

Steps to Test

  1. Pull branch locally

  2. Start shinzohub locally or with docker

  3. update following values in the .env with
    NEXT_PUBLIC_RPC_URL=http://localhost:8545/
    SHINZOHUB_COSMOS_REST_URL=http://localhost:1317
    SHINZOHUB_COMET_RPC_URL=http://localhost:26657

  4. Test host registration

Checklist

  • Code compiles / runs
  • Tests added / updated
  • Documentation updated if needed
  • PR is self-contained and focused
  • Code does not break any existing features
  • Code passes personal internal testing

Notes

@NiranjanaBinoy NiranjanaBinoy self-assigned this Jun 16, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 16, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
shinzo-webapp-staging ee9b71c Commit Preview URL

Branch Preview URL
Jul 07 2026, 04:59 PM

@NiranjanaBinoy NiranjanaBinoy added the enhancement New feature or request label Jun 16, 2026
@NiranjanaBinoy NiranjanaBinoy linked an issue Jun 16, 2026 that may be closed by this pull request
@NiranjanaBinoy NiranjanaBinoy requested a review from tzdybal June 16, 2026 21:27
@NiranjanaBinoy NiranjanaBinoy marked this pull request as draft June 16, 2026 21:31
@NiranjanaBinoy NiranjanaBinoy changed the title Adding endpointAddress field for Host Registration. feat(webapp): Adding endpointAddress field for Host Registration. Jun 28, 2026
@NiranjanaBinoy NiranjanaBinoy force-pushed the feat/endpoint-host-registration branch from 1ae9f86 to 0b27506 Compare June 30, 2026 18:46
@NiranjanaBinoy NiranjanaBinoy marked this pull request as ready for review June 30, 2026 19:30
@NiranjanaBinoy NiranjanaBinoy force-pushed the feat/endpoint-host-registration branch from acb89f2 to f300e1f Compare June 30, 2026 19:49

@dvncan dvncan left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

lgtm

@dvncan

dvncan commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Can we get @VanishMax to review before merge also please

@NiranjanaBinoy NiranjanaBinoy force-pushed the feat/endpoint-host-registration branch from f300e1f to 04c7343 Compare July 7, 2026 05:13
@NiranjanaBinoy NiranjanaBinoy changed the base branch from main to feat/sync_registeration_assertion July 7, 2026 05:17
Base automatically changed from feat/sync_registeration_assertion to main July 7, 2026 16:41
@NiranjanaBinoy NiranjanaBinoy force-pushed the feat/endpoint-host-registration branch from 04c7343 to ee9b71c Compare July 7, 2026 16:57
@NiranjanaBinoy NiranjanaBinoy merged commit 99180a0 into main Jul 7, 2026
2 checks passed
@NiranjanaBinoy NiranjanaBinoy deleted the feat/endpoint-host-registration branch July 7, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add endpoint address to host registration

2 participants