Closed encody closed 3 years ago
4a0f8f8 can reduce the number of RPC calls substantially. For example, the account hear.near
(mainnet, tf: month) went from ~152 RPC requests to ~107. It doesn't always improve, though it should never perform worse.
Currently RPC calls are issued for every receipt affecting an account. When receipts occur in close proximity to one another (within a block or two) only one RPC call should be issued.