Commit Graph

688 Commits (eccff9fa5d6082c428f5bb70b729e6f75ff62b47)
 

Author SHA1 Message Date
moneroexamples eccff9fa5d "get_alternative_blocks(atl_blks) returned false" added
moneroexamples 1f98da6763 Merge branch 'show_alt_blocks' of github.com:moneroexamples/onion-monero-blockchain-explorer into show_alt_blocks
moneroexamples 95167aab89 started looking into showing alt blcoks
moneroexamples 2647ae3d1c fix: network info dissapread
moneroexamples 1fe5a2185f change numbering on tx in mempool
moneroexamples a4ab22486f adjust calculation of mempool tx on front page
moneroexamples 329cc6298c fix: mempool_no shows zero
moneroexamples e6b6666738 get_mempool_txs(uint64_t no_of_tx) added
moneroexamples 6e80fc8e24 Guard alias added
moneroexamples 13a9060b8b mempool_tx structure was made lighter
moneroexamples 46c8d5ec1a use block_size_limit / 2 for front page
moneroexamples 1495626e4a dont allow mempool_refresh_time to be zero
moneroexamples 8541f38ef1 Move network_info to MempoolStatus thread
moneroexamples bea1665ac9 modify json.hpp to compile with recent gcc
https://github.com/nlohmann/json/issues/606
moneroexamples edc7b05966 modify json.hpp to compile with recent gcc
moneroexamples 6dfcee5743 rename set() to set2() in crow
to avoid clashing with std::set().
moneroexamples fd14259c1f json.http and crow modified to compile with latest gcc
moneroexamples 0b350a027d join memory status thread
moneroexamples 3eda64407a fluffynet subnet explorer added to readme
moneroexamples dbdf427092 spelling correction
moneroexamples c2fd7f7a55 readme updated
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 fa5b20b130 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 58272e3a73 started looking into showing alt blcoks
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