neoneo-go/pkg
Evgenii Stratonikov 37813f1020 compiler: support implicit type in function arguments
Go supports declaring multiple arguments of the same type without
duplicating type name. Now we support this too.
2020-05-06 18:20:13 +03:00
..
compiler compiler: support implicit type in function arguments 2020-05-06 18:20:13 +03:00
config config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
consensus consensus: added partial message decoding 2020-04-16 17:16:29 +03:00
core storage: add support of BadgerDB 2020-04-09 13:55:59 +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 core: wrap cached dao properly, don't miss cached data 2020-04-03 10:15:11 +03:00
rpc Merge pull request #921 from nspcc-dev/rpc-websocket-2.x 2020-05-04 13:55:19 +03:00
smartcontract rpc, smartcontract: move contract metadata to smartcontract package 2020-04-29 13:50:05 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: add tests to CALL* instructions 2020-04-09 11:20:39 +03:00
wallet config: move config.go out of config/ 2020-03-31 17:55:59 +03:00