931 Commits (22a9f6517e08c7e00f38114dd111085f991b70a9)
 

Author SHA1 Message Date
moneroexamples 8541f38ef1 Move network_info to MempoolStatus thread 8 years ago
moneroexamples bea1665ac9 modify json.hpp to compile with recent gcc
https://github.com/nlohmann/json/issues/606
8 years ago
moneroexamples cd140fd4ba Merge pull request #63 from moneroexamples/add_network_info_front_page
Add network info front page
8 years ago
moneroexamples edc7b05966 modify json.hpp to compile with recent gcc 8 years ago
moneroexamples 6dfcee5743 rename set() to set2() in crow
to avoid clashing with std::set().
8 years ago
moneroexamples fd14259c1f json.http and crow modified to compile with latest gcc 8 years ago
moneroexamples 0b350a027d join memory status thread 8 years ago
moneroexamples 65c222df9a fluffynet subnet explorer added to readme 8 years ago
moneroexamples 3eda64407a fluffynet subnet explorer added to readme 8 years ago
moneroexamples dbdf427092 spelling correction 8 years ago
moneroexamples c2fd7f7a55 readme updated 8 years ago
moneroexamples 96b71efcdb mempool catch removed as we have mempool thread now 8 years ago
moneroexamples 093afee5ac mempool-refresh-time option added 8 years ago
moneroexamples 5a2489c05e rpccalls::get_mempool refactored 8 years ago
moneroexamples 70442c75e5 dont show extra error msg when mempool rpc fails 8 years ago
moneroexamples 3c2cc62feb mempool size and number added to MempoolStatus 8 years ago
moneroexamples 7b4953f964 MempoolStatus thread used in place or get_mempool rpc calls 8 years ago
moneroexamples 6439838103 json_mempool uses mempoolstatus thread 8 years ago
moneroexamples 20a6df212a read_mempool added to MempoolStatus thread 8 years ago
moneroexamples 304f1a3490 Merge branch 'mempool_thread' of github.com:moneroexamples/onion-monero-blockchain-explorer into mempool_thread 8 years ago
moneroexamples d218b767aa mempool thread status thread dev started for tests 8 years ago
moneroexamples dfa83b48e0 Merge branch 'master' of github.com:moneroexamples/onion-monero-blockchain-explorer 8 years ago
moneroexamples 8608271a0c easylogging removed as dependency 8 years ago
moneroexamples 8592f0fcad easylogging removed as dependency 8 years ago
moneroexamples fa5b20b130 easylogging removed as dependency 8 years ago
moneroexamples 8265c08e93 tag checkout updated 8 years ago
moneroexamples 8fb6dfef06 show no of txpool if not zero only 8 years ago
moneroexamples 6e169cb848 show no of txpool if not zero only 8 years ago
moneroexamples 58272e3a73 started looking into showing alt blcoks 8 years ago
moneroexamples f5d9f993fd mempool_info_timeout set to 5s as default 8 years ago
moneroexamples 4a2c0a5d3e mempool_info_timeout set to 5s as default 8 years ago
moneroexamples c9ee47ec3c mempool and network info timeout parameters added 8 years ago
moneroexamples 74d5b90405 show previous network_info if current times out 8 years ago
moneroexamples 48a999dc80 mempool thread status thread dev started for tests 8 years ago
moneroexamples 36b9bd2a56 network info timeout set to 2s 8 years ago
moneroexamples 7d47ae69b8 network_info timeout set to 1s 8 years ago
moneroexamples 14542502a7 remove m_blockchain_storage.get_db().close() from MicroCore
to be like before. It was added for tests only.
8 years ago
moneroexamples 86ff44bb41 print_coinbase_tx_sum info added to readme 8 years ago
moneroexamples 7df8bccd72 readme updated 8 years ago
moneroexamples 7bdd8720c8 tx_pool_size_kbytes removed for now as it takes long time. 8 years ago
moneroexamples 77463c2b8b tx_pool_size_kbytes added to api/networkinfo 8 years ago
moneroexamples 91739483ad mempool for front page is in its own async call now. 8 years ago
moneroexamples e9143c523c Link to mempool page added to mempool_error.hml 8 years ago
moneroexamples 4500e640c3 Mempool data processing moved to async thread 8 years ago
moneroexamples eb50233146 Alternative Monero block explorers added to README 8 years ago
moneroexamples 32a56f32f1 git_branch_name added to footer 8 years ago
moneroexamples 41e2e22cde Merge pull request #62 from moneroexamples/emission_rate_thread
Emission rate thread
8 years ago
moneroexamples a28badc1f9 Merge remote-tracking branch 'origin/emission_rate_thread' into emission_rate_thread 8 years ago
moneroexamples c45abcba1b std::thread changed to boost::thread and the emission refactored 8 years ago
moneroexamples 21770a518e api/emission example added to readme 8 years ago