Skip to content

Commit 032adb5

Browse files
committed
Rebuild testing contracts
1 parent 4d4ac8e commit 032adb5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/vm/src/instance.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ mod tests {
699699

700700
let report2 = instance.create_gas_report();
701701
assert_eq!(report2.used_externally, 73);
702-
assert_eq!(report2.used_internally, 5853750110);
702+
assert_eq!(report2.used_internally, 5775750110);
703703
assert_eq!(report2.limit, LIMIT);
704704
assert_eq!(
705705
report2.remaining,
@@ -888,7 +888,7 @@ mod tests {
888888
.unwrap();
889889

890890
let init_used = orig_gas - instance.get_gas_left();
891-
assert_eq!(init_used, 5853750183);
891+
assert_eq!(init_used, 5775750183);
892892
}
893893

894894
#[test]
@@ -911,7 +911,7 @@ mod tests {
911911
.unwrap();
912912

913913
let execute_used = gas_before_execute - instance.get_gas_left();
914-
assert_eq!(execute_used, 8785603606);
914+
assert_eq!(execute_used, 8627053606);
915915
}
916916

917917
#[test]
@@ -945,6 +945,6 @@ mod tests {
945945
assert_eq!(answer.as_slice(), b"{\"verifier\":\"verifies\"}");
946946

947947
let query_used = gas_before_query - instance.get_gas_left();
948-
assert_eq!(query_used, 4596300006);
948+
assert_eq!(query_used, 4438350006);
949949
}
950950
}

packages/vm/testdata/floaty_1.0.wasm

3.54 KB
Binary file not shown.
1.2 KB
Binary file not shown.
-1.65 KB
Binary file not shown.

0 commit comments

Comments
 (0)