Verifying that the indexer assertion is done#208
Merged
Conversation
Deploying with
|
| 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 |
d95c585 to
f400f1a
Compare
c9c7fef to
c421483
Compare
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
shinzo-webapp-staging | 96723f9 | May 20 2026, 06:22 PM |
082a141 to
1a163fe
Compare
VanishMax
approved these changes
May 19, 2026
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 |
Collaborator
There was a problem hiding this comment.
note: these are unused in the app
Contributor
Author
There was a problem hiding this comment.
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.
1a163fe to
96723f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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
Checklist
Notes