qortal/src
CalDescent 8c3e0adf35 Added message types to fetch account details and account balances, and use these in various APIs.
This should bring in enough data for very basic chat and wallet functionality (using addresses rather than registered names).

Data currently comes from a single random peer, however this can be expanded to request from multiple peers to gain confidence in the accuracy of the data. If bad data is returned from a peer, it's not the end of the world since the transaction would just be considered invalid by full nodes and would be thrown out. But this should be mostly avoidable by taking data from multiple sources to improve confidence in its accuracy.
2022-04-16 20:52:30 +01:00
..
main Added message types to fetch account details and account balances, and use these in various APIs. 2022-04-16 20:52:30 +01:00
test Disable various core functions when running as a lite node. 2022-04-16 20:52:30 +01:00