Skip to content

Commit cbd0403

Browse files
Apply suggestions from code review
Co-authored-by: Emilio López <[email protected]>
1 parent 602d13b commit cbd0403

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

program-analysis/echidna/configuration.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ The SMT solver used when doing symbolic execution. Valid values are: "cvc5", "z3
411411

412412
| Type | Default | Available in |
413413
| ---- | ------- | ------------ |
414-
| Int | `10` | 2.2.4+ |
414+
| Int | `10` | 2.2.8+ |
415415

416416
Number of states in base 2 (e.g. `2 ** 10`) that we may explore using symbolic execution. Only relevant if
417417
`symExec` is true.
@@ -507,8 +507,7 @@ part of the corpus on the `gas_info` field. This functionality was experimental.
507507

508508
| Type | Default | Available in |
509509
| ---- | ------- | -------------- |
510-
| Bool | `true` | \* until 2.2.8 |
510+
| Bool | `true` | \* until 2.2.7 |
511511

512-
Whether symbolic execution will be concolic (vs full symbolic execution). Only
513-
relevant if `symExec` is true.
512+
This option controlled whether symbolic execution will be concolic (vs full symbolic execution). It has been removed from the current version of Echidna.
514513

0 commit comments

Comments
 (0)