Skip to content

Document the --contract_extensions_override flag#458

Merged
naftali-g merged 5 commits intomasterfrom
naftali/contract_extentions_override
Feb 4, 2026
Merged

Document the --contract_extensions_override flag#458
naftali-g merged 5 commits intomasterfrom
naftali/contract_extentions_override

Conversation

@naftali-g
Copy link
Copy Markdown
Contributor

@naftali-g naftali-g commented Feb 2, 2026

Naming convention:

  • PRs for features that are in design should have the "proposal" label
  • PRs for features that haven't landed yet should have the "future" label
  • PRs for upcoming releases should have the "release" label
  • PRs with new documentation for existing features should have the "existing feature" label

Before requesting review:

  • Make sure there is a ticket in the DOC board in Jira
  • Make sure CI is passing
    • Spell check failure may require adding backticks around code or updating spelling_wordlist.txt
    • See README.md for information about style and markdown syntax
    • If the CI Details link gives a 404, you need to log in to readthedocs.com
  • Add link to generated documentation here
    • you can find this by following the read the docs link from the CI check
  • Ask for help in #documentation

Jira ticket: TODO
Link to generated documentation: https://certora-certora-prover-documentation--458.com.readthedocs.build/en/458/docs/prover/cli/options.html#contract-extensions-override

implements a function `foo()` that delegate-calls the `foo()` function in
contract `B`. Without this flag the Prover will fail to "transfer" `B.foo()`
into `A`. Setting this flag will cause `B`'s implementation to override `A`'s.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
_Command line_
```sh
certoraRun --contract_extensions_override
```
_Configuration file_
```json
"contract_extensions_override": true
```

@naftali-g naftali-g merged commit 3b95e09 into master Feb 4, 2026
2 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.

2 participants