neoneo-go/pkg/vm/compiler/tests
Anthony De Meulemeester 4bd5b2812e
Optimisations and API changes for smart contracts (#67)
* support VM to pass method and arguments to a script.

* added support for type assertions in smartcontracts.

* added native vm support for print.

* moved VM API packages to vm -> API

* reverted the native Print opcode in favor of runtime.Log

* added support for registering custom interop hooks in the VM.

* Updated README

* Updated compiler with @OPTIMIZE tags

* Moved more tests to VM package.

* optimized and refactored compiler and vm API

* updated README with new smartcontract apis

* bumped version
2018-04-10 11:45:31 +02:00
..
bar Compiler (#23) 2018-02-24 10:06:48 +01:00
foo Compiler (#23) 2018-02-24 10:06:48 +01:00
builtin_test.go Compiler arrays (#49) 2018-03-25 18:21:00 +02:00
compiler_test.go VM improvements, tests + bugfixes (#61) 2018-04-02 17:04:42 +02:00
custom_type_test.go Compiler (#23) 2018-02-24 10:06:48 +01:00
if_statement_test.go Compiler update (basic sc ready) (#31) 2018-02-27 10:04:24 +01:00
import_test.go Compiler (#23) 2018-02-24 10:06:48 +01:00