Skip to content
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

docs: update JSON RPC 0.7.1 support #464

Merged

Conversation

ptisserand
Copy link
Collaborator

@ptisserand ptisserand commented Feb 19, 2025

Summary by CodeRabbit

  • Documentation
    • Updated JSON RPC support details by replacing a detailed methods table with a concise reference and link.
    • Added a new section on contract ABI source code generation with a comparative feature table across Cairo versions.
    • Enhanced the provider documentation with detailed transaction support information and practical usage examples.
    • Improved the README with a refined title, expanded description, and clearer guidance on supported JSON-RPC features.

Copy link

docs-page bot commented Feb 19, 2025

To view this pull requests documentation preview, visit the following URL:

docs.page/focustree/starknet.dart~464

Documentation is deployed and generated using docs.page.

Copy link
Contributor

coderabbitai bot commented Feb 19, 2025

Walkthrough

The documentation has been updated in multiple files. In the main index file, a detailed table of RPC methods for JSON RPC v0.7.1 has been removed and replaced with a concise heading and reference link. A new section on source code generation from contract ABI has been added with a feature comparison table across Cairo versions. The documentation for the Starknet Provider has been enhanced with expanded sections on transaction support, supported JSON RPC methods, and usage examples. Additionally, the README has been revised for clarity, naming consistency, and improved table formatting.

Changes

File(s) Change Summary
docs/index.mdx Removed detailed table of supported RPC methods for JSON RPC v0.7.1 and added a concise heading with a link to the Starknet Provider supported methods.
docs/packages/starknet-builder.mdx Introduced a new section "Source code generation from contract ABI" including a comparison table for Cairo 0, Cairo 1, and Cairo 2 features.
docs/packages/starknet-provider.mdx and packages/starknet_provider/README.md Enhanced the Starknet Provider documentation with a reworked header, expanded sections (including transaction support and supported JSON RPC methods split into Read/Write categories), and updated usage examples with improved table formatting.

Possibly related PRs

Poem

Hop, hop, through docs I bound,
Carrot crumbs of changes all around.
Tables trimmed and headers bright,
New sections gleam in the morning light.
I’m a rabbit of code in doc fields wide—
Celebrating changes with a joyful stride!


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (5)
docs/packages/starknet-builder.mdx (1)

3-14: New Section for Source Code Generation from Contract ABI
The addition of the "Source code generation from contract ABI" section—with its comparison table across Cairo versions—is a valuable enhancement. It clearly outlines which features are available in legacy and current Cairo versions. For improved markdown compliance and readability, consider adding a blank line both before and after the table (per MD058 recommendations).

packages/starknet_provider/README.md (2)

6-14: Enhanced Transaction Support and JSON RPC Version Details
The revised sections now distinctly present the transaction support along with the supported JSON RPC version (0.7.1). The inclusion of detailed tables for the supported read and write methods makes it straightforward for users to ascertain which methods are implemented. To further improve readability, add blank lines surrounding the tables as suggested by markdownlint (MD058).


47-58: Consistent Write Methods Documentation
The write methods table mirrors its read counterpart effectively, ensuring consistency in how supported features are documented. As before, consider adding surrounding blank lines for markdown best practices.

docs/packages/starknet-provider.mdx (2)

7-14: Clear Transaction Support Section
The "Transaction support" section, with its well-formatted table, effectively communicates the available features and their corresponding versions. As with other tables, ensure that proper blank lines exist above and below to satisfy markdownlint guidelines.


51-63: Comprehensive Write Methods Table
The write methods table complements the read section perfectly, maintaining a uniform presentation throughout the document. A minor improvement would be to insert blank lines around the table for enhanced readability and compliance with markdownlint (MD058).

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 61b2192 and 53f0922.

📒 Files selected for processing (4)
  • docs/index.mdx (1 hunks)
  • docs/packages/starknet-builder.mdx (1 hunks)
  • docs/packages/starknet-provider.mdx (1 hunks)
  • packages/starknet_provider/README.md (1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
packages/starknet_provider/README.md

22-22: Tables should be surrounded by blank lines
null

(MD058, blanks-around-tables)

⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: lint
  • GitHub Check: test-integration
🔇 Additional comments (7)
docs/index.mdx (1)

17-18: Clear Addition of Supported JSON RPC Version Section
The new section now succinctly informs users that JSON RPC version 0.7.1 is supported and provides a direct link to the detailed supported methods. Ensure that the anchor link (#supported-json-rpc-methods) exactly matches the target section in the referenced document so that users aren’t led to a dead-end.

packages/starknet_provider/README.md (2)

14-20: Clear Presentation of Supported JSON RPC Methods
Introducing the "## Supported JSON RPC version: 0.7.1" heading followed by the "Read methods" section is an excellent way to funnel users toward the updated documentation. Ensure that the command snippet using jq remains accurate as the Starknet specifications evolve.


21-46: Comprehensive Read Methods Table
The detailed table enumerating each JSON RPC read method and its implementation status is well organized. It offers a quick reference, which is ideal for developers checking compatibility. Verify that the icons (✅/❌) are consistent with other parts of the documentation.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

22-22: Tables should be surrounded by blank lines
null

(MD058, blanks-around-tables)

docs/packages/starknet-provider.mdx (4)

1-6: Updated Document Header and Package Information
The revised header and the inclusion of a direct link to the package documentation enhance overall clarity and professionalism. This sets a solid foundation for the rest of the document.


15-20: Well-Organized Supported JSON RPC Methods Section
The introduction of the "Supported JSON RPC methods" section—with a dedicated subsection for version 0.7.1—provides an excellent structure for users to navigate the available RPC methods.


20-50: Detailed Read Methods Documentation
Including the command snippet to extract method names and the following table offers invaluable insight into the current state of JSON RPC methods. This clear delineation is very helpful for future updates. Ensure that the table formatting is consistently spaced to meet markdown best practices.


64-99: Informative Usage Example for Calling a Read-only Method
The provided Dart code example is clear and practical—it demonstrates the provider setup, method call, error handling, and result parsing effectively. This example will greatly aid users in implementing similar functionality in their projects. Consider a final review to ensure code formatting aligns perfectly with Dart style guidelines.

@ptisserand ptisserand merged commit 89ebec0 into focustree:main Feb 19, 2025
7 checks passed
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.

docs: update status of JSON RPC 0.7.1 supported methods
1 participant