Skip to content

00584 advanced implement hip 1137 block node discoverability via on chain registry#590

Draft
rwalworth wants to merge 6 commits intomainfrom
00584-advanced-implement-hip-1137-block-node-discoverability-via-on-chain-registry
Draft

00584 advanced implement hip 1137 block node discoverability via on chain registry#590
rwalworth wants to merge 6 commits intomainfrom
00584-advanced-implement-hip-1137-block-node-discoverability-via-on-chain-registry

Conversation

@rwalworth
Copy link
Copy Markdown
Contributor

Description:

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Mar 31, 2026

Not up to standards ⛔

🔴 Issues 2 critical · 3 medium · 95 minor

Alerts:
⚠ 100 issues (≤ 0 issues of at least minor severity)

Results:
100 new issues

Category Results
BestPractice 8 minor
Documentation 16 minor
CodeStyle 70 minor
Complexity 2 critical
3 medium
Comprehensibility 1 minor

View in Codacy

🟢 Metrics 259 complexity · 81 duplication

Metric Results
Complexity 259
Duplication 81

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

.execute(client)
.getReceipt(client)

print(" Status: \(createReceipt.status)")

Check failure

Code scanning / CodeQL

Cleartext logging of sensitive information High

This operation writes '[...]' to a log file. It may contain unencrypted sensitive data from
.operatorAccountId
.
This operation writes '[...]' to a log file. It may contain unencrypted sensitive data from
.accountId
.

Copilot Autofix

AI 9 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

.execute(client)
.getReceipt(client)

print(" Status: \(deleteReceipt.status)")

Check failure

Code scanning / CodeQL

Cleartext logging of sensitive information High

This operation writes '[...]' to a log file. It may contain unencrypted sensitive data from
.operatorAccountId
.
This operation writes '[...]' to a log file. It may contain unencrypted sensitive data from
.accountId
.

Copilot Autofix

AI 9 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
Signed-off-by: Rob Walworth <robert.walworth@swirldslabs.com>
print("ERROR: Expected a non-zero registeredNodeId in the receipt.")
return
}
print("\nStep 4: registeredNodeId = \(registeredNodeId)")

Check failure

Code scanning / CodeQL

Cleartext logging of sensitive information High

This operation writes '[...]' to a log file. It may contain unencrypted sensitive data from
.operatorAccountId
.
This operation writes '[...]' to a log file. It may contain unencrypted sensitive data from
.accountId
.

Copilot Autofix

AI 9 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

.execute(client)
.getReceipt(client)

print(" Status: \(updateReceipt.status)")

Check failure

Code scanning / CodeQL

Cleartext logging of sensitive information High

This operation writes '[...]' to a log file. It may contain unencrypted sensitive data from
.operatorAccountId
.
This operation writes '[...]' to a log file. It may contain unencrypted sensitive data from
.accountId
.

Copilot Autofix

AI 9 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

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.

[Advanced]: Implement HIP-1137 — Block Node discoverability via on-chain registry

2 participants