neoneo-go/pkg
Anna Shaleva 99d0bafa2c compiler: add ability to generate .abi.json file
A part of integration with NEO Blockchain Toolkit (see #902). To be
able to deploy smart-contract compiled with neo-go compiler via NEO
Express, we have to generate additional .abi.json file. This file
contains the following information:
 - hash of the compiled contract
 - smart-contract metadata (title, description, version, author,
email, has-storage, has-dynamic-invoke, is-payable)
 - smart-contract entry point
 - functions
 - events

However, this .abi.json file is slightly different from the one,
described in manifest.go, so we have to add auxilaury stractures for
json marshalling. The .abi.json format used by NEO-Express is described
[here](https://github.com/neo-project/neo-devpack-dotnet/blob/master/src/Neo.Compiler.MSIL/FuncExport.cs#L66).
2020-05-04 08:31:14 +03:00
..
compiler compiler: add ability to generate .abi.json file 2020-05-04 08:31:14 +03:00
config config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
consensus consensus: added partial message decoding 2020-04-16 17:16:29 +03:00
core storage: add support of BadgerDB 2020-04-09 13:55:59 +03:00
crypto testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal random: make use or random package in tests 2020-03-27 10:27:46 +03:00
interop compiler/interop: add missing methods to interop.Iterator 2020-03-26 16:39:10 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network core: wrap cached dao properly, don't miss cached data 2020-04-03 10:15:11 +03:00
rpc rpc, smartcontract: move contract metadata to smartcontract package 2020-04-29 13:50:05 +03:00
smartcontract rpc, smartcontract: move contract metadata to smartcontract package 2020-04-29 13:50:05 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: add tests to CALL* instructions 2020-04-09 11:20:39 +03:00
wallet config: move config.go out of config/ 2020-03-31 17:55:59 +03:00