neo-go/pkg/vm
Vsevolod Brekelov e2bfff8666 vm: removed mute mode and pushed logging to upper lvl
VM should be responsible for code execution and in case anyone interested in additional logging or errors they could handle them like we do it iin cli.
2019-10-22 13:44:14 +03:00
..
cli vm: removed mute mode and pushed logging to upper lvl 2019-10-22 13:44:14 +03:00
compiler vm: removed mute mode and pushed logging to upper lvl 2019-10-22 13:44:14 +03:00
tests vm: removed mute mode and pushed logging to upper lvl 2019-10-22 13:44:14 +03:00
context.go vm: completely separate instruction read and execution phases 2019-10-04 16:13:39 +03:00
contract_checks.go vm: add script check functions 2019-10-15 12:56:25 +03:00
contract_checks_test.go vm: add script check functions 2019-10-15 12:56:25 +03:00
emit.go vm: switch from Opcode to Instruction 2019-08-14 15:40:31 +03:00
emit_test.go vm: switch from Opcode to Instruction 2019-08-14 15:40:31 +03:00
instruction_string.go vm: expand instruction list with commands from current VM spec 2019-09-08 20:46:35 +03:00
instructions.go vm: expand instruction list with commands from current VM spec 2019-09-08 20:46:35 +03:00
interop.go vm: add Value() method to Element 2019-10-04 16:13:39 +03:00
output.go Optimizations + some improvements (#105) 2018-11-26 16:56:45 +01:00
stack.go vm: introduce TryBool() for Element and use it in VerifyWitnesses 2019-10-04 16:13:39 +03:00
stack_item.go vm: support uint8 and uint64 in makeStackItem() 2019-10-15 12:56:25 +03:00
stack_test.go vm: add CHECKSIG/VERIFY/CHECKMULTISIG implementations 2019-09-24 13:01:54 +03:00
state.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
state_test.go Code refactoring (#143) 2019-02-19 14:22:33 +01:00
vm.go vm: removed mute mode and pushed logging to upper lvl 2019-10-22 13:44:14 +03:00
vm_test.go vm: removed mute mode and pushed logging to upper lvl 2019-10-22 13:44:14 +03:00