..
cli
compiler: drop useless options parameter to Compile()
2019-10-29 13:02:54 +03:00
compiler
compiler: drop useless options parameter to Compile()
2019-10-29 13:02:54 +03:00
testdata
vm: implement json tests from neoVM
2019-11-06 16:22:56 +03:00
tests
compiler: drop useless options parameter to Compile()
2019-10-29 13:02:54 +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
vm: implement serialization interops in core package
2019-11-05 17:10:52 +03:00
json_test.go
vm: implement json tests from neoVM
2019-11-06 16:22:56 +03:00
output.go
vm: add MarshalJSON to the Stack
2019-10-29 18:26:59 +03:00
serialization.go
vm: fix a bug in collection serialize
2019-11-15 12:48:00 +03:00
stack.go
vm: revert bool -> []byte conversion to NEO 2.x
2019-11-06 12:15:48 +03:00
stack_item.go
vm: implement BigInteger item serialization
2019-11-05 15:15:43 +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: redefine SHL/SHR limits based on integer size
2019-11-07 12:50:11 +03:00
vm_test.go
vm: fix a bug in collection serialize
2019-11-15 12:48:00 +03:00