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

825 invalid fallback mirror node insecure port #829

Merged
merged 4 commits into from
Nov 13, 2023

Conversation

NicolaMirchev
Copy link
Contributor

Description:

  • Removed port 5600 from _toInsecure function of the mirror nodes.
  • Removed all references and examples using port 5600
  • In test files changed old mirror node url hcs.testnet.mirrornode.hedera.com to the actual one testnet.mirrornode.hedera.com

Related issue(s):
#825

Fixes #
Removed port 5600 from _toInsecure function of the mirror nodes.

Note:
_toInsecure() function called for mirror node will remain on secured port 443

Notes for reviewer:

Checklist

  • Tested (unit, integration, etc.)

@NicolaMirchev NicolaMirchev linked an issue Nov 8, 2023 that may be closed by this pull request
@NicolaMirchev NicolaMirchev requested a review from rokn November 8, 2023 13:06
@@ -96,6 +97,7 @@ func TestUnitClientFromConfigWrongNetworkType(t *testing.T) {

func TestUnitClientFromConfigWrongAccountIDNetworkType(t *testing.T) {
_, err := ClientFromConfig([]byte(testClientJSONWrongAccountIDNetwork))
fmt.Println(err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: i don't think we need this

Signed-off-by: NikolaMirchev <[email protected]>
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@NicolaMirchev NicolaMirchev merged commit 745eeed into develop Nov 13, 2023
@NicolaMirchev NicolaMirchev deleted the 825-invalid-fallback-mirror-node-insecure-port branch November 13, 2023 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid fallback mirror node insecure port
2 participants