neoneo-go/pkg/rpc
Roman Khimov 5df726db68 mempool: replace timeStamp with blockStamp
Time is not really relevant for us here and we don't use this timestamp in any
way. Yet it occupies 24 bytes and we do two clock_gettime calls to get it.

Replace it with blockStamp which is going to be used in the future for
transaction retransmissions.

It allows to improve single-node TPS by another 3%.
2020-09-09 20:46:31 +03:00
..
client rpc: use state.AppExecResult for ApplicationLog marshalling 2020-09-07 13:38:32 +03:00
request Merge pull request #1367 from nspcc-dev/rpc/array_func_params 2020-08-27 17:31:07 +03:00
response rpc: fix JSON marshalling for Invoke result 2020-09-07 13:57:45 +03:00
server mempool: replace timeStamp with blockStamp 2020-09-09 20:46:31 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00