Commit Graph

444 Commits (master)

Author SHA1 Message Date
moneroexamples 3ab1341703 It comiles, but will not work properly.
6 years ago
moneroexamples 4d2f88a208 More tests and updated for current monero release started
6 years ago
moneroexamples 29f03b98e4 OutgingMixRingctTransaction test added
6 years ago
moneroexamples a4bc64f691 SweepUnmixableTransaction test added
6 years ago
moneroexamples 63abc4f711 fix: csv path in a test
6 years ago
moneroexamples 15f2801650 MockGettingOutputs added
6 years ago
moneroexamples 427adfbb9a CMakeList.txt updated
6 years ago
moneroexamples 33e7129da0 testing of OutputInputIdentification.h started
6 years ago
moneroexamples 774cc71ab0 Formatting and small fixes here and there.
6 years ago
moneroexamples a1a44af6ae test throwing excetpion get_exception_ptr()
6 years ago
moneroexamples 034512585b fix: crash when throwing null exception_ptr
6 years ago
moneroexamples f97b86ef75 Exception handling in TxSearch
6 years ago
moneroexamples 6e069cad80 std::exception_ptr added to TxSearch
6 years ago
moneroexamples 0de07b5611 Provide timestamp in microseconds.
6 years ago
moneroexamples b36db3f0d9 CurrentBlockchainStatus::monitor_blockchain tested
6 years ago
moneroexamples 65cd066b19 CurrentBlockchainStatus::monitor_blockchain added
6 years ago
moneroexamples ae3c3fcd38 get_txs_in_blocks tested
6 years ago
moneroexamples 732b3307a1 get_txs_in_blocks optmizations
6 years ago
moneroexamples ab6544ef6d CurrentBlockchainStatus::construct_output_rct_field tested
6 years ago
moneroexamples a87eb7f70c fix: google mock warrnings about json
6 years ago
moneroexamples 506fb68c0d Fix: wrong mutex locked when accessing txpool txs
6 years ago
moneroexamples 12349ec9b2 CurrentBlockchainStatus::find_txs_in_mempool tested
6 years ago
moneroexamples 9a4ebd2b94 GetSearchedBlkOutputsAndAddrViewkey test added
6 years ago
moneroexamples 0c4e68d320 CurrentBlockchainStatus::get_search_thread added
6 years ago
moneroexamples c399db986a fix: multiple search threads
6 years ago
moneroexamples 6e616f367f StartTxSearchThread test added
6 years ago
moneroexamples bc396e1e23 ThreadRAII2 class created
6 years ago
moneroexamples 0e8b0aa34a logG
6 years ago
moneroexamples 0fdc8f43aa BCSTATUS_TEST changed into parametric test suite
6 years ago
moneroexamples 168a0355d6 CurrentBlockchainStatus::read_mempool test added
6 years ago
moneroexamples d542aae542 futher easylogging integration
6 years ago
moneroexamples 62480adced initial easylogging++ support added to openmonero
6 years ago
moneroexamples e074eba4e5 src/RPCCalls.h added
6 years ago
moneroexamples dc1e82dff1 New tests for CurrentBlockchainStatus added
6 years ago
moneroexamples a419e62278 RPCCalls class refactored
6 years ago
moneroexamples 40e5d287a3 More CurrentBlockchainStatus tests added
6 years ago
moneroexamples 118e4ef1b0 TxUnlockChecker class added and tested
6 years ago
moneroexamples 4d8b631e1b more CurrentBlockchainStatus tests added
6 years ago
moneroexamples aed9eff7aa more mocks added
6 years ago
moneroexamples 9e10445241 mylmdb.h removed
6 years ago
moneroexamples 8f59acd34c MicroCore tests started
6 years ago
moneroexamples 5f57e47696 Fix: open blockchain in readonly mode
6 years ago
moneroexamples 26ba9efff5 MicroCore reorganized and mempool reading upgrades
6 years ago
moneroexamples 6a0712b448 MicroCore cleaned
6 years ago
moneroexamples 808e9e8494 BlockchainSetup tested
6 years ago
moneroexamples b9c4ed69b7 xmreg::BlockchainSetup class amended
6 years ago
moneroexamples 0474430926 fix: launch of mysql_ping thread in main.cpp
6 years ago
moneroexamples 122e52e724 xmreg::MysqlPing functor added and its tests as well
6 years ago
moneroexamples ca7bef08a7 itarating over tx using const& now.
6 years ago
moneroexamples c60f2b245b mysql_ping_thread decoupled from XmrAccounts
6 years ago
moneroexamples 74f47cda25 select_txs_for_account_spendability_check tests added
6 years ago
moneroexamples 1407ce0c0f CurrentBlockchainStatus refactor for independency injection
6 years ago
moneroexamples 65b9d989f1 add check_if_connected() method
6 years ago
moneroexamples 7904cf8864 MYSQL_TEST suite modified
6 years ago
moneroexamples a9cd46166b get_total_recieved updated
6 years ago
moneroexamples 3d609e44da lcov commented out
6 years ago
moneroexamples f3c531cfb4 some new tests added
6 years ago
moneroexamples cc5b2d8eff code coverage analysis added
6 years ago
moneroexamples 7b5dc48d7d mysql update tempated and more tests added
6 years ago
moneroexamples 2763db6ca1 paymate table refactored and some tests added
6 years ago
moneroexamples 9b8b0e40f6 SelectInputsForOutput test added
6 years ago
moneroexamples e77ec2309b select_for_tx templated and new tests added
6 years ago
moneroexamples d6e3e85b27 select templetezied
6 years ago
moneroexamples e3ff2b07f4 mysql insert code templetized
6 years ago
moneroexamples 604ffac1c8 out_pub_key column made unique and new tests
6 years ago
moneroexamples 3683287c15 update to work with current monero master branch
6 years ago
moneroexamples 2b77d61ce8 fix: get_next_primary_id wrong database
6 years ago
moneroexamples 8f6099c30d GetTotalRecievedByAnAddress test added
6 years ago
moneroexamples 7c0dfe1801 new MysqlTransactions tests added
6 years ago
moneroexamples f01311996c fix: wrong tx in tests
6 years ago
moneroexamples e4c121fb08 Add test to check that cant insert duplicate account
6 years ago
moneroexamples dd81aa2fb8 Two XmrTransaction tests added
6 years ago
moneroexamples 1926aa837f exploring how chaingen.h from monero could be useful for testing
6 years ago
moneroexamples 50a7a345f1 some code cleanup
6 years ago
moneroexamples 38ec7cdc21 MysqlAccounts::get_next_primary_id
6 years ago
moneroexamples 5225bef170 SelectSingleTx test added
6 years ago
moneroexamples 08e43c6e38 mysql_tests.cpp started
6 years ago
moneroexamples afe050553f works on ubuntu now if clang is used
6 years ago
moneroexamples f0d05b77ff rollback mysql changes as they work in Arch, not Ubuntu.
6 years ago
moneroexamples c73f25e6cc performance optmizations and fix for duple pub key
6 years ago
moneroexamples fc88d67fff CurrentBlockchainStatus::get_blocks_range added
6 years ago
moneroexamples 64eda15eb1 recent import of tx time increased to 180 days
6 years ago
moneroexamples b58f52082f Some performance optimizations
6 years ago
moneroexamples fef5f019a3 remove offline decoding of seed (not used anyway)
6 years ago
moneroexamples 2da6ad9e0d adjust ring member values to those used in mymonero
6 years ago
moneroexamples e14dc98c5c scan all key images
6 years ago
moneroexamples d7d2cc5a40 Check if key images already in mempool
6 years ago
moneroexamples a3e5b40c29 find_tx_in_mempool method completed
6 years ago
moneroexamples 77e00ccba1 some performance i,provements
6 years ago
moneroexamples 4ffece8435 further fixes for stagenet in openmonero
6 years ago
moneroexamples d373327150 initial support for stagenet added
6 years ago
moneroexamples 22836e6c73 just make it compile with current monero that has stagenet
6 years ago
moneroexamples 90db49c9b8 fix: compile with new device functionality of monero
6 years ago
moneroexamples 9d46b8b2c7 deletion of tx in TxSearch commented out
6 years ago
moneroexamples 1d4dbf0ada sort outputs from highest to lowest
6 years ago
moneroexamples ae88a75b3f compile with latest monero
6 years ago
moneroexamples 100b0bc9a5 fix compilation issues on ubuntu
6 years ago
moneroexamples f4bb38fab8 decode bulletproove txs
6 years ago
moneroexamples a40464fd32 use address_parse_info instead of address
6 years ago
moneroexamples d8307fc0e8 dont rethrow mysql exceptions
6 years ago
moneroexamples c388b990f6 exception handling added for json requests
6 years ago
moneroexamples 80f2ef9585 add port option for mysql
7 years ago
moneroexamples 7fb6088f2e add catch (...) to MySqlConnector::connect()
7 years ago
moneroexamples a841f77e46 Added some exception handling as to not brutally terminate
7 years ago
moneroexamples d510c5f504 check ring size in the backend
7 years ago
moneroexamples fdf0b188f8 Display raw_tx data in tx confirm modal window
7 years ago
moneroexamples 38615d4ffa change ping time to 2 hours
7 years ago
moneroexamples 95bc207e1d fix: initialize current timestamp with a timestamp, not 0 value
7 years ago
moneroexamples f3b8b7962a stop scanning key images, after first failure in a tx
7 years ago
moneroexamples 751c603039 decode_ringct takes pubkey by reference now, not copy
7 years ago
moneroexamples 984cd5c01e fetching data status added to Transaction Details
7 years ago
moneroexamples 6c28aa7fc8 tiny code cleaning
7 years ago
moneroexamples c97e349b5f decoding seed commented out and testnet flag added to get_version
7 years ago
moneroexamples f0ae1d3f84 scan all key images
7 years ago
moneroexamples faa7d5b84d ability to make full importing free
7 years ago
moneroexamples 6b4eddcea7 this should fix this
7 years ago
moneroexamples 63c6d3310e blockchain explorer link added to send_coins.html.
7 years ago
moneroexamples ff41d8e311 fix: incorrect details of txs in mempool
7 years ago
moneroexamples 2b7fa7acbb fix: incorrect details of txs in mempool
7 years ago
moneroexamples a42801f6cc link to blockchain explorer added in tx details modal
7 years ago
moneroexamples 90c2490dea output and input data add to get_tx api call
7 years ago
moneroexamples 10c482df77 merge changes
7 years ago
moneroexamples 7ba1fb2757 get_tx added
7 years ago
moneroexamples e731beae97 new_address status flag is used now.
7 years ago
moneroexamples 2022e5debf Add rpc api version to backend and frontend
7 years ago
moneroexamples 8d2f3fd352 fix: incorrect tx public key in outputs in mempool as well
7 years ago
moneroexamples 037d231c82 fix: incorrect tx public key in outputs
7 years ago
moneroexamples 4326ef7c0b try catch added to TxSearch
7 years ago
moneroexamples a0c9d9c3fd import wallet messages corrected
7 years ago
moneroexamples d6ea98ee89 fix: incorrect timestamp when creating account
7 years ago
moneroexamples cb2ee2b9b4 fix: incorrect timestamp when creating account
7 years ago
moneroexamples 9ead4db8d8 mysqlpp transaction added to TxSearch.cpp
7 years ago
moneroexamples e50f672f6b scanned_block_timestamp added
7 years ago
moneroexamples c43f81b168 ApiCalls service now provides all api calls to backend.
7 years ago
moneroexamples 879854cddf full import wallet uses integrated addresses now
7 years ago
moneroexamples 77077d6896 fix: timestamp for unconfrimed txs
7 years ago
moneroexamples 8dcde94699 time import periods fixed and sql updated
7 years ago
moneroexamples aef4e41127 updated to new monero and date removed
7 years ago
moneroexamples 17b7b66051 ImportAccountCtrl controller added
7 years ago
moneroexamples bb59e83179 error msg for recent block import added
7 years ago
moneroexamples 68dfadbb2a YourMoneroRequests::import_recent_wallet_request added
7 years ago
moneroexamples 3a81215e3e initial development started
7 years ago
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