Skip to content

Commit 01d5e65

Browse files
authored
niv ic-hs: update 3cc51be5 -> 8384593e (#3641)
## Changelog for ic-hs: Branch: master Commits: [dfinity/ic-hs@3cc51be5...8384593e](dfinity/ic-hs@3cc51be...8384593) * [`9a7bcb2f`](dfinity/ic-hs@9a7bcb2) remember last trap also if on_cleanup succeeds ([dfinity/ic-hs⁠#124](https://togithub.com/dfinity/ic-hs/issues/124)) * [`8384593e`](dfinity/ic-hs@8384593) scale cycle cost of http_request calls based on subnet size ([dfinity/ic-hs⁠#123](https://togithub.com/dfinity/ic-hs/issues/123))
1 parent a300690 commit 01d5e65

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

nix/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"homepage": "",
4141
"owner": "dfinity",
4242
"repo": "ic-hs",
43-
"rev": "3cc51be58784ba9b6e9a06afb4b59a11fb31c771",
44-
"sha256": "0smz896izjzmr86ikmrgdh8ys1s3bghjvva33chs1wdy843834nj",
43+
"rev": "8384593e2046158effd760bc1045038bcc86eda9",
44+
"sha256": "00xsfm1cxk9gkib8g81h8kmdw3lrsjcza1fydhp0spc31vjbh4pn",
4545
"type": "tarball",
46-
"url": "https://github.com/dfinity/ic-hs/archive/3cc51be58784ba9b6e9a06afb4b59a11fb31c771.tar.gz",
46+
"url": "https://github.com/dfinity/ic-hs/archive/8384593e2046158effd760bc1045038bcc86eda9.tar.gz",
4747
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
4848
},
4949
"libtommath": {

test/run-drun/ok/callback-trap-upgrade.ic-ref-run.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ debug.print: In stats(), outstanding callbacks: 0
1010
debug.print: In go(), outstanding callbacks: 0
1111
debug.print: In ping(), outstanding callbacks: 1
1212
debug.print: In go() again, outstanding callbacks: 0
13-
<= rejected (RC_CANISTER_ERROR): canister did not respond
13+
<= rejected (RC_CANISTER_ERROR): canister trapped: EvalTrapError region:0xXXX-0xXXX "canister trapped explicitly: assertion failed at callback-trap-upgrade.mo:13.5-13.18"
1414
=> update stats()
1515
debug.print: In stats(), outstanding callbacks: 0
1616
<= replied: ()

test/run-drun/ok/oneshot-callbacks.ic-ref-run.ok

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ debug.print: ping! 1
5353
debug.print: go 1: 1
5454
debug.print: ping-async! 1
5555
debug.print: go 2: 1
56-
<= rejected (RC_CANISTER_ERROR): canister trapped: EvalTrapError :0.1 "uninitialized element -1"
56+
<= rejected (RC_CANISTER_ERROR): canister trapped: EvalTrapError region:0xXXX-0xXXX "NumericIntegerDivideByZero"
5757
=> update go(false)
5858
debug.print: go 0: 0
5959
debug.print: ping! 1
@@ -67,4 +67,4 @@ debug.print: ping! 1
6767
debug.print: go 1: 1
6868
debug.print: ping-async! 1
6969
debug.print: go 2: 1
70-
<= rejected (RC_CANISTER_ERROR): canister trapped: EvalTrapError :0.1 "uninitialized element -1"
70+
<= rejected (RC_CANISTER_ERROR): canister trapped: EvalTrapError region:0xXXX-0xXXX "NumericIntegerDivideByZero"

0 commit comments

Comments
 (0)