neoneo-go/pkg
Anna Shaleva 0be237beb6 rpc: fix double-pointer bugs in RPC Client
Fixed double-pointer bug in following methods:
	- GetRawTransactionVerbose
	- GetBlockVerbose
	- GetBlockHeader
	- GetTxOut
	- ValidateAddress
2020-03-27 16:04:11 +03:00
..
compiler compiler/interop: add missing methods to interop.Iterator 2020-03-26 16:39:10 +03:00
consensus random: make use or random package in tests 2020-03-27 10:27:46 +03:00
core Merge pull request #803 from nspcc-dev/feature/appcall 2020-03-27 13:30:48 +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 testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
rpc rpc: fix double-pointer bugs in RPC Client 2020-03-27 16:04:11 +03:00
smartcontract random: make use or random package in tests 2020-03-27 10:27:46 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm emit: implement AppCallWithOperationAndArgs 2020-03-27 11:05:36 +03:00
wallet util: JSONify uint160 using LE instead of BE 2020-03-23 17:38:58 +03:00