For t-addr support. This queries a given block range for transactions related to a given address. Returns a list of transactions. Relies on Insight work, specifically addressindex. Part of this work should be to modify zcashd to allow the -addressindex configuration option, so that it's not necessary to specify -insightexplorer, which enables all three indices (address, timestamp, and spent). This isn't required, but would make zcashd use less space and have slightly better performance.
For t-addr support. This queries a given block range for transactions related to a given address. Returns a list of transactions. Relies on Insight work, specifically addressindex. Part of this work should be to modify
zcashdto allow the-addressindexconfiguration option, so that it's not necessary to specify-insightexplorer, which enables all three indices (address, timestamp, and spent). This isn't required, but would makezcashduse less space and have slightly better performance.