The node now [provide an endoint](https://github.com/alephium/alephium/blob/c71623bb95f1f41e9bf4758e9a64c2684b7de3f7/api/src/main/scala/org/alephium/api/Endpoints.scala#L248-L256) to directly get the input information in transactions. We could use that endpoint an remove [InputUpdateQueries](https://github.com/alephium/explorer-backend/blob/4a323289cf3948fe45b42c43fdc878b51a69b602/app/src/main/scala/org/alephium/explorer/service/BlockFlowSyncService.scala#L154)
The node now provide an endoint to directly get the input information in transactions.
We could use that endpoint an remove InputUpdateQueries