Skip to content

Verifying that the indexer assertion is done#208

Merged
NiranjanaBinoy merged 2 commits into
mainfrom
feat/verify-assertion
May 20, 2026
Merged

Verifying that the indexer assertion is done#208
NiranjanaBinoy merged 2 commits into
mainfrom
feat/verify-assertion

Conversation

@NiranjanaBinoy
Copy link
Copy Markdown
Contributor

@NiranjanaBinoy NiranjanaBinoy commented May 8, 2026

Pull Request

Description

Should be merged after #196

Here we are verifying that teh indexer assertion is done, we are fetching the assertions based on the delegate address and if any exist.

http://rpc.develop.devnet.shinzo.network:1317/shinzonetwork/indexer/v1/assertions/

Changes

Related Issue

fixes #182

Steps to Test

  1. Pull branch locally
  2. Run the app or service
  3. Verify core functionality works as expected (e.g., main page loads, API responds)

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 marked this pull request as ready for review May 8, 2026 21:17
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 8, 2026

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 993b9dc Commit Preview URL

Branch Preview URL
May 15 2026, 04:36 AM

@NiranjanaBinoy NiranjanaBinoy requested review from VanishMax and dvncan May 8, 2026 21:18
@NiranjanaBinoy NiranjanaBinoy self-assigned this May 8, 2026
@NiranjanaBinoy NiranjanaBinoy added the enhancement New feature or request label May 8, 2026
@NiranjanaBinoy NiranjanaBinoy marked this pull request as draft May 11, 2026 14:53
@NiranjanaBinoy NiranjanaBinoy changed the base branch from main to feat/registration-home May 11, 2026 14:54
@NiranjanaBinoy NiranjanaBinoy force-pushed the feat/registration-home branch from d95c585 to f400f1a Compare May 14, 2026 04:38
@NiranjanaBinoy NiranjanaBinoy force-pushed the feat/verify-assertion branch from c9c7fef to c421483 Compare May 15, 2026 04:27
@NiranjanaBinoy NiranjanaBinoy marked this pull request as ready for review May 15, 2026 04:35
@NiranjanaBinoy NiranjanaBinoy changed the base branch from feat/registration-home to feat/indexer-assertion May 15, 2026 04:35
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 15, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

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

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
shinzo-webapp-staging 96723f9 May 20 2026, 06:22 PM

@NiranjanaBinoy NiranjanaBinoy force-pushed the feat/verify-assertion branch 2 times, most recently from 082a141 to 1a163fe Compare May 15, 2026 20:13
Comment thread apps/webapp/.env.example
Comment on lines +6 to +8
NEXT_PUBLIC_INDEXER_ASSERTION_API_ENDPOINT=
NEXT_PUBLIC_REGISTERED_INDEXER_API_ENDPOINT=
NEXT_PUBLIC_REGISTERED_HOST_API_ENDPOINT= No newline at end of file
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.

note: these are unused in the app

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

These are added as part of this PR #200 . Initially I based this PR to that feature branch and later moved to the assertion branch.

Base automatically changed from feat/indexer-assertion to main May 19, 2026 14:07
@NiranjanaBinoy NiranjanaBinoy force-pushed the feat/verify-assertion branch from 1a163fe to 96723f9 Compare May 20, 2026 18:20
@NiranjanaBinoy NiranjanaBinoy merged commit 74e4869 into main May 20, 2026
2 checks passed
@NiranjanaBinoy NiranjanaBinoy deleted the feat/verify-assertion branch May 20, 2026 18:22
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.

Verify Indexer assertion

2 participants