neo-go/pkg/vm
Roman Khimov bf3415e2bc emit: introduce CheckSig function
Which allows to create verification scripts without keys.PublicKey which is
convenient in some cases where we already have serialized key and don't want
to waste time decompressing it.
2022-04-27 22:57:10 +03:00
..
cli *: remove io/ioutil uses 2022-03-17 19:39:18 +03:00
emit emit: introduce CheckSig function 2022-04-27 22:57:10 +03:00
opcode vm: add PACKMAP/PACKSTRUCT, extend UNPACK 2021-11-12 17:19:59 +03:00
stackitem stackitem: limit JSON size in ToJSONWithTypes 2022-03-09 10:29:23 +03:00
testdata vm: add PACKMAP/PACKSTRUCT, extend UNPACK 2021-11-12 17:19:59 +03:00
bench_test.go vm: rework stack as a simple slice 2021-08-24 15:28:14 +03:00
context.go vm: disallow negative offset in (*Context).Next() 2022-03-17 18:52:48 +03:00
contract_checks.go vm: avoid panic in IsScriptCorrect 2022-03-17 20:12:50 +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 stackitem: change Bool() to TryBool(), prepare for its failures 2020-08-21 20:55:20 +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 vm: put child invocation tree nodes into call element 2021-12-02 17:46:48 +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 vm: simplify slot and make it private 2021-12-01 21:36:25 +03:00
ref_counter.go vm: embed reference counter in compound items 2021-08-13 14:41:26 +03:00
ref_counter_test.go vm: embed reference counter in compound items 2021-08-13 14:41:26 +03:00
slot.go vm: simplify slot and make it private 2021-12-01 21:36:25 +03:00
slot_test.go vm: simplify slot and make it private 2021-12-01 21:36:25 +03:00
stack.go vm: don't use PushVal when item type is known 2021-08-30 23:43:58 +03:00
stack_test.go vm: rework stack as a simple slice 2021-08-24 15:28:14 +03:00
state.go vm: make byte representation of VMState compatible with C# 2022-04-04 13:52:29 +03:00
state_test.go vm: make byte representation of VMState compatible with C# 2022-04-04 13:52:29 +03:00
vm.go *: remove io/ioutil uses 2022-03-17 19:39:18 +03:00
vm_test.go vm: disallow negative offset in (*Context).Next() 2022-03-17 18:52:48 +03:00