neo-go/pkg/rpc
Roman Khimov 06f3c34981 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-11-11 15:48:13 +03:00
..
client rpc: add getblocktransfertx RPC call 2020-11-02 19:01:48 +03:00
request rpc: allow batch JSON-RPC requests 2020-11-06 17:20:27 +03:00
response rpc: allow batch JSON-RPC requests 2020-11-06 17:20:27 +03:00
server mempool: replace timeStamp with blockStamp 2020-11-11 15:48:13 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00