neoneo-go/pkg
Roman Khimov 5d63ff100e vm/cli: add support for loadbase64 command
Neo3 outputs scripts in base64 for transactions and contracts, to quickly
parse them add a special `loadbase64` command.
2020-06-25 18:33:46 +03:00
..
compiler compiler: allow to omit struct field names in literals 2020-06-24 19:33:58 +03:00
config *: use MaxTransactionsPerBlock from Policy native contract 2020-06-24 07:58:05 +03:00
consensus native: fix getvalidators to match C# implementation 2020-06-24 10:21:24 +03:00
core native: cache GetValidators result 2020-06-24 19:42:50 +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 Merge pull request #1078 from nspcc-dev/feature/mempool 2020-06-24 10:49:42 +03:00
rpc transaction: s/txid/hash/ for JSON to match C# implementation 2020-06-24 10:43:58 +03:00
smartcontract smartcontract: correctly encode/decode AnyType 2020-06-24 10:22:21 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm/cli: add support for loadbase64 command 2020-06-25 18:33:46 +03:00
wallet *: change address to the new format 2020-06-17 15:58:21 +03:00