This repository was archived by the owner on Nov 11, 2022. It is now read-only.
Etherscan FETCH_TRANSACTIONS
cache
#97
Labels
FETCH_TRANSACTIONS
cache
#97
Find a solution to cache the
FETCH_TRANSACTIONS
request and update relevant values using middleware.Transaction.meta
add metadata onlatestBlockNumber: {[networkId-address]: <value>}
which tracks the max blocknumber a tx from/to address was recorded. This can then be used to updateFETCH_TRANSACTIONS
request to fetch fromlatestBlockNumber
as the block range.The text was updated successfully, but these errors were encountered: