Skip to content

Commit

Permalink
patch: remove u5c until fix, patched eval
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed Sep 8, 2024
1 parent b4e8ffb commit bb5da39
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 484 deletions.
6 changes: 6 additions & 0 deletions .changeset/unlucky-ears-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@blaze-cardano/query": patch
"@blaze-cardano/tx": patch
---

patch: remove u5c until fix, patched eval
4 changes: 1 addition & 3 deletions packages/blaze-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"ws": "^8.17.1",
"@blaze-cardano/core": "workspace:*",
"@blaze-cardano/ogmios": "workspace:*",
"@blaze-cardano/jest-config": "workspace:*",
"@utxorpc/sdk": "0.5.0",
"@utxorpc/spec": "0.10.0"
"@blaze-cardano/jest-config": "workspace:*"
}
}
1 change: 0 additions & 1 deletion packages/blaze-query/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from "./maestro";
export * from "./blockfrost";
export * from "./kupmios";
export * from "./u5c";
export * from "./types";
335 changes: 0 additions & 335 deletions packages/blaze-query/src/u5c.ts

This file was deleted.

1 change: 1 addition & 0 deletions packages/blaze-tx/src/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,7 @@ export class TxBuilder {
draft_tx.setBody(this.body);
if (evaluationFee > 0) {
evaluationFee = await this.evaluate(draft_tx);
this.fee += evaluationFee - oldEvaluationFee;
if (evaluationFee > oldEvaluationFee) {
continue;
}
Expand Down
Loading

0 comments on commit bb5da39

Please sign in to comment.