Conversation
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>
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| BestPractice | 8 minor |
| Documentation | 16 minor |
| CodeStyle | 70 minor |
| Complexity | 2 critical 3 medium |
| Comprehensibility | 1 minor |
🟢 Metrics 259 complexity · 81 duplication
Metric Results Complexity 259 Duplication 81
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
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
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
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
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.
Description:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist