neo-go/pkg/vm/emit
Evgenii Stratonikov 73c82584a3 vm,compiler: replace APPCALL with System.Contract.Call
Contract calls are performed via syscall System.Contract.Call
in NEO3. This implements this in compiler and removes APPCALL from the
VM.
2020-05-07 14:52:03 +03:00
..
bigint.go vm: implement new PUSH opcodes 2020-04-23 10:52:28 +03:00
bigint_test.go vm: serialize zero Integer to an empty ByteArray 2020-04-17 11:46:31 +03:00
emit.go vm,compiler: replace APPCALL with System.Contract.Call 2020-05-07 14:52:03 +03:00
emit_test.go vm: implement new PUSH opcodes 2020-04-23 10:52:28 +03:00