Commit Graph

46 Commits (f01311996c3331d51ea1ce66e808e3cbe90e7111)

Author SHA1 Message Date
moneroexamples 9d46b8b2c7 deletion of tx in TxSearch commented out
6 years ago
moneroexamples 1d4dbf0ada sort outputs from highest to lowest
6 years ago
moneroexamples 037d231c82 fix: incorrect tx public key in outputs
7 years ago
moneroexamples e50f672f6b scanned_block_timestamp added
7 years ago
moneroexamples 8dcde94699 time import periods fixed and sql updated
7 years ago
moneroexamples 1d3768c885 warning about devevelopment version added to home.html
7 years ago
moneroexamples 16b8c429bf blockchain_tx_id added to Transaction table
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 5b99b52277 total_received removed from Accounts table
7 years ago
moneroexamples 943e65c385 futher modification to ringct and mempool handling
7 years ago
moneroexamples e062d445a4 TransactionsWithOutsAndIns view removed
7 years ago
moneroexamples 644c26cde9 sha3 and nacl-fast-cn js libs added
8 years ago
moneroexamples 93764617b8 rct_outpk, rct_mask and rct_amount added to Outputs table
8 years ago
moneroexamples ba7da3de77 dependence on mysql view removed
8 years ago
moneroexamples 06252cabdb select_txs_for_account_spendability_check method added
8 years ago
moneroexamples 614698e1a8 checking if tx is spendable and marking if so.
8 years ago
moneroexamples e314416587 tx insert sql fixed
8 years ago
moneroexamples ddb29ff242 is_spendable flag added
8 years ago
moneroexamples a90c5ed505 MYSQLPP_SSQLS_NO_STATICS added to solve multiple definitions of ssqls
8 years ago
moneroexamples 0cc8717d71 trying reorganize ssqlses.h
8 years ago
moneroexamples 2aeec07082 trying reorganize ssqlses.h
8 years ago
moneroexamples ea6dce4292 still some proplem qith ssqlses.h
8 years ago
moneroexamples 7712367410 before adding tx, check if it already exists
8 years ago
moneroexamples 71f7adf31b XmrPayment added
8 years ago
moneroexamples bdac9b33e7 payment_id is randomly generated
8 years ago
moneroexamples 40f8810468 get_unspent_outs added
8 years ago
moneroexamples 551fc4ddba sql view fixed to show tx record
8 years ago
moneroexamples 0562089ab5 TransactionsWithOutsAndIns reorganization
8 years ago
moneroexamples bf29ebdd8a global_index added to Outputs table
8 years ago
moneroexamples 165f2d6879 tx prefix hash added to Transactions table
8 years ago
moneroexamples 37f46076a7 Accounts table simplified
8 years ago
moneroexamples 17efa53589 initial scaning for possible inputs added
8 years ago
moneroexamples 2d4bed3471 spent_ouputs list added to get_address_info request
8 years ago
moneroexamples 6ff1ca9fdd MysqlTransactionWithOutsAndIns added
8 years ago
moneroexamples a3879a44d7 TransactionWithOutsAndIns SSQLS added
8 years ago
moneroexamples a056f7c891 Possible key_images for a given address are saved
8 years ago
moneroexamples 0ce55f3396 MysqlInputs class added
8 years ago
moneroexamples a66f5230f3 Inputs ssqls added
8 years ago
moneroexamples 355727ba3c TxSearch threads writes outputs to Outputs table when found.
8 years ago
moneroexamples 693bcc3eb0 Outputs table added
8 years ago
moneroexamples ac41217f16 get_total_recieved method added
8 years ago
moneroexamples 3485483cf2 basic transactions search added
8 years ago
moneroexamples d8570d8c30 select method added to MysqlTransactions
8 years ago
moneroexamples eedc4817d0 started converting MySqlConnector into singleton
8 years ago
moneroexamples eb1c324a14 SSQLSes moved to their own file.
8 years ago