diff --git a/packages/hot-fuzz/README.md b/packages/hot-fuzz/README.md index 5e73390d83..abdeac2aeb 100644 --- a/packages/hot-fuzz/README.md +++ b/packages/hot-fuzz/README.md @@ -96,7 +96,7 @@ $ npx hot-fuzz contracts/YourAppHotFuzz.yaml ``` Once it is running, what is going on is that your list of actions in addition to a preset of actions defined in -`HotFuzzBase` are randomized as as many sequences of instructions as you configured for, are being executed. +`HotFuzzBase` are randomized as many sequences of instructions as you configured for, are being executed. While executing these sequences of instructions, all echidna invariants are checked each time a transaction is made. Any violation of these invariants is considered a bug somewhere in the app. diff --git a/packages/sdk-core/previous-versions-testing/yarn.lock b/packages/sdk-core/previous-versions-testing/yarn.lock index ff60b4cfcf..a8e63d365f 100644 --- a/packages/sdk-core/previous-versions-testing/yarn.lock +++ b/packages/sdk-core/previous-versions-testing/yarn.lock @@ -3755,9 +3755,9 @@ js-sha3@0.8.0, js-sha3@^0.8.0: integrity sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q== js-yaml@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + version "4.1.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b" + integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA== dependencies: argparse "^2.0.1"