neoneo-go/pkg/network/payload
Roman Khimov 5ef08f60ae remove github.com/pkg/errors from dependencies
It's not needed any more with Go 1.13 as we have wrapping/unwrapping in base
packages. All errors.Wrap calls are replaced with fmt.Errorf, some strings are
improved along the way.
2020-08-07 12:21:52 +03:00
..
address.go protocol: add capabilities to address payload 2020-05-27 19:02:25 +03:00
address_test.go protocol: add capabilities to address payload 2020-05-27 19:02:25 +03:00
getblockbyindex.go network: allow to use -1 to specify GetBlockByIndex.Count 2020-08-04 17:52:34 +03:00
getblockbyindex_test.go network: use MaxHeadersAllowed to restrict GetBlockByIndex 2020-08-04 17:52:34 +03:00
getblocks.go protocol: refactor getblocks payload 2020-05-22 17:33:59 +03:00
getblocks_test.go protocol: refactor getblocks payload 2020-05-22 17:33:59 +03:00
headers.go remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
headers_test.go core: update block timestamp format 2020-04-27 17:56:44 +03:00
inventory.go network: update CMDUncknown 2020-07-16 06:58:55 +03:00
inventory_test.go testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
merkleblock.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
payload.go core: add native policy contract 2020-06-24 07:35:07 +03:00
ping.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
ping_test.go testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
version.go config: move NetMode into its own micropackage 2020-06-18 12:09:57 +03:00
version_test.go config: move NetMode into its own micropackage 2020-06-18 12:09:57 +03:00