Commit Graph

67 Commits (master)

Author SHA1 Message Date
moneroexamples ada4b03c8c Add ping endpoint
5 years ago
moneroexamples c965b9efc8 start importing wallet instantly when free
5 years ago
moneroexamples 9de3a4a116 import wallet refactoring
5 years ago
moneroexamples 44ed2893b9 UniversalIdentifier used in TxSearch
5 years ago
moneroexamples 4f6b104ad0 Thread pool adding started
5 years ago
moneroexamples d3714734f1 Initial support for Ctrl+C added
5 years ago
moneroexamples 085731f343 refactoring of payment import started
5 years ago
moneroexamples 2e214e4ee9 Improve log reporting
5 years ago
moneroexamples a42327b1fb Use chrono literals
6 years ago
moneroexamples 427adfbb9a CMakeList.txt updated
6 years ago
moneroexamples 6e069cad80 std::exception_ptr added to TxSearch
6 years ago
moneroexamples a87eb7f70c fix: google mock warrnings about json
6 years ago
moneroexamples 12349ec9b2 CurrentBlockchainStatus::find_txs_in_mempool tested
6 years ago
moneroexamples 9a4ebd2b94 GetSearchedBlkOutputsAndAddrViewkey test added
6 years ago
moneroexamples 6e616f367f StartTxSearchThread test added
6 years ago
moneroexamples bc396e1e23 ThreadRAII2 class created
6 years ago
moneroexamples 1407ce0c0f CurrentBlockchainStatus refactor for independency injection
6 years ago
moneroexamples c73f25e6cc performance optmizations and fix for duple pub key
6 years ago
moneroexamples b58f52082f Some performance optimizations
6 years ago
moneroexamples a40464fd32 use address_parse_info instead of address
6 years ago
moneroexamples 6b4eddcea7 this should fix this
7 years ago
moneroexamples c43f81b168 ApiCalls service now provides all api calls to backend.
7 years ago
moneroexamples aeb54a6a4c search threads started not only by YourMoneroRequests::login now
7 years ago
moneroexamples 1d3768c885 warning about devevelopment version added to home.html
7 years ago
moneroexamples 3495b9a542 search threads life duration added to config.json
7 years ago
moneroexamples a80dbb8680 account for spendings in mempool txs search
7 years ago
moneroexamples 09d6f3a60e outputs looking mempool refactored
7 years ago
moneroexamples 08c0d123a0 find_txs_in_mempool method moved to TxSearch class
7 years ago
moneroexamples 0aaf3580f6 find_txs_in_mempool method moved to TxSearch class
7 years ago
moneroexamples c37b7e6962 inital scanning of incomming xmr in mempool added
7 years ago
moneroexamples 429a620193 First working version of OutputInputIdentification class completed
7 years ago
moneroexamples 0c3ebe807f OutputInputIdentification class started
7 years ago
moneroexamples 165a136ef1 namespace std added to TxSearch
7 years ago
moneroexamples 52276bef91 known_outputs_keys added to TxSearch
7 years ago
moneroexamples a90c5ed505 MYSQLPP_SSQLS_NO_STATICS added to solve multiple definitions of ssqls
7 years ago
moneroexamples cea3757488 trying reorganize ssqlses.h
7 years ago
moneroexamples ea6dce4292 still some proplem qith ssqlses.h
7 years ago
moneroexamples f2392aa526 coinbase and ringct tx updated
7 years ago
moneroexamples 3922110451 TxSearch class moved to CurrentBlockchainStatus.h
7 years ago
moneroexamples 7da3bcbca9 rpccallls.h and cpp added
7 years ago
moneroexamples bf29ebdd8a global_index added to Outputs table
7 years ago
moneroexamples 165f2d6879 tx prefix hash added to Transactions table
7 years ago
moneroexamples 2c895b5eb2 small cosmetic correction
7 years ago
moneroexamples 17efa53589 initial scaning for possible inputs added
7 years ago
moneroexamples a3879a44d7 TransactionWithOutsAndIns SSQLS added
7 years ago
moneroexamples a056f7c891 Possible key_images for a given address are saved
7 years ago
moneroexamples a66f5230f3 Inputs ssqls added
7 years ago
moneroexamples 5c18958edb checking of our outputs in mixis added, but not tested yet.
7 years ago
moneroexamples 5e0bf5a43c sql code updated
7 years ago
moneroexamples 355727ba3c TxSearch threads writes outputs to Outputs table when found.
7 years ago