Skip to content

Commit

Permalink
feat: implement evaluateTransaction function, fix params mapping and …
Browse files Browse the repository at this point in the history
…update spec dependency version to `0.15.0` (#23)

* feat: implement evaluateTransaction function, fix incorrect prices mapping and update spec dependency

* chore: add comment to clarify redeemer purpose

* chore: update blaze dependencies version to the latest version

* fix: simplify redeemer purpose handling

* fix: add plutusV3 costmodels to parameter mapping and simplify redeemer mapping logic in evaluateTransaction function

* fix: update sdk to v0.6.5 and spec versions to v0.15  and add minFeeReferenceScripts to params mapper

* fix: add rxjs dependency and hardcode plutus v3 cost models
  • Loading branch information
ricomiles authored Dec 31, 2024
1 parent a86c7d2 commit 53fe92e
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 81 deletions.
158 changes: 94 additions & 64 deletions package-lock.json

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

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
"author": "",
"license": "ISC",
"dependencies": {
"@blaze-cardano/core": "^0.5.0",
"@blaze-cardano/query": "^0.3.0",
"@blaze-cardano/sdk": "^0.2.6",
"@blaze-cardano/tsconfig": "^0.0.2",
"@utxorpc/sdk": "^0.6.4",
"@utxorpc/spec": "^0.12.0"
"@blaze-cardano/core": "^0.5.2",
"@blaze-cardano/query": "^0.3.2",
"@blaze-cardano/sdk": "^0.2.12",
"@blaze-cardano/tsconfig": "^0.0.3",
"@utxorpc/sdk": "^0.6.5",
"@utxorpc/spec": "^0.15.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
Expand Down
Loading

0 comments on commit 53fe92e

Please sign in to comment.