Commit Graph

746 Commits (7eca176e6a313da815afdfcfd91ab3714c8a2bd2)
 

Author SHA1 Message Date
moneroexamples f41de0956c status added to network_info
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 fa0e681051 Merge pull request from jonathancross/update-readme-frontend-templates
Updating README to indicate location of frontend templates
Jonathan Cross 20738a45ff
Updating README to indicate location of frontend templates
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 cd140fd4ba Merge pull request from moneroexamples/add_network_info_front_page
Add network info front page
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 65c222df9a fluffynet subnet explorer added to readme
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 dfa83b48e0 Merge branch 'master' of github.com:moneroexamples/onion-monero-blockchain-explorer
moneroexamples 8608271a0c easylogging removed as dependency
moneroexamples 8592f0fcad easylogging removed as dependency
moneroexamples fa5b20b130 easylogging removed as dependency
moneroexamples 8265c08e93 tag checkout updated
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