From 8aa9da0deafcba5dff0301bdd97fd64f185e5d91 Mon Sep 17 00:00:00 2001 From: Mercurial Date: Sun, 21 Jun 2026 13:22:59 +0800 Subject: [PATCH 1/2] chore(deps): bump Chrysalis to 1.7.13-alpha MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up Chrysalis 1.7.13-alpha (SAIB-Inc/Chrysalis#379 — use the chain cost model for node-exact ExUnits). Verified: Release build 0/0, 22 non-integration tests pass, format clean. Co-Authored-By: Claude Opus 4.8 --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 020c794..3cba2e8 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,7 @@ - + From 9ba0764de3471e19c06c2a1992220564b230109c Mon Sep 17 00:00:00 2001 From: Mercurial Date: Sun, 21 Jun 2026 13:25:06 +0800 Subject: [PATCH 2/2] ci: run CI on Directory.Packages.props changes The paths-filter omitted Directory.Packages.props, so a pure dependency version bump (like this Chrysalis bump) skipped build/test/format/pack and produced a hollow green. Add it alongside Directory.Build.props so central package-management changes are actually validated. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5a57eb..b4f85b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: - 'src/**' - '*.slnx' - 'Directory.Build.props' + - 'Directory.Packages.props' - '.github/workflows/ci.yml' - name: Setup .NET