neoneo-go/pkg/network/payload
Roman Khimov eec462b00c network: fix Inv types for Neo 3
They actually use the same types as for messages. Fixes
2020-05-29T00:06:17.593+0300    WARN    peer disconnected       {"addr": "168.62.167.190:20333", "reason": "handling CMDInv message: invalid inventory type", "peerCount": 3}
2020-05-29 15:02:20 +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
getblockdata.go protocol: implement getblockdata p2p command 2020-05-22 19:16:49 +03:00
getblockdata_test.go protocol: implement getblockdata p2p command 2020-05-22 19:16:49 +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 *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
headers_test.go core: update block timestamp format 2020-04-27 17:56:44 +03:00
inventory.go network: fix Inv types for Neo 3 2020-05-29 15:02:20 +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 *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +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 protocol: add capabilities to version payload 2020-05-27 19:01:14 +03:00
version_test.go protocol: add capabilities to version payload 2020-05-27 19:01:14 +03:00