[bug] block traverse error for getTransactionByTxHash
Closed this issue · 0 comments
extraymond commented
info
description:
the node currently have the ability to traverse through all parent blocks and identify the tx-hash, it's really expanded and should be handled by the relayer which gets data from the indexer directly.
expected solution:
- add a hard limit for max blocks traversed before the relayer are able to take over
- deprecate the method afterwards.