neoneo-go/pkg
Anna Shaleva 2f6065f541 compiler, cli: introduce *.manifest.json
Add ability to generate NEO3-compatable *.manifest.json into compiler.
This file represets contract manifest and includes ABI information, so
we don't need to create separate *.abi.json file. NEO3 debugger also
needs *.manifest.json only. So, switched from *.abi.json to
*.manifest.json file.
2020-06-29 09:15:29 +03:00
..
compiler compiler, cli: introduce *.manifest.json 2020-06-29 09:15:29 +03:00
config *: move wallet config from wallet to config package 2020-06-29 09:15:29 +03:00
consensus *: move wallet config from wallet to config package 2020-06-29 09:15:29 +03:00
core core: fix TestSubscriptions occasional failures 2020-06-25 19:22:38 +03:00
crypto smartcontract: use new VerifiableDecodable for ParameterContext 2020-06-18 12:12:56 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
interop core: fix Storage.Get to return Null when there is no value 2020-06-24 10:43:58 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network *: move wallet config from wallet to config package 2020-06-29 09:15:29 +03:00
rpc Merge pull request #1113 from nspcc-dev/fix-test-failures 2020-06-26 09:21:27 +03:00
smartcontract smartcontract: add nef file 2020-06-29 09:15:25 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: fix typoes in cli package 2020-06-29 09:15:29 +03:00
wallet *: move wallet config from wallet to config package 2020-06-29 09:15:29 +03:00