Skip to content

Conversation

aigerimu
Copy link
Contributor

@aigerimu aigerimu commented Oct 7, 2025

closes #302

@aigerimu aigerimu requested review from reveloper and verytactical and removed request for verytactical October 7, 2025 08:43
Copy link

github-actions bot commented Oct 7, 2025

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx 

Copy link

github-actions bot commented Oct 7, 2025

Thanks for the update to the traces docs under ecosystem/rpc. There’s one high‑severity link issue that needs a small fix before merge.

Findings (1)

High (1)

[HIGH] Broken internal link to non-existent API reference

Location:

To fetch transaction data, use the high-level [`GET /traces`](/api-reference/actions/get-traces) endpoint.
This method allows you to retrieve all related transactions for a given operation, without parsing individual transactions.

Description:
The page links “GET /traces” to /api-reference/actions/get-traces, which does not exist in this repository, resulting in a dead internal anchor. Broken internal links are prohibited by the style guide and are treated as high severity (see https://github.com/tact-lang/mintlify-ton-docs/blob/main/contribute/style-guide-extended.mdx?plain=1#L528-L528 and https://github.com/tact-lang/mintlify-ton-docs/blob/main/contribute/style-guide-extended.mdx?plain=1#L31-L31). The correct traces endpoint defined in‑repo is GET /api/v3/traces (see ecosystem/rpc/ton-center-http-api-v-3.yaml?plain=1#L1511-L1511).

Suggestion:

- To fetch transaction data, use the high-level [`GET /traces`](/api-reference/actions/get-traces) endpoint.
+ To fetch transaction data, use the high-level `GET /traces` endpoint.
- To fetch transaction data, use the high-level [`GET /traces`](/api-reference/actions/get-traces) endpoint.
+ To fetch transaction data, use the high-level `GET /api/v3/traces` endpoint.
- To fetch transaction data, use the high-level [`GET /traces`](/api-reference/actions/get-traces) endpoint.
+ To fetch transaction data, use the high-level Get Traces endpoint in [TON Center API v3](/ecosystem/rpc/ton-center-http-api-v-3).

@verytactical verytactical self-requested a review October 7, 2025 09:52
verytactical
verytactical previously approved these changes Oct 7, 2025
Copy link

github-actions bot commented Oct 7, 2025

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx 

Copy link

github-actions bot commented Oct 7, 2025

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx 

Copy link
Collaborator

@verytactical verytactical left a comment

Choose a reason for hiding this comment

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

  • Wasn't this article meant to go into Ecosystem > Explorers?
  • Probably m4' and m4'' were meant to be m4 and m4', otherwise it's not consistent with the rest of them
  • After internal discussion it turned out we're not satisfied with how the image looks after all :) The spacing is off, and it doesn't really look professional. Could you please create an issue, so that we can ask designers to make a better one in the future?

@aigerimu
Copy link
Contributor Author

aigerimu commented Oct 7, 2025

  • Wasn't this article meant to go into Ecosystem > Explorers?

This is another article from this issue

  • Probably m4' and m4'' were meant to be m4 and m4', otherwise it's not consistent with the rest of them

Will fix it. Thank you

Copy link

github-actions bot commented Oct 7, 2025

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx 

Copy link

github-actions bot commented Oct 8, 2025

To fix the formatting issues:

  1. Install necessary dependencies: npm ci
  2. Then, run this command:
npx remark -o --silent --silently-ignore ecosystem/rpc/traces.mdx 

alt="Traces with logical time"
/>

<Aside type={"note"}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

@verytactical verytactical marked this pull request as draft October 10, 2025 15:37
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.

[Ecosystem > RPC > Trace]

3 participants