neoneo-go/pkg
Anna Shaleva 2ec1d76320 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:37:39 +03:00
..
compiler compiler: add ability to generate .abi.json file 2020-05-04 08:37:39 +03:00
config transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
consensus Merge pull request #911 from nspcc-dev/feature/convert 2020-04-28 18:08:36 +03:00
core vm: remove crypto-related opcodes 2020-04-29 19:16:38 +03:00
crypto core/native: move NextValidators storage to NEO contract 2020-04-27 12:30:39 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal testchain: implement Sign function 2020-04-23 17:09:09 +03:00
interop vm: remove crypto-related opcodes 2020-04-29 19:16:38 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network *: drop miner transaction 2020-04-27 17:57:37 +03:00
rpc rpc, smartcontract: move contract metadata to smartcontract package 2020-05-04 08:37:39 +03:00
smartcontract rpc, smartcontract: move contract metadata to smartcontract package 2020-05-04 08:37:39 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: refactor tests 2020-04-30 19:29:52 +03:00
wallet vm: implement new PUSH opcodes 2020-04-23 10:52:28 +03:00