neoneo-go/pkg
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
..
core Tweaks for network and storage (#66) 2018-04-09 18:58:09 +02:00
crypto Persistance (#53) 2018-03-25 12:45:54 +02:00
network Tweaks for network and storage (#66) 2018-04-09 18:58:09 +02:00
rpc Small RPC improvements (#57) 2018-03-30 08:15:03 +02:00
smartcontract Persistance (#53) 2018-03-25 12:45:54 +02:00
util Small RPC improvements (#57) 2018-03-30 08:15:03 +02:00
vm Optimisations and API changes for smart contracts (#67) 2018-04-10 11:45:31 +02:00
wallet Refactor of the Go node (#44) 2018-03-09 16:55:25 +01:00