Add Advanced Transactions Filter documentation to Rootstock Explorer.#486
Add Advanced Transactions Filter documentation to Rootstock Explorer.#486carlos-rsk wants to merge 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Files |
🔗 Broken Links/Anchors Found in enThe build found broken internal links or anchors. 🔗 Broken Links⚓ Broken AnchorsHow to fix:
|
There was a problem hiding this comment.
Pull request overview
Adds a new guide to the Rootstock Explorer documentation describing how to use the Advanced Transactions Filter, and links it from the explorer docs index so users can discover it.
Changes:
- Added a new “Advanced Transactions Filter” documentation page with step-by-step instructions and examples.
- Added a new card/link entry on the Rootstock Explorer docs landing page pointing to the new guide.
Reviewed changes
Copilot reviewed 2 out of 15 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/05-dev-tools/explorers/rootstock-explorer/index.md | Adds a new FilterItem linking to the Advanced Transactions Filter guide. |
| docs/05-dev-tools/explorers/rootstock-explorer/advanced-transactions-filter.md | New guide detailing filter fields, usage steps, and practical examples with screenshots. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
docs/05-dev-tools/explorers/rootstock-explorer/advanced-transactions-filter.md
Outdated
Show resolved
Hide resolved
docs/05-dev-tools/explorers/rootstock-explorer/advanced-transactions-filter.md
Outdated
Show resolved
Hide resolved
docs/05-dev-tools/explorers/rootstock-explorer/advanced-transactions-filter.md
Outdated
Show resolved
Hide resolved
|
This documentation set provides a clear and helpful guide for using the Advanced Transactions Filter in the Rootstock Explorer, and an organized index page. The content is well-structured, easy to follow, and includes practical examples that improve user understanding. The language used is generally precise and follows active voice, which is excellent for technical documentation. The visual aids (screenshots) are well-placed and annotated with appropriate alt text, which greatly improves clarity. There are minor areas for improvement, primarily about stylistic consistency, phrasing for best readability, and a small internal note in the index file. These adjustments will further refine the quality and professionalism of the documentation. Review: docs/05-dev-tools/explorers/rootstock-explorer/advanced-transactions-filter.mdThis document is a well-structured and practical guide to using the Advanced Transactions Filter. It effectively breaks down a complex feature into manageable sections, making it accessible to users who need to analyze blockchain transactions. Grammar and language:
Style and tone:
Clarity and readability:
Docs:
Tutorials:
Structure and organization:
Consistency:
Audience appropriateness:
Completeness:
Code snippets:
Specific findings and recommendations for
|
🔗 Broken Links/Anchors Found in enThe build found broken internal links or anchors. 🔗 Broken Links⚓ Broken AnchorsHow to fix:
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 15 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <div align="center"><img width="100%" src="/img/tools/explorer/rootstock/txs/tx-specific-block.png" alt="Advanced Transactions Filter: Specific Block"/></div> | ||
| - **Range blocks**: Define a start and end block (for example, from block 100 to 200). | ||
| <div align="center"><img width="100%" src="/img/tools/explorer/rootstock/txs/range-blocks.png" alt="Advanced Transactions Filter: Range Blocks"/></div> |
There was a problem hiding this comment.
The <div><img/></div> blocks between these two bullet points will likely break the Markdown list into multiple separate lists (the image won’t be nested under the intended list item unless it’s indented as part of the list). Consider indenting the image blocks so each screenshot is clearly associated with its bullet, or convert each bullet + image into its own subheading/paragraph structure.
| <div align="center"><img width="100%" src="/img/tools/explorer/rootstock/txs/tx-specific-block.png" alt="Advanced Transactions Filter: Specific Block"/></div> | |
| - **Range blocks**: Define a start and end block (for example, from block 100 to 200). | |
| <div align="center"><img width="100%" src="/img/tools/explorer/rootstock/txs/range-blocks.png" alt="Advanced Transactions Filter: Range Blocks"/></div> | |
| <div align="center"><img width="100%" src="/img/tools/explorer/rootstock/txs/tx-specific-block.png" alt="Advanced Transactions Filter: Specific Block"/></div> | |
| - **Range blocks**: Define a start and end block (for example, from block 100 to 200). | |
| <div align="center"><img width="100%" src="/img/tools/explorer/rootstock/txs/range-blocks.png" alt="Advanced Transactions Filter: Range Blocks"/></div> |
|
|
||
| Filters by execution outcome. You can choose **Success** or **Failed**. | ||
|
|
||
| - **Success:** The transaction was included in a block and executed without revert. |
There was a problem hiding this comment.
Minor grammar: “executed without revert” reads awkwardly; consider rephrasing to “executed successfully (did not revert)” or “executed without reverting” for clarity.
| - **Success:** The transaction was included in a block and executed without revert. | |
| - **Success:** The transaction was included in a block and executed successfully (did not revert). |
Title: Advanced Transactions Filter guide
Description
Adds a new documentation article to the Rootstock Developers Portal explaining how to use the Advanced Transactions Filter on the Transactions page in the Rootstock Explorer.
The guide is part of the Explorer educational tutorial series and is designed to help developers and users efficiently search and analyze transaction activity on the Rootstock network.
What’s included
Overview of the Transactions page
Explanation of why transaction filtering is useful
Detailed breakdown of all available filter options:
Step-by-step instructions on how to use the Advanced Filter
Practical examples demonstrating how to combine filters
Placeholder sections for screenshots/UI references
Goal
Provide a clear, tutorial-style guide that enables users to quickly locate and analyze specific transactions using advanced filtering capabilities.