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

fix: Reduce log line for nonceResyncWorker #826

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

arcoraven
Copy link
Contributor

@arcoraven arcoraven commented Jan 8, 2025

PR-Codex overview

This PR focuses on enhancing the logging message in the nonce-resync-worker.ts file to provide more detailed information about the recycled nonces.

Detailed summary

  • Modified the message string to include:
    • The count of recycled nonces using recycled.length
    • The minimum recycled nonce using recycled.at(0) ?? "N/A"
    • The maximum recycled nonce using recycled.at(-1) ?? "N/A"

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

zeet-co bot commented Jan 8, 2025

We're building your pull request over on Zeet.
Click me for more info about your build and deployment.
Once built, this branch can be tested at: https://thirdweb-engine-ad8x-ph-reducenon-c9f03e.engine-aws-usw2.zeet.app before merging 😉

@arcoraven arcoraven merged commit 68c0a4d into main Jan 8, 2025
5 checks passed
@arcoraven arcoraven deleted the ph/reduceNonceResyncLogs branch January 8, 2025 06:03
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.

1 participant