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 #665

Closed
SimiHunjan opened this issue Feb 4, 2023 · 1 comment · Fixed by #677 or #720
Closed

Update mirror node endpoints #665

SimiHunjan opened this issue Feb 4, 2023 · 1 comment · Fixed by #677 or #720
Assignees
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 4, 2023
@SimiHunjan SimiHunjan added this to the 2.21.0 milestone Feb 9, 2023
@bamzedev bamzedev self-assigned this Feb 13, 2023
@bamzedev
Copy link
Contributor

The new endpoint does not serve on 5600. This will require more than just changing the URL's. There is SetTransportSecurity to take into account.

@bamzedev bamzedev reopened this Feb 14, 2023
@ochikov ochikov modified the milestones: 2.21.0, 2.22.0, 2.23.0 Feb 21, 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
3 participants