echidna icon indicating copy to clipboard operation
echidna copied to clipboard

Emphasize `sender`/`psender` usage of `msg.sender` in README

Open 0xicingdeath opened this issue 3 years ago • 1 comments

When used in property mode with echidna_x, psender defines the address transactions originate from (from a single address).

When used in assertion mode, echidna uses sender, in which it originates from 3 addresses.

https://github.com/crytic/echidna/blob/v2.0.0-b2/tests/solidity/basic/default.yaml#L35-L36

This is not explicitly clear unless you look at the default.yaml.

0xicingdeath avatar Jun 02 '22 13:06 0xicingdeath

Related to https://github.com/crytic/building-secure-contracts/issues/80

montyly avatar Jun 02 '22 13:06 montyly