Skip to content

Commit

Permalink
patch: vm regression (mem leaks)
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed Sep 29, 2024
1 parent 1add755 commit 9ab9b2a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-flowers-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blaze-cardano/vm": patch
---

patch: vm regression (mem leaks)
2 changes: 1 addition & 1 deletion packages/blaze-vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"dependencies": {
"@blaze-cardano/core": "workspace:*",
"@lucid-evolution/uplc": "^0.2.15"
"uplc-node": "^0.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/blaze-vm/src/vm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
fromHex,
toHex,
} from "@blaze-cardano/core";
import * as U from "@lucid-evolution/uplc";
import * as U from "uplc-node";

/**
* This function returns an evaluator function that can be used to evaluate a transaction.
Expand Down
11 changes: 3 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ab9b2a

Please sign in to comment.