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

Expose Solo mirror node endpoint #841

Open
SimiHunjan opened this issue Nov 18, 2024 · 0 comments
Open

Expose Solo mirror node endpoint #841

SimiHunjan opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
HashSphere Requirement Needs Refinement The issue needs more refinement and/or design before it can be worked New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. P1 High priority issue. Required to be completed in the assigned milestone.

Comments

@SimiHunjan
Copy link

SimiHunjan commented Nov 18, 2024

Requested Feature

The SDKs can query the Mirror Node's endpoint to retrieve the consensus node IP and port information. This allows developers to use the nodes REST API to configure the SDK client more easily for connecting to the Solo private network and submitting transactions.

Here is an example:

Client client = Client::forMirrorNetwork({ "testnet.mirrornode.hedera.com:443" });

Instead of testnet we would want to populate the REST API endpoint for the Solo mirror node.

Business Need

This feature enables to SDK users to grab consensus node information from the mirror node and use it to identify the nodes to submit transactions to.

Additional Context

No response

@SimiHunjan SimiHunjan added New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. Pending Triage New issue that needs to be triaged by the team labels Nov 18, 2024
@jeromy-cannon jeromy-cannon added HashSphere Requirement P0 An issue impacting production environments or impacting multiple releases or multiple individuals. P1 High priority issue. Required to be completed in the assigned milestone. and removed P0 An issue impacting production environments or impacting multiple releases or multiple individuals. Pending Triage New issue that needs to be triaged by the team labels Nov 18, 2024
@jeromy-cannon jeromy-cannon self-assigned this Nov 18, 2024
@jeromy-cannon jeromy-cannon added the Needs Refinement The issue needs more refinement and/or design before it can be worked label Nov 18, 2024
@SimiHunjan SimiHunjan changed the title Exposer mirror node rest API endpoint Expose mirror node rest API endpoint Nov 18, 2024
@SimiHunjan SimiHunjan changed the title Expose mirror node rest API endpoint Expose Solo mirror node rest API endpoint Nov 18, 2024
@SimiHunjan SimiHunjan changed the title Expose Solo mirror node rest API endpoint Expose Solo mirror node endpoint Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HashSphere Requirement Needs Refinement The issue needs more refinement and/or design before it can be worked New Feature A new feature, service, or documentation. Major changes that are not backwards compatible. P1 High priority issue. Required to be completed in the assigned milestone.
Projects
None yet
Development

No branches or pull requests

2 participants