Skip to content

Add --split_rules documentation for Solana prover#472

Merged
srunquist-certora merged 1 commit into
release/version_8.13.0from
solana-split-rules-docs
May 5, 2026
Merged

Add --split_rules documentation for Solana prover#472
srunquist-certora merged 1 commit into
release/version_8.13.0from
solana-split-rules-docs

Conversation

@johspaeth

Copy link
Copy Markdown
Contributor

Summary

  • Added documentation for the --split_rules flag in the Solana prover options
  • Clarified that wildcard matching is not supported
  • Provided comprehensive examples with 4 rules, demonstrating splitting 2 complex rules

Details

This PR documents the recently added --split_rules feature for the certoraSolanaProver command. The flag allows users to run specific rules in separate Prover jobs, which is particularly useful for complex rules that require more computational resources.

The documentation includes:

  • Clear explanation of the feature's purpose
  • Note that wildcard matching is not allowed (must specify exact rule names)
  • When to use this option (timeout mitigation for complex rules)
  • Command-line and configuration file examples
  • Example showing how jobs are created (one per split rule + one for remaining rules)

Test plan

  • Documentation builds successfully
  • Examples are clear and accurate
  • Feature description matches the implementation

🤖 Generated with Claude Code

Document the --split_rules flag for certoraSolanaProver command, which allows
running specific rules in separate Prover jobs. This feature helps manage
complex rules that require more computational resources and reduces timeout risks.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

@srunquist-certora srunquist-certora 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.

Looks good to me

@srunquist-certora srunquist-certora merged commit 530da31 into release/version_8.13.0 May 5, 2026
2 checks passed
srunquist-certora added a commit that referenced this pull request May 5, 2026
* Add --split_rules documentation for Solana prover (#472)

* Update changelog for version 8.13.0 (#470)

* Add EVM unresolved harness (#468)

---------

Co-authored-by: Johannes Späth <johspaeth@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: shellygr <shellygr@users.noreply.github.com>
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