-
Notifications
You must be signed in to change notification settings - Fork 57
Feature Request: Transactions by address. #101
Comments
Hey @hkey0 Looks like good ideas. We will work on this ASAP. |
Unfortunately today we don't have all the decrypted info in a table so researching through addresses will return incomplete answer. However there is a solution proposed by my colleague to store the arbitrary data as JSON and postgres could handle searching in the JSON string. However it could impact negatively the performances. |
Can't we see all transactions of transparent addresses? Why can't we do that? |
Because the addresses are in the blob of data and we don't know how to look them up in sql. Unless like mentioned we store it in JSON. We are currently looking at this approach. |
Is it possible to use the tx search in cometbft? |
aren't all the transactions already in a separate table? I can see all of them in the indexer currently? (pretor) |
I have started to work on this. @opsecx In the current I will share here the draft PR when it is ready. |
So all applications built to old format will fail if pulling the revised source tree? that's a lot of extra work on this end |
I have to say that breaking changes like these are extremely inconvenient |
No there is no breaking changes on the endpoints. You should be all good. |
I'm drawing directly off the db, so I'm assuming the answer to the question is yes |
Done with #161 |
Hello, I have a few ideas about improving namadexer.
It would be great if it had these features.
The text was updated successfully, but these errors were encountered: