X @mert | helius.dev
mert | helius.devยท2025-07-12 09:57
two big limitations of the solana read layer:- to get the earlier transactions for an address, you must start from the latest hash and then traverse back sequentially; which can take thousands of calls for busy addresses- to get the transaction details for an address, you must first call getSignaturesForAddress to fetch the txn signatures and then call getTransaction on each of them!this solves them both ...