oasisprotocol / oasisprotocol/explorer

[Feature]: Search by Consensus Entity ID or Node ID

Open
#1,729 5 comments 0 reactions 1 assignee View on GitHub

@buberdds is already working on this.

Since Dec 5, 2025.

feature
Dominant language
TypeScript
Stars
13
Forks
13
Avg merge
58m
Merged PRs (30d)
2

Description

Is there an existing issue for this?
  • I have searched the existing issues
SUMMARY

Add support for searching by Consensus Entity ID or Node ID

DESCRIPTION

Node operators need to manage their Entity IDs and Node IDs and it would be easier if they could also use the Explorer for checking what is going on. Registration of non-client nodes and runtimes requires an Entity ID. Every registered node also has a Node ID that it uses for performing transactions.

The search could be implemented either as directly searching for Entity ID (aka entity public key) or Node ID (aka node public key) or as searching for the corresponding Consensus address. The Consensus address from any public key can be derived with:

Although it is a unclear what the search results should display. For example searching for the Kiln Entity ID "c+Kr/VTZLJes6N2u6nTEj7aWje8wHApJeVEoOdvhCh8=" could return:

Similarly, searching for Kiln current validator Node ID jKA6PqWwftnglxywnQQPoIcb7j2HQVu7anf2i7LWU2c= could return:

As far as I know with ROFL runtimes this will get even more confusing and we need a consistent way of searching and displaying public keys.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.