Commit Graph

665 Commits (96b71efcdbdccc2d1d58dcca305e3141f9330300)
 

Author SHA1 Message Date
moneroexamples 96b71efcdb mempool catch removed as we have mempool thread now
moneroexamples 093afee5ac mempool-refresh-time option added
moneroexamples 5a2489c05e rpccalls::get_mempool refactored
moneroexamples 70442c75e5 dont show extra error msg when mempool rpc fails
moneroexamples 3c2cc62feb mempool size and number added to MempoolStatus
moneroexamples 7b4953f964 MempoolStatus thread used in place or get_mempool rpc calls
moneroexamples 6439838103 json_mempool uses mempoolstatus thread
moneroexamples 20a6df212a read_mempool added to MempoolStatus thread
moneroexamples 304f1a3490 Merge branch 'mempool_thread' of github.com:moneroexamples/onion-monero-blockchain-explorer into mempool_thread
moneroexamples d218b767aa mempool thread status thread dev started for tests
moneroexamples 8592f0fcad easylogging removed as dependency
moneroexamples 8fb6dfef06 show no of txpool if not zero only
moneroexamples 6e169cb848 show no of txpool if not zero only
moneroexamples f5d9f993fd mempool_info_timeout set to 5s as default
moneroexamples 4a2c0a5d3e mempool_info_timeout set to 5s as default
moneroexamples c9ee47ec3c mempool and network info timeout parameters added
moneroexamples 74d5b90405 show previous network_info if current times out
moneroexamples 48a999dc80 mempool thread status thread dev started for tests
moneroexamples 36b9bd2a56 network info timeout set to 2s
moneroexamples 7d47ae69b8 network_info timeout set to 1s
moneroexamples 14542502a7 remove m_blockchain_storage.get_db().close() from MicroCore
to be like before. It was added for tests only.
moneroexamples 86ff44bb41 print_coinbase_tx_sum info added to readme
moneroexamples 7df8bccd72 readme updated
moneroexamples 7bdd8720c8 tx_pool_size_kbytes removed for now as it takes long time.
moneroexamples 77463c2b8b tx_pool_size_kbytes added to api/networkinfo
moneroexamples 91739483ad mempool for front page is in its own async call now.
moneroexamples e9143c523c Link to mempool page added to mempool_error.hml
moneroexamples 4500e640c3 Mempool data processing moved to async thread
moneroexamples eb50233146 Alternative Monero block explorers added to README
moneroexamples 32a56f32f1 git_branch_name added to footer
moneroexamples 41e2e22cde Merge pull request from moneroexamples/emission_rate_thread
Emission rate thread
moneroexamples a28badc1f9 Merge remote-tracking branch 'origin/emission_rate_thread' into emission_rate_thread
moneroexamples c45abcba1b std::thread changed to boost::thread and the emission refactored
moneroexamples 21770a518e api/emission example added to readme
moneroexamples 7b9ee5732d /api/emission added
moneroexamples 2c133482af Info about Monero emission added to README
moneroexamples 33efcf5f5e Merge pull request from alvinjoelsantos/emission_rate_thread
Changed mixin to ring size/ring member
alvinjoelsantos 93472a820d Changed mixin to ring size/ring member
moneroexamples 24cd9d83f0 get_emission() simplified
moneroexamples 3fcf87bdfc total_emission_gap added
moneroexamples 300e26fa9e Alt blocks number added to index2.html
moneroexamples 14f615441d Alt blocks number added to index2.html
moneroexamples c2d78c692b boost path used instead of strings for paths
moneroexamples 9c57d8b3a3 Emission atomic structure added
moneroexamples 7a4a02b563 emission for testnet network added
moneroexamples d6bcf94a3d testing monero emission thread
moneroexamples f131bcfc9b info about cmake path to monero added to readme
moneroexamples a96d9f3594 basic network info added to front page
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/59
moneroexamples 0a66e3b420 http://monerochain.com/ added to readme
moneroexamples a6c530bffc Merge pull request from moneroexamples/json_mempool_add_limit
Some new json api added