Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dfinity dependency #1877

Merged
merged 1 commit into from
Aug 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ 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/\[Canister [0-9a-z\-]*\]/debug.print:/g' |
cat > $1.norm
mv $1.norm $1
fi
Expand Down