neo-go/pkg/network/payload
Roman Khimov 844491d365 *: use more efficient WriteBytes where appropriate
Before this patch on block import we could easily be spending more than 6
seconds out of 30 in Uint256 encoding for UnspentBalance, now it's completely
off the radar.
2019-12-06 18:22:21 +03:00
..
address.go *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
address_test.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
getblocks.go *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +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 io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
inventory.go util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +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: refactoring for using WriteVarBytes instead of WriteLE 2019-12-03 13:49:33 +03:00
payload.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
version.go io: refactoring for using WriteVarBytes instead of WriteLE 2019-12-03 13:49:33 +03:00
version_test.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00