neoneo-go/pkg/vm
Roman Khimov e319c6c638 cli: move avm inspect from vm to contract command
Make inspect work with avms by default and with go files if told so. In the
end this makes our CLI interface more consistent and usable. Drop useless
CompileAndInspect() compiler method along the way.
2019-10-29 12:56:44 +03:00
..
cli vm: removed mute mode and pushed logging to upper lvl 2019-10-22 13:44:14 +03:00
compiler cli: move avm inspect from vm to contract command 2019-10-29 12:56:44 +03:00
tests Merge pull request #426 from nspcc-dev/logger_247 2019-10-22 14:41:30 +03:00
context.go vm: implement stack isolation opcodes, fix #192 2019-10-25 18:25:12 +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 codestyle: redundant type conversion 2019-10-18 18:39:31 +03:00
emit_test.go vm: switch from Opcode to Instruction 2019-08-14 15:40:31 +03:00
instruction_string.go vm: implement stack isolation opcodes, fix #192 2019-10-25 18:25:12 +03:00
instructions.go vm: implement stack isolation opcodes, fix #192 2019-10-25 18:25:12 +03:00
interop.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
output.go Optimizations + some improvements (#105) 2018-11-26 16:56:45 +01:00
stack.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
stack_item.go codestyle: declare empty slice 2019-10-18 18:38:33 +03:00
stack_test.go vm: add CHECKSIG/VERIFY/CHECKMULTISIG implementations 2019-09-24 13:01:54 +03:00
state.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
state_test.go Code refactoring (#143) 2019-02-19 14:22:33 +01:00
vm.go vm: clear state in Load() 2019-10-29 12:53:09 +03:00
vm_test.go vm: implement stack isolation opcodes, fix #192 2019-10-25 18:25:12 +03:00