-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5632 from multiversx/vm1.5.12
new vm 1.5.12
- Loading branch information
Showing
102 changed files
with
525 additions
and
201 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
(module | ||
(type (;0;) (func (param i64) (result i32))) | ||
(type (;1;) (func (param i32))) | ||
(type (;2;) (func (param i32) (result i64))) | ||
(type (;3;) (func (param i64) (result i64))) | ||
(type (;4;) (func)) | ||
(import "env" "bigIntNew" (func (;0;) (type 0))) | ||
(import "env" "bigIntGetCallValue" (func (;1;) (type 1))) | ||
(import "env" "bigIntGetInt64" (func (;2;) (type 2))) | ||
(import "env" "bigIntFinishUnsigned" (func (;3;) (type 1))) | ||
(func (;4;) (type 3) (param i64) (result i64) | ||
block ;; label = @1 | ||
block ;; label = @2 | ||
block ;; label = @3 | ||
local.get 0 | ||
i64.const 1 | ||
i64.gt_u | ||
br_if 0 (;@3;) | ||
local.get 0 | ||
i32.wrap_i64 | ||
br_table 2 (;@1;) 1 (;@2;) 2 (;@1;) | ||
end | ||
local.get 0 | ||
i64.const -1 | ||
i64.add | ||
call 4 | ||
local.get 0 | ||
i64.const -2 | ||
i64.add | ||
call 4 | ||
i64.add | ||
return | ||
end | ||
i64.const 1 | ||
local.set 0 | ||
end | ||
local.get 0) | ||
(func (;5;) (type 4) | ||
(local i32) | ||
i64.const 0 | ||
call 0 | ||
local.tee 0 | ||
call 1 | ||
local.get 0 | ||
call 2 | ||
call 4 | ||
call 0 | ||
call 3) | ||
(func (;6;) (type 4) | ||
return) | ||
(table (;0;) 1 1 funcref) | ||
(memory (;0;) 2) | ||
(global (;0;) (mut i32) (i32.const 66560)) | ||
(export "memory" (memory 0)) | ||
(export "_main" (func 5)) | ||
(export "init" (func 6))) |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
integrationTests/multiShard/smartContract/testdata/callBuiltin/callBuiltin.export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
init | ||
callBuiltin | ||
callBack | ||
testValue1 | ||
|
1 change: 0 additions & 1 deletion
1
integrationTests/multiShard/smartContract/testdata/callBuiltin/output/callBuiltin.hex
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+322 Bytes
(140%)
integrationTests/multiShard/smartContract/testdata/callBuiltin/output/callBuiltin.wasm
100644 → 100755
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
integrationTests/multiShard/smartContract/testdata/delegate-mock/delegate.export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
init | ||
delegate | ||
sendToStaking |
Binary file removed
BIN
-688 Bytes
integrationTests/multiShard/smartContract/testdata/delegate-mock/delegate.wasm
Binary file not shown.
Binary file modified
BIN
+144 Bytes
(120%)
integrationTests/multiShard/smartContract/testdata/delegate-mock/output/delegate.wasm
100644 → 100755
Binary file not shown.
1 change: 1 addition & 0 deletions
1
integrationTests/multiShard/smartContract/testdata/first/first.export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
init | ||
callMe | ||
numCalled | ||
callBack |
Binary file removed
BIN
-276 Bytes
integrationTests/multiShard/smartContract/testdata/first/first.wasm
Binary file not shown.
Binary file modified
BIN
+224 Bytes
(180%)
integrationTests/multiShard/smartContract/testdata/first/output/first.wasm
100644 → 100755
Binary file not shown.
Binary file added
BIN
+266 Bytes
integrationTests/multiShard/smartContract/testdata/second/output/second.wasm
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
integrationTests/multiShard/smartContract/testdata/second/second.export
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
init | ||
doSomething | ||
callBack |
Binary file removed
BIN
-234 Bytes
integrationTests/multiShard/smartContract/testdata/second/second.wasm
Binary file not shown.
Binary file modified
BIN
+40 Bytes
(140%)
integrationTests/multiShard/softfork/testdata/answer.wasm
100644 → 100755
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.