I know this is fairly similar to this question, however I was wondering if any new features have been added, or are planned to make this easier.
I am trying to get all transactions associated with an address that is not in the wallet of the current user.
I have written a workaround searching the blockchain manually, using the commands mentioned in the other question (`listblock`, `getrawtransaction`), however this is pretty slow and CPU intensive. Are there any API commands to help make this easier?