You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drafted from an internal source repo, requested by @alexanderattar.
This PR was auto-generated by the reusable-docs-draft-pr workflow from a Claude-drafted update in the source repo. It is opened as a draft — please review, edit as needed, and mark ready for review before merging.
Review checklist
Content matches the behavior shipped in the source PR
No internal-only details (service names, file paths, unreleased names, security internals) leaked into the draft
Conforms to CLAUDE.md style rules
Cross-references and internal links resolve
Any Needs human input items from the source comment are addressed
Generated by reusable-docs-draft-pr.yml in relayprotocol/agents-config.
Review changelog entry for correctness & style conformance
Post review feedback
This PR adds one new entry (dated 2026-06-19) to references/api/changelog.mdx describing TON inTxs[].hash returning a bare explorer-ready hex hash, plus a new explorerPaths.transaction field on GET /chains.
Verdict
Looks good. The entry conforms to the changelog format in AGENTS.md §4.5 and reads cleanly. No blocking issues. A few notes below — mostly judgment calls for the human reviewer.
**Behavior change** lead matches established precedent in this file (e.g. the 2026-06-10 and 2026-06-05 entries) even though it isn't in the §4.5 canonical list (Breaking/Deprecated/Added)
Endpoints/fields backticked, paragraphs within the 2–3 sentence guidance (§2.10) ✓
No internal-only leakage — "internal composite identifier" describes prior external behavior, no service names or file paths ✓
Notes for the reviewer (non-blocking)
Breaking vs Behavior change classification. The inTxs[].hash value format changes from a composite identifier to a bare hex hash. Any integrator that parsed the old composite value will break, which fits the §4.2 definition of a breaking change (return-shape change). The file does use **Behavior change** for analogous value changes (2026-06-10), so this is defensible and consistent — just flagging that "Breaking" is arguably the stricter-correct lead here. The author's call.
Consistency check passes. The two leads agree: the behavior change says the hash is now openable at /transaction/{TX_HASH}, and the Added entry exposes explorerPaths.transaction as exactly that path (vs. the old hardcoded /tx/{TX_HASH}). Coherent. ✓
No companion page edits needed. Per §3.3, the endpoint reference pages are OpenAPI-driven stubs, so the field/value change is captured by the spec, not MDX prose. Changelog-only is the right surface here.
No links to resolve — the entry introduces no internal cross-references, so there's nothing to break. (Optional: if a TON integration guide exists, a link on first mention of TON could help, but the surrounding entries don't link chain names either, so leaving it out is consistent.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drafted from an internal source repo, requested by @alexanderattar.
This PR was auto-generated by the
reusable-docs-draft-prworkflow from a Claude-drafted update in the source repo. It is opened as a draft — please review, edit as needed, and mark ready for review before merging.Review checklist
CLAUDE.mdstyle rulesNeeds human inputitems from the source comment are addressedGenerated by
reusable-docs-draft-pr.ymlinrelayprotocol/agents-config.