953d56e216
We have observed that EthGetTransactionCount is one of the hotspots on Glif production notes, and we are seeing regular 10-20 second latencies when calling this rpc method. I tracked the high latency spikes and they were correlated when we were running ExecuteTipSet while following the chain. To address this, we should not rely on tipset computation to get nounce and instead look at the parent tipset and then count the messages sent from the 'addr'. |
||
---|---|---|
.. | ||
gasguess | ||
block_proba_test.go | ||
block_proba.go | ||
check_test.go | ||
check.go | ||
config.go | ||
messagepool_test.go | ||
messagepool.go | ||
provider.go | ||
pruning.go | ||
repub_test.go | ||
repub.go | ||
selection_test.go | ||
selection.go | ||
test-messages.json.gz |