Skip to content

Commit

Permalink
Bump dfinity dependency
Browse files Browse the repository at this point in the history
Current master includes a bug fix that unblocks #1750
  • Loading branch information
osa1 committed Aug 27, 2020
1 parent 4d47198 commit 6ec3567
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dfinity": {
"ref": "master",
"repo": "ssh://git@github.com/dfinity-lab/dfinity",
"rev": "7885cd5df3cdb7ba626fd3fdd0cbfa74c15d14b9",
"rev": "5a96de7ba39834b8d6432039f71065ad185b16ac",
"type": "git"
},
"esm": {
Expand Down
4 changes: 2 additions & 2 deletions test/run-drun/ok/actor-creator.drun-run.ok
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ingress Completed: Reply: 0x4449444c016c01b3c4b1f2046801000112010000000000000000000000000000000001
ingress Completed: Reply: 0x4449444c0000
ingress Completed: Reply: 0x4449444c0001680121000000000000000000000000000000000000000000000000000000000000000000
ingress Completed: Reply: 0x4449444c0001680121000000000000000000000000000000000000000000000000000000000000000000
ingress Completed: Reply: 0x4449444c000168010a0000000000000000fe01
ingress Completed: Reply: 0x4449444c000168010a0000000000000000fe01
2 changes: 1 addition & 1 deletion test/run-drun/ok/caller-prim.drun-run.ok
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ingress Completed: Reply: 0x4449444c016c01b3c4b1f2046801000112010000000000000000000000000000000001
ingress Completed: Reply: 0x4449444c0000
Ok: Reply: 0x4449444c0001680121000000000000000000000000000000000000000000000000000000000000000000
Ok: Reply: 0x4449444c000168010a0000000000000000fe01
2 changes: 1 addition & 1 deletion test/run-drun/ok/caller.drun-run.ok
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ingress Completed: Reply: 0x4449444c0000
ingress Completed: Reply: 0x4449444c0000
ingress Completed: Reply: 0x4449444c0000
Ok: Reply: 0x4449444c0000
ingress Completed: Reply: 0x4449444c0001680121000000000000000000000000000000000000000000000000000000000000000000
ingress Completed: Reply: 0x4449444c000168010a0000000000000000fe01
Ok: Reply: 0x4449444c0001680112010000000000000000000000000000000001
Ok: Reply: 0x4449444c0001792813c52f
Ok: Reply: 0x4449444c00017d02
Expand Down
2 changes: 2 additions & 0 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ function normalize () {
sed 's/source location: @[a-f0-9]*/source location: @___:/g' |
sed 's/Ignore Diff:.*/Ignore Diff: (ignored)/ig' |
sed 's/compiler (revision .*)/compiler (revision XXX)/ig' |
sed 's/compiler (revision .*)/compiler (revision XXX)/ig' |
sed 's/\[Canister [0-9a-z\-]*\]/debug.print:/g' |
cat > $1.norm
mv $1.norm $1
fi
Expand Down

0 comments on commit 6ec3567

Please sign in to comment.