neoneo-go/pkg
Anna Shaleva 6b8957243a *: move wallet config from wallet to config package
In order to avoid dependency cycle at the next commits:

	imports github.com/nspcc-dev/neo-go/pkg/config
	imports github.com/nspcc-dev/neo-go/pkg/wallet
	imports github.com/nspcc-dev/neo-go/pkg/vm
	imports github.com/nspcc-dev/neo-go/pkg/smartcontract/nef
	imports github.com/nspcc-dev/neo-go/pkg/config
2020-06-29 09:15:29 +03:00
..
compiler Merge pull request #1101 from nspcc-dev/feature/convert 2020-06-25 18:30:03 +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/cli: improve loadhex example 2020-06-25 18:33:46 +03:00
wallet *: move wallet config from wallet to config package 2020-06-29 09:15:29 +03:00