neo-go/pkg/vm
Roman Khimov e1607e23c2
Merge pull request #2525 from nspcc-dev/immutable-items
vm: implement immutable stackitems
2022-05-31 10:36:56 +03:00
..
cli *: remove io/ioutil uses 2022-03-17 19:39:18 +03:00
emit [#2442] English Check 2022-05-04 19:48:27 +03:00
opcode vm: add MODMUL and MODPOW opcodes 2022-05-12 14:25:14 +03:00
stackitem Merge pull request #2525 from nspcc-dev/immutable-items 2022-05-31 10:36:56 +03:00
testdata vm: upgrade submodule 2022-05-12 14:25:14 +03:00
bench_test.go vm: rework stack as a simple slice 2021-08-24 15:28:14 +03:00
context.go core, vm: move all isolation-related logic out of VM 2022-05-26 09:26:31 +03:00
contract_checks.go [#2442] English Check 2022-05-04 19:48:27 +03:00
contract_checks_test.go vm: avoid panic in IsScriptCorrect 2022-03-17 20:12:50 +03:00
debug_test.go vm: rework stack as a simple slice 2021-08-24 15:28:14 +03:00
exception.go [#2442] English Check 2022-05-04 19:48:27 +03:00
fuzz_test.go vm: add some Fuzz tests 2022-03-18 16:13:39 +03:00
interop.go interop: remove System.Iterator.Create, fix #1935 2021-05-11 12:13:30 +03:00
invocation_tree.go [#2442] English Check 2022-05-04 19:48:27 +03:00
invocation_tree_test.go vm: add invocation tree tracing 2021-11-20 21:57:41 +03:00
json_test.go *: remove io/ioutil uses 2022-03-17 19:39:18 +03:00
opcodebench_test.go core: DeepCopy notifiction event args inside System.Runtime.Notify 2022-05-31 08:07:53 +03:00
ref_counter.go vm: count map key in the refcounter as well 2022-05-16 16:07:25 +03:00
ref_counter_test.go vm: count map key in the refcounter as well 2022-05-16 16:07:25 +03:00
slot.go vm: simplify (slot).Set code 2022-05-17 16:26:22 +03:00
slot_test.go vm: count initial Null slot variables as well 2022-05-16 17:42:57 +03:00
stack.go [#2442] English Check 2022-05-04 19:48:27 +03:00
stack_test.go vm: rework stack as a simple slice 2021-08-24 15:28:14 +03:00
state.go [#2442] English Check 2022-05-04 19:48:27 +03:00
state_test.go vm: make byte representation of VMState compatible with C# 2022-04-04 13:52:29 +03:00
vm.go vm: support immutable compound types 2022-05-31 08:07:50 +03:00
vm_test.go vm: clear static slot refs on exit, fix #2501 2022-05-17 16:26:22 +03:00