neoneo-go/pkg/network/payload
Roman Khimov 8b3080b972 io: rename Read/WriteBytes to Read/WriteB
go vet is not happy about them:
  pkg/io/binaryReader.go:92:21: method ReadByte() byte should have signature ReadByte() (byte, error)
  pkg/io/binaryWriter.go:75:21: method WriteByte(u8 byte) should have signature WriteByte(byte) error
2019-12-12 20:19:50 +03:00
..
address.go io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
address_test.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
getblocks.go io: implement ReadBytes() 2019-12-09 15:00:15 +03:00
getblocks_test.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
headers.go network: add getheaders message processing 2019-11-29 11:08:22 +03:00
headers_test.go core/tx: remove one layer of indirection for scripts and inouts 2019-12-09 17:14:10 +03:00
inventory.go io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
inventory_test.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
merkleblock.go io: rename ReadBytes() to ReadVarBytes() 2019-12-09 15:00:15 +03:00
payload.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
version.go io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
version_test.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00