From ed35476adb2b2d9079745aaa13c847d411a3fd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 10:54:17 +0000 Subject: [PATCH 1/2] Bump js-yaml in /packages/sdk-core/previous-versions-testing Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/sdk-core/previous-versions-testing/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" From 79e36e8d104f3cf90b78d2edab200485ae87e287 Mon Sep 17 00:00:00 2001 From: huyejia Date: Mon, 24 Nov 2025 21:24:42 +0800 Subject: [PATCH 2/2] chore: remove repetitive word in packages/hot-fuzz/README.md (#2120) Signed-off-by: huyejia --- packages/hot-fuzz/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.