Skip to content

Add transaction investigation example to setup guide - #2748

Open
EHESPO wants to merge 2 commits into
stellar:mainfrom
EHESPO:patch-2
Open

Add transaction investigation example to setup guide#2748
EHESPO wants to merge 2 commits into
stellar:mainfrom
EHESPO:patch-2

Conversation

@EHESPO

@EHESPO EHESPO commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Added an example for investigating Stellar transactions using a public blockchain explorer and the Horizon API.

Added an example for investigating Stellar transactions using a public blockchain explorer and the Horizon API.
Copilot AI balanced review requested due to automatic review settings August 14, 2026 10:35

@EHESPO EHESPO left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

https://stellar.expert/explorer/public/tx/f9d806e098ddb4596e56e2e60a776dbae0c6ca2329f5a276b9abf8edf3fa99ce

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b6c00d769c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +306 to +307
```bash
curl "https://horizon.stellar.org/transactions/f9d806e098ddb4596e56e2e60a776dbae0c6ca2329f5a276b9abf8edf3fa99ce"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Close the transaction curl code fence

Starting this bash fence without a closing ``` makes Markdown treat the rest of the file as part of the code block; in this commit that swallows the duplicated heading and transaction explanation instead of rendering them as documentation. Add the closing fence after the curl command and remove the duplicate block so the new section renders correctly.

Useful? React with 👍 / 👎.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a transaction investigation example to the smart-contract setup guide.

Changes:

  • Adds explorer and Horizon lookup examples.
  • Introduces duplicated content, an unclosed code fence, and outdated Horizon guidance.

Recommendation: NEEDS-CHANGES — fix the malformed MDX and align with current RPC guidance.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.


[View transaction on StellarExpert](https://stellar.expert/explorer/public/tx/f9d806e098ddb4596e56e2e60a776dbae0c6ca2329f5a276b9abf8edf3fa99ce)

The transaction should be treated as a diagnostic example only. Applications must retrieve the transaction and operation results from Horizon when determining the protocol-level result of a transaction.
Comment thread docs/build/smart-contracts/getting-started/setup.mdx Outdated
@EHESPO

EHESPO commented Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

[View this transaction on StellarExpert](https://stellar.expert/explorer/public/tx/f9d806e098ddb4596e56e2e60a776dbae0c6ca2329f5a276b9abf8edf3fa99ce)

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@EHESPO

EHESPO commented Aug 16, 2026

Copy link
Copy Markdown
Contributor Author

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.

2 participants