File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
sdk-core/previous-versions-testing Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ $ npx hot-fuzz contracts/YourAppHotFuzz.yaml
9696```
9797
9898Once it is running, what is going on is that your list of actions in addition to a preset of actions defined in
99- ` HotFuzzBase ` are randomized as as many sequences of instructions as you configured for, are being executed.
99+ ` HotFuzzBase ` are randomized as many sequences of instructions as you configured for, are being executed.
100100
101101While executing these sequences of instructions, all echidna invariants are checked each time a transaction is made.
102102Any violation of these invariants is considered a bug somewhere in the app.
Original file line number Diff line number Diff line change @@ -3755,9 +3755,9 @@ js-sha3@0.8.0, js-sha3@^0.8.0:
37553755 integrity sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==
37563756
37573757js-yaml@^4.1.0 :
3758- version "4.1.0 "
3759- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0 .tgz#c1fb65f8f5017901cdd2c951864ba18458a10602 "
3760- integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA ==
3758+ version "4.1.1 "
3759+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1 .tgz#854c292467705b699476e1a2decc0c8a3458806b "
3760+ integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA ==
37613761 dependencies :
37623762 argparse "^2.0.1"
37633763
You can’t perform that action at this time.
0 commit comments