Skip to content

Bump evolution-sdk to 0.3.20 and remove local patch for reference script UTxOs#38

Merged
SynthLuvr merged 4 commits into
mainfrom
copilot/update-evolution-sdk-version
Mar 2, 2026
Merged

Bump evolution-sdk to 0.3.20 and remove local patch for reference script UTxOs#38
SynthLuvr merged 4 commits into
mainfrom
copilot/update-evolution-sdk-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 2, 2026

This PR removes our local patch-package override for @evolution-sdk/evolution@0.3.19 and upgrades to @evolution-sdk/evolution@^0.3.20, which includes the fix upstream.

Background

We previously added patches/@evolution-sdk__evolution@0.3.19.patch to fix an issue where BlockfrostEffect.evaluateTx silently dropped reference scripts from additionalUTxOs. When evaluating transactions that relied on unconfirmed reference script UTxOs, this could lead to missingRequiredScripts errors.

That fix has since been merged upstream (IntersectMBO/evolution-sdk#168), so we no longer need to maintain the patch locally.

Changes

  • Upgrade @evolution-sdk/evolution from ^0.3.19^0.3.20
  • Remove patchedDependencies entry from pnpm-workspace.yaml
  • Delete the local patch file patches/@evolution-sdk__evolution@0.3.19.patch
  • Update @noble/hashes to ^2.0.1 and adjust the blake2b import path (@noble/hashes/blake2b@noble/hashes/blake2.js)
  • Minor dependency bumps (es-toolkit, eslint, @eslint/js, @types/node), and cleanup of onlyBuiltDependencies list

Expected impact

  • Transaction evaluation via Blockfrost should correctly include reference scripts provided via additionalUTxOs, preventing missingRequiredScripts in the previously failing scenario.
  • Simplifies maintenance by relying on upstream behavior instead of a local patch.

Co-authored-by: SynthLuvr <131367121+SynthLuvr@users.noreply.github.com>
Copilot AI changed the title [WIP] Update to latest @evolution-sdk and remove local patch Remove local patch: update @evolution-sdk/evolution to latest Mar 2, 2026
Co-authored-by: SynthLuvr <131367121+SynthLuvr@users.noreply.github.com>
Copilot AI changed the title Remove local patch: update @evolution-sdk/evolution to latest Fix @noble/hashes v2.x blake2b import path Mar 2, 2026
@SynthLuvr SynthLuvr changed the title Fix @noble/hashes v2.x blake2b import path Bump evolution-sdk to 0.3.20 and remove local patch for reference script UTxOs Mar 2, 2026
@SynthLuvr SynthLuvr marked this pull request as ready for review March 2, 2026 14:38
@SynthLuvr SynthLuvr merged commit 3b87a5b into main Mar 2, 2026
1 check passed
@SynthLuvr SynthLuvr deleted the copilot/update-evolution-sdk-version branch March 2, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants