@@ -423,7 +423,7 @@ the smt solver to check reachability. Only relevant if `symExec` is true and
423423## Experimental or deprecated options
424424
425425There are some options in Echidna that are meant for advanced debugging and
426- experimenting, or that have been deprecated . Those are listed below.
426+ experimenting. Those are listed below.
427427
428428### ` estimateGas `
429429
@@ -434,17 +434,6 @@ experimenting, or that have been deprecated. Those are listed below.
434434Enables the collection of worst-case gas usage. The information is stored as
435435part of the corpus on the ` gas_info ` field. This functionality is experimental.
436436
437- ### ` initialize `
438-
439- | Type | Default | Available in |
440- | ------ | ------- | ------------ |
441- | String | ` null ` | \* |
442-
443- This allows initializing the chain state in Echidna with a series of
444- transactions, typically captured with Etheno. See the [ end-to-end testing
445- guide] ( ./advanced/end-to-end-testing.md ) for more details. Nowadays, with the
446- introduction of on-chain fuzzing in Echidna, it has become less relevant.
447-
448437### ` dictfreq `
449438
450439| Type | Default | Available in |
@@ -467,3 +456,17 @@ value consists of four integers, `[c1, c2, c3, c4]`. Refer to the
467456[ implementation
468457code] ( https://github.com/crytic/echidna/blob/8d20836c4a5bba6779c7a5b58cc7907c89a4e581/lib/Echidna/Mutator/Corpus.hs#L70-L101 )
469458for their meaning and impact. We do not recommend changing the default value.
459+
460+ ## Deprecated options
461+
462+ There are some options in Echidna that have been deprecated and will be removed soon. Those are listed below.
463+
464+ ### ` initialize `
465+
466+ | Type | Default | Available in |
467+ | ------ | ------- | ------------ |
468+ | String | ` null ` | \* |
469+
470+ This allows initializing the chain state in Echidna with a series of
471+ transactions, typically captured with [ Etheno] ( https://github.com/crytic/etheno ) . Nowadays, with the
472+ introduction of on-chain fuzzing in Echidna, it has become deprecated.
0 commit comments