So I'm pretty curious about what you intend to do about the Clear Send, or how you choose to call it.
there were two things that were do be done with that. one was that, if you click on your transaction tab in the wallet it will list everything you have done. your personal ledger. i plan on building in a function that when you enter a wallet address it will give you that persons ledger. it makes it easier to see what everyone has and what they have been doing. the other one was a better way to sotre data in the chain. but i havent worked out the details. i will have a multipool being started up pretty soon. working on the python for that this weekend. i will post more updates soon.
i am going to adjust the first post in the thread to add a section to tell what is ging to be the next thing that will be put out so it is more clear
As an idea it might be interesting.
If I understand, the first function should be fairly easy to obtain, personal transaction data should be already registered in the wallet,
or by set up in an appropriate manner the filters that are on the page of transactions..
But if you are talking about, every single address external, then I think it may be more complicated, it becomes a kind of blockexplorer integrated into the wallet.
The first ideas that come to mind to me to get this, they are costly:
1) to get the data without archiving them, you should re-examine all the blockchain to every interrogation, and may be very costly in terms of time.
2) If you intend to use another database with all transactions, then you should create two indexes sorted for both recipient and sender, and update them every block incoming or transaction. IMHO, it would be a database, which in turn become costly in terms of cpu usage, ram, and disk space, and then ultimately so would result in excessive energy consumption.
Soon become a wallet that can run only on a few large systems, and very little green.
Do not you think it would be more functional, prepare in wallet an integration with one or more external blockexplorer?
The block explorer would continue to do their heavy work on their side and the wallet would be lighter and greener.
Maybe we'll talk later, after which it will be settled on multiPool and thanks for the updates.