Skip to content

v8.1.1-rc.8 Testnet Release#4017

Merged
Mihajlo-Pavlovic merged 18 commits intov6/release/testnetfrom
v6/prerelease/testnet
Jul 25, 2025
Merged

v8.1.1-rc.8 Testnet Release#4017
Mihajlo-Pavlovic merged 18 commits intov6/release/testnetfrom
v6/prerelease/testnet

Conversation

@Mihajlo-Pavlovic
Copy link
Copy Markdown
Contributor

No description provided.

@Mihajlo-Pavlovic Mihajlo-Pavlovic self-assigned this Jul 25, 2025
@Mihajlo-Pavlovic Mihajlo-Pavlovic added the release New release label Jul 25, 2025
}

console.timeEnd(`BatchGetCommand [NETWORK]: ${operationId} ${uals.length}`);

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Unintended Debugging Logs in Production Code

Unconditional console.time() and console.timeEnd() debugging statements were accidentally committed to production code in v1-0-0-handle-batch-get-request-command.js and batch-get-command.js. These performance timing logs will clutter console output in production environments and should be removed.

Locations (3)

Fix in CursorFix in Web

result[ual] = results[index];
}

endTimer(totalLabel);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Remove Debugging Code from Production

Debugging console.time() and console.timeEnd() calls, which provide conditional performance logging based on operationId, were accidentally committed and should be removed from production code.

Locations (1)

Fix in CursorFix in Web

@Mihajlo-Pavlovic Mihajlo-Pavlovic merged commit 4141ebe into v6/release/testnet Jul 25, 2025
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release New release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants