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

Update mirror node endpoints #1316

Closed
SimiHunjan opened this issue Feb 3, 2023 · 0 comments · Fixed by #1317 or #1360
Closed

Update mirror node endpoints #1316

SimiHunjan opened this issue Feb 3, 2023 · 0 comments · Fixed by #1317 or #1360
Labels
enhancement New feature or request
Milestone

Comments

@SimiHunjan
Copy link
Contributor

Problem

The SDK currently has the following endpoints for users to subscribe to Hedera Consensus Service topics:

  • hcs.previewnet.mirrornode.hedera.com:5600
  • hcs.testnet.mirrornode.hedera.com:5600
  • hcs.mainnet.mirrornode.hedera.com:5600

The above endpoints will be deprecated and need to be replaced with the following for each mirror node environment:

  • previewnet.mirrornode.hedera.com:443
  • testnet.mirrornode.hedera.com:443
  • mainnet-public.mirrornode.hedera.com:443

When the hcs.previewnet.mirrornode.hedera.com:5600 endpoints are deprecated, users will no longer be able to subscribe to topics. The recommendation is to update to the the version that supports the new endpoints so your application can avoid disruption. The deprecation period for the hcs.env.mirrornode.hedera.com:5600 endpoint is 6 months.

Solution

Update the SDK to support the new mirror node endpoints.

Alternatives

No response

@SimiHunjan SimiHunjan added the enhancement New feature or request label Feb 3, 2023
@SimiHunjan SimiHunjan added this to the 2.20.0 milestone Feb 9, 2023
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
1 participant