-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add retracer to tonviewer #577
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
base: main
Are you sure you want to change the base?
Conversation
To fix the formatting issues:
npx remark -o --quiet --silently-ignore ecosystem/explorers/tonviewer.mdx ecosystem/wallet-apps/web.mdx |
Thanks for the focused updates to the TON explorer docs. A few high‑priority fixes are needed before merge. Findings (3)High (3)[HIGH] Incorrect TON unit conversion from nanotons (ng)Location:
Description: Suggestion: - - However, when attempting to forward the transfer, the wallet's **remaining balance (194.519994 TON)** was **less than the required total (200.4 TON)**, including forwarding fees:
+ - However, when attempting to forward the transfer, the wallet's **remaining balance (0.194519994 TON)** was **less than the required total (0.2004 TON)**, including forwarding fees: [HIGH] UI label not quoted: “Actions cell (C5)”Location:
Description: Suggestion: --- a/ecosystem/explorers/tonviewer.mdx
+++ b/ecosystem/explorers/tonviewer.mdx
@@
-2. **Check the Actions cell (C5)**
+2. **Check “Actions cell (C5)”**
@@
-ii. **Check the Actions cell (C5)**
+ii. **Check “Actions cell (C5)”** [HIGH] UI string formatted as code instead of quotes: “message mode = 3”Location:
Description: Suggestion: --- a/ecosystem/explorers/tonviewer.mdx
+++ b/ecosystem/explorers/tonviewer.mdx
@@
-In [Actions cell (C5)](https://retracer.ton.org/?tx=d149392f77214e2f4af7c516777d168e6c3e71f8666f76fb743eb85d57922d0d&testnet=true), we see `message mode = 3`, where mode `3` combines two flags:
+In “[Actions cell (C5)](https://retracer.ton.org/?tx=d149392f77214e2f4af7c516777d168e6c3e71f8666f76fb743eb85d57922d0d&testnet=true)”, we see “message mode = 3”, where mode “3” combines two flags: |
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/explorers/tonviewer.mdx ecosystem/wallet-apps/web.mdx |
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/explorers/tonviewer.mdx ecosystem/wallet-apps/web.mdx guidebook/debug.mdx |
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/explorers/tonviewer.mdx guidebook/debug.mdx |
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/explorers/tonviewer.mdx guidebook/debug.mdx |
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/explorers/tonviewer.mdx guidebook/debug.mdx |
Thanks for the updates. I reviewed the changes between main and pr_head across the touched files and found no issues; no fixes are needed at this time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates across tonviewer.mdx, debug guide, and the dictionary. One small style fix is needed in tonviewer.mdx. Findings (1)High (1)[HIGH] Removed code formatting for literal identifierLocation:
Description: Suggestion: --- a/ecosystem/explorers/tonviewer.mdx
+++ b/ecosystem/explorers/tonviewer.mdx
@@
- - A — sender's wallet contract (mintmachine.ton).
+ - A — sender's wallet contract (`mintmachine.ton`).
@@
- - A — user's mintmachine.ton account, sending the initial funds.
+ - A — user's `mintmachine.ton` account, sending the initial funds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix merge conflict and let's gooooo
To fix the formatting issues:
npx remark -o --silent --silently-ignore ecosystem/explorers/tonviewer.mdx guidebook/debug.mdx |
closes #554