neo-go/pkg/vm/api
Anthony De Meulemeester d77354db66
Add missing compiler interop API functions (#93)
* added runtime serialize and deserialize functions

* removed getCurrentBlock from runtime functions

* Added block and header stdlib interop functions

* added transaction interop api

* added asset interop api

* bumped version

* Added missing storage.Find storage API function

* Fixed wrong example in the compiler README

* updated the compiler README to be more accurate on compiler features
2018-08-19 20:47:10 +02:00
..
asset Add missing compiler interop API functions (#93) 2018-08-19 20:47:10 +02:00
block Add missing compiler interop API functions (#93) 2018-08-19 20:47:10 +02:00
crypto Compiler (#73) 2018-04-22 20:11:37 +02:00
header Add missing compiler interop API functions (#93) 2018-08-19 20:47:10 +02:00
runtime Add missing compiler interop API functions (#93) 2018-08-19 20:47:10 +02:00
storage Add missing compiler interop API functions (#93) 2018-08-19 20:47:10 +02:00
transaction Add missing compiler interop API functions (#93) 2018-08-19 20:47:10 +02:00
types Optimisations and API changes for smart contracts (#67) 2018-04-10 11:45:31 +02:00
util implemented smart contract utility function FromAddress (#88) 2018-07-02 15:02:00 +02:00