neoneo-go/pkg/vm/tests
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
..
bar *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
foo Compiler (#73) 2018-04-22 20:11:37 +02:00
foobar Porting the NEX ICO template to neo-go as first class smart contract example (#78) 2018-05-06 08:03:26 +02:00
assign_test.go vm: enable assign/binary/numeric/struct tests 2019-08-20 20:37:06 +03:00
binary_expr_test.go vm: make PUSH0 create empty bytearray 2019-09-16 15:50:51 +03:00
byte_conversion_test.go Porting the NEX ICO template to neo-go as first class smart contract example (#78) 2018-05-06 08:03:26 +02:00
contant_test.go Optimisations and API changes for smart contracts (#67) 2018-04-10 11:45:31 +02:00
for_test.go vm: make PUSH0 create empty bytearray 2019-09-16 15:50:51 +03:00
function_call_test.go vm: make PUSH0 create empty bytearray 2019-09-16 15:50:51 +03:00
if_test.go vm: make PUSH0 create empty bytearray 2019-09-16 15:50:51 +03:00
import_test.go vm: make PUSH0 create empty bytearray 2019-09-16 15:50:51 +03:00
numeric_test.go vm: enable assign/binary/numeric/struct tests 2019-08-20 20:37:06 +03:00
struct_test.go vm: make PUSH0 create empty bytearray 2019-09-16 15:50:51 +03:00
syscall_test.go interop: move into pkg/interop, replace pkg/vm/api 2019-08-15 19:41:51 +03:00
type_test.go Compiler (#73) 2018-04-22 20:11:37 +02:00
util_test.go interop: move into pkg/interop, replace pkg/vm/api 2019-08-15 19:41:51 +03:00
vm_test.go vm: removed mute mode and pushed logging to upper lvl 2019-10-22 13:44:14 +03:00