neoneo-go/pkg/network/payload
Roman Khimov e299a44983 io: drop Size() method from Serializable and associated
It's no longer needed after the io.GetVarSize() improvement. It's duplicating
a lot of EncodeBinary() logic also.
2019-09-17 13:21:45 +03:00
..
address.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
address_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
getblocks.go io: drop Size() method from Serializable and associated 2019-09-17 13:21:45 +03:00
getblocks_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
headers.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
headers_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
inventory.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
inventory_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
merkleblock.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
payload.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
version.go io: drop Size() method from Serializable and associated 2019-09-17 13:21:45 +03:00
version_test.go io: drop Size() method from Serializable and associated 2019-09-17 13:21:45 +03:00