neo-go/pkg
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
..
core Persisting more states (#71) 2018-04-16 22:15:30 +02:00
crypto Persistance (#53) 2018-03-25 12:45:54 +02:00
network added filter payloads for spv client compliance (#90) 2018-08-10 16:32:49 +02:00
rpc add rpc.GetRawTransaction() method (#87) 2018-06-27 07:48:39 +02:00
smartcontract Add proper field names for JSON RPC (#80) 2018-05-04 19:15:35 +02:00
util Add JSON unmarshallers for numeric types from util (#83) 2018-05-09 07:20:16 +02:00
vm Add missing compiler interop API functions (#93) 2018-08-19 20:47:10 +02:00
wallet Refactor of the Go node (#44) 2018-03-09 16:55:25 +01:00