Commit Graph

202 Commits (df2424b9b169e73026133414b43f9c9fdfd48bd3)

Author SHA1 Message Date
moneroexamples 83a1bfa262 mysql timestamp cast to uint64_t
7 years ago
alvinjoelsantos 3123f4eea6 Changed mixin to ring size
7 years ago
moneroexamples 129d217be2 use dynamic fees on mainnet as well in addition to testnet
7 years ago
moneroexamples 7e94d4d440 dont throw if current blk height lower than scanned
7 years ago
moneroexamples aeb54a6a4c search threads started not only by YourMoneroRequests::login now
7 years ago
moneroexamples 18cce5872e YourMoneroRequests::login simplified
7 years ago
moneroexamples 650277b0ad CORS check removed
7 years ago
moneroexamples 1d3768c885 warning about devevelopment version added to home.html
7 years ago
moneroexamples a5b3818a23 simplify main.cpp by adding MAKE_RESOURCE macro
7 years ago
moneroexamples b4a30998ee parse_request refactored
7 years ago
moneroexamples 9523317101 viewkey check added to get_address_txs and get_address_info
7 years ago
moneroexamples ba1848fd6d check if tx exisit in blockchain using blockchain_tx_id
7 years ago
moneroexamples 16b8c429bf blockchain_tx_id added to Transaction table
7 years ago
moneroexamples de2881ef5f make xmreg::MicroCore into unqiue_ptr
7 years ago
moneroexamples 3595fdfde6 find_txs_in_mempool has its own, local mysql connection
7 years ago
moneroexamples 4dfc397c9e mysql pining thread moved to YourMoneroRequests::YourMoneroRequests
7 years ago
moneroexamples 638985d128 YourMoneroRequests::login refactored
7 years ago
moneroexamples 122c91d2d6 fix: search thread has no view key
7 years ago
moneroexamples c415017beb fix: search thread not started for new accounts
7 years ago
moneroexamples 3c8a812378 YourMoneroRequests::login refactored
7 years ago
moneroexamples 00334cb69d login api added to readme
7 years ago
moneroexamples 3e686805e2 ssqlses refactor to limit repetition of code.
7 years ago
moneroexamples d1f27a90d9 refactoring of YourMoneroRequests::login started
7 years ago
moneroexamples d49c18371f your_xmr renamed to open_monero in main.cpp
7 years ago
moneroexamples d873e58ca5 mysql ping thread added to keep mysql connection alive
7 years ago
moneroexamples d4b29c9d55 make unique_ptr work with older gcc as in ubuntu 16.04
7 years ago
moneroexamples 7695449e7f use unique_ptr instead of shared_ptr for TxSearch threads
7 years ago
moneroexamples ff46d639f1 check if thread exist in clean_search_thread_map before erasing it.
7 years ago
moneroexamples b66c55ea26 reconnecting to mysql added to some MySqlAccounts methods
7 years ago
moneroexamples 61e87b2b14 MySqlConnector::connect() method added
7 years ago
moneroexamples fea5a0da5e view only mode added
7 years ago
moneroexamples f0e72ba614 show error when login fails due to search thread start failure
7 years ago
moneroexamples 6c4b5d29ea blockchain_height added to get_version
7 years ago
moneroexamples 9f47810a7c testnet url added to readme
7 years ago
moneroexamples 1c12a46aec fix: spending ringct coinbase txs is diffrent than old coinbase
7 years ago
moneroexamples 145f877a41 rpccalls moved to class file
7 years ago
moneroexamples e483120089 some api cleanup
7 years ago
moneroexamples 5301eb07c8 blockchain-path option added to config.json
7 years ago
moneroexamples 3495b9a542 search threads life duration added to config.json
7 years ago
moneroexamples 3131f3dea4 some code cleaning
7 years ago
moneroexamples 7c20bdc8de command line options added to readme
7 years ago
moneroexamples 556a330167 versioning added to front end and screenshot updated
7 years ago
moneroexamples e7d21494b4 versioning added to CMakeLists.txt
7 years ago
moneroexamples c14dcbd8a5 report deaomon is BUSY when commit_tx fails due to BUSY state
7 years ago
moneroexamples d272837cc8 some options moved to config.json
7 years ago
moneroexamples 7747198cba small html changes
7 years ago
moneroexamples 378d3c9619 get_current_time moved into tools
7 years ago
moneroexamples 6155b0bc64 fee info given if sending fails due to low balance
7 years ago
moneroexamples 8ff987eb49 allow scanning of no-relay txs in mempool
7 years ago
moneroexamples 21ce61ff74 --do-not-relay program option added
7 years ago