Skip to content

Commit

Permalink
get rid of cycle fabrication issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 13, 2024
1 parent 38d5ee6 commit 2c65935
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
Binary file modified canister_templates/stable.wasm
Binary file not shown.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"crypto-browserify": "^3.12.0",
"cuzz": "github:demergent-labs/cuzz#a0c19ca031d517ae674de39847177dc9f5e2761d",
"cuzz": "github:demergent-labs/cuzz#70f95363c64674ec2cf19b9eccfc1a773c3bf28f",
"deep-is": "^0.1.4",
"esbuild": "^0.23.0",
"esbuild-plugin-tsc": "^0.4.0",
Expand Down
1 change: 0 additions & 1 deletion tests/property/ic_api/cycles/cuzz.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"expectedErrors": [
"is out of cycles",
"Uncaught Error: numChunks cannot be 0",
"Canister trapped: heap out of bounds"
]
Expand Down
6 changes: 0 additions & 6 deletions tests/property/ic_api/cycles_burn/cuzz.json

This file was deleted.

0 comments on commit 2c65935

Please sign in to comment.