Commit Graph

  • 304f1a3490 Merge branch 'mempool_thread' of github.com:moneroexamples/onion-monero-blockchain-explorer into mempool_thread moneroexamples 2017-06-02 08:11:36 +0800
  • d218b767aa mempool thread status thread dev started for tests moneroexamples 2017-05-28 07:53:36 +0800
  • dfa83b48e0 Merge branch 'master' of github.com:moneroexamples/onion-monero-blockchain-explorer moneroexamples 2017-06-02 07:34:12 +0800
  • 8608271a0c easylogging removed as dependency moneroexamples 2017-06-01 11:19:09 +0800
  • 8592f0fcad easylogging removed as dependency moneroexamples 2017-06-01 11:19:09 +0800
  • fa5b20b130 easylogging removed as dependency moneroexamples 2017-06-01 11:19:09 +0800
  • 8265c08e93 tag checkout updated moneroexamples 2017-06-01 09:24:37 +0800
  • 8fb6dfef06 show no of txpool if not zero only moneroexamples 2017-06-01 07:49:23 +0800
  • 6e169cb848 show no of txpool if not zero only moneroexamples 2017-06-01 07:22:29 +0800
  • 58272e3a73 started looking into showing alt blcoks moneroexamples 2017-05-31 13:50:15 +0800
  • f5d9f993fd mempool_info_timeout set to 5s as default moneroexamples 2017-05-28 09:14:11 +0800
  • 4a2c0a5d3e mempool_info_timeout set to 5s as default moneroexamples 2017-05-28 09:13:45 +0800
  • c9ee47ec3c mempool and network info timeout parameters added moneroexamples 2017-05-28 09:10:42 +0800
  • 74d5b90405 show previous network_info if current times out moneroexamples 2017-05-28 08:55:58 +0800
  • 48a999dc80 mempool thread status thread dev started for tests moneroexamples 2017-05-28 07:53:36 +0800
  • 36b9bd2a56 network info timeout set to 2s moneroexamples 2017-05-27 07:03:48 +0800
  • 7d47ae69b8 network_info timeout set to 1s moneroexamples 2017-05-26 09:53:24 +0800
  • 14542502a7 remove m_blockchain_storage.get_db().close() from MicroCore moneroexamples 2017-05-26 09:51:41 +0800
  • 86ff44bb41 print_coinbase_tx_sum info added to readme moneroexamples 2017-05-26 09:48:23 +0800
  • 7df8bccd72 readme updated moneroexamples 2017-05-26 09:25:02 +0800
  • 7bdd8720c8 tx_pool_size_kbytes removed for now as it takes long time. moneroexamples 2017-05-26 07:55:08 +0800
  • 77463c2b8b tx_pool_size_kbytes added to api/networkinfo moneroexamples 2017-05-25 14:20:58 +0800
  • 91739483ad mempool for front page is in its own async call now. moneroexamples 2017-05-25 14:00:16 +0800
  • e9143c523c Link to mempool page added to mempool_error.hml moneroexamples 2017-05-25 13:43:33 +0800
  • 4500e640c3 Mempool data processing moved to async thread moneroexamples 2017-05-25 13:21:17 +0800
  • eb50233146 Alternative Monero block explorers added to README moneroexamples 2017-05-25 10:36:04 +0800
  • 32a56f32f1 git_branch_name added to footer moneroexamples 2017-05-24 13:40:25 +0800
  • 41e2e22cde Merge pull request #62 from moneroexamples/emission_rate_thread moneroexamples 2017-05-24 12:55:40 +0800
  • a28badc1f9 Merge remote-tracking branch 'origin/emission_rate_thread' into emission_rate_thread moneroexamples 2017-05-24 11:06:20 +0800
  • c45abcba1b std::thread changed to boost::thread and the emission refactored moneroexamples 2017-05-24 11:06:03 +0800
  • 21770a518e api/emission example added to readme moneroexamples 2017-05-20 10:31:52 +0800
  • 7b9ee5732d /api/emission added moneroexamples 2017-05-19 17:50:12 +0800
  • 2c133482af Info about Monero emission added to README moneroexamples 2017-05-19 17:25:27 +0800
  • 33efcf5f5e Merge pull request #61 from alvinjoelsantos/emission_rate_thread moneroexamples 2017-05-19 16:11:44 +0800
  • 93472a820d Changed mixin to ring size/ring member alvinjoelsantos 2017-05-18 18:58:30 -0400
  • 24cd9d83f0 get_emission() simplified moneroexamples 2017-05-19 12:43:43 +0800
  • 3fcf87bdfc total_emission_gap added moneroexamples 2017-05-19 10:22:11 +0800
  • 300e26fa9e Alt blocks number added to index2.html moneroexamples 2017-05-19 07:26:26 +0800
  • 14f615441d Alt blocks number added to index2.html moneroexamples 2017-05-19 07:13:57 +0800
  • c2d78c692b boost path used instead of strings for paths moneroexamples 2017-05-18 08:59:26 +0800
  • 9c57d8b3a3 Emission atomic structure added moneroexamples 2017-05-17 13:30:36 +0800
  • 7a4a02b563 emission for testnet network added moneroexamples 2017-05-17 08:20:43 +0800
  • d6bcf94a3d testing monero emission thread moneroexamples 2017-05-16 13:29:24 +0800
  • f131bcfc9b info about cmake path to monero added to readme moneroexamples 2017-05-16 07:53:21 +0800
  • a96d9f3594 basic network info added to front page moneroexamples 2017-05-15 14:19:57 +0800
  • 0a66e3b420 http://monerochain.com/ added to readme moneroexamples 2017-05-15 07:30:29 +0800
  • a6c530bffc Merge pull request #58 from moneroexamples/json_mempool_add_limit moneroexamples 2017-05-12 13:39:27 +0800
  • 5a5a39654a Merge branch 'master' into json_mempool_add_limit moneroexamples 2017-05-12 13:38:23 +0800
  • b5cbad2895 rawblock and rawtransaction api added to readme moneroexamples 2017-05-11 14:21:50 +0800
  • 19718932c3 json_networkinfo added moneroexamples 2017-05-11 12:17:10 +0800
  • 67b48ccc93 api to get raw tx and block data added moneroexamples 2017-05-11 11:38:29 +0800
  • bb213e3692 readme updated moneroexamples 2017-05-11 10:52:43 +0800
  • 99b4f34f52 fix: possible division by 0 moneroexamples 2017-05-10 17:22:30 +0800
  • a2505b7db6 order of txs in json_mempool reversed moneroexamples 2017-05-10 17:04:31 +0800
  • f4c72a3fc1 started upadting readme with new api/mempool example moneroexamples 2017-05-10 09:06:06 +0800
  • eb735a14dc large default value for api/mempool if no limit given moneroexamples 2017-05-10 08:49:59 +0800
  • eac4fa8460 add limits to json_mempool moneroexamples 2017-05-10 08:42:06 +0800
  • fa168613ae fix: signed outputs data checker does not work with coinbase txs moneroexamples 2017-05-09 12:19:23 +0800
  • 95e642fdc5 redundant data from keyimage date file checker removed moneroexamples 2017-05-09 12:00:32 +0800
  • ec38e423fd total_page_no added to api/transactions moneroexamples 2017-05-07 14:19:32 +0800
  • 39df8497e3 mixins public keys added to api/transactions moneroexamples 2017-05-05 07:32:02 +0800
  • de62e7486a example of aliases added to readme moneroexamples 2017-05-04 14:30:28 +0800
  • 1c9a2003ce example of aliases added to readme moneroexamples 2017-05-04 14:29:46 +0800
  • 461f6ab47f example of aliases added to readme moneroexamples 2017-05-04 14:28:55 +0800
  • e7d94a133f new explorer link added moneroexamples 2017-05-04 14:22:54 +0800
  • cf6f6a026f search_mempool and json_mempool refactored moneroexamples 2017-05-04 08:52:52 +0800
  • f5f9916b93 myxmr::jsonresponse class added moneroexamples 2017-05-04 08:43:00 +0800
  • 4a5f2d993f readme updated moneroexamples 2017-04-28 15:34:08 +0800
  • c3c25fcb03 fix merging problems moneroexamples 2017-04-28 15:24:19 +0800
  • b540bf5f72 Merge pull request #57 from moneroexamples/performance_improvements moneroexamples 2017-04-28 13:49:46 +0800
  • 652a3bd816 gitignore updated moneroexamples 2017-04-28 13:46:39 +0800
  • 468f927e8b gitignore modefied moneroexamples 2017-04-28 13:45:30 +0800
  • 40d87bdab4 readme updated moneroexamples 2017-04-18 13:18:37 +0800
  • 4fc33137de FindMonero.cmake added to simply building against Monero moneroexamples 2017-04-18 13:10:09 +0800
  • 05a7af350a Merge pull request #48 from moneroexamples/fix_tx_timestamps_index2 moneroexamples 2017-04-08 06:08:33 +0800
  • 471850cdd0 readme updated moneroexamples 2017-04-06 09:30:14 +0800
  • 452f4fa7c3 fix weird timestamps moneroexamples 2017-04-06 09:08:11 +0800
  • df7c5f8263 Readme updated moneroexamples 2017-04-04 14:42:36 +0800
  • b684a35b6b an onion address updated moneroexamples 2017-03-25 08:35:13 +0800
  • 8471fa28ef custom searches removed from readme moneroexamples 2017-03-25 08:31:04 +0800
  • 6e070f2dba fix: spelling in readme moneroexamples 2017-03-25 08:30:32 +0800
  • 0426dacb63 info about custom lmdb removed from readme moneroexamples 2017-03-25 08:29:56 +0800
  • a4de87deba testnet priority nodes added moneroexamples 2017-03-23 05:18:34 +0800
  • c7d84b0c24 new tor xmr node added moneroexamples 2017-03-20 23:26:31 +0000
  • f555340dec new testnet explorer added to readme moneroexamples 2017-03-20 23:12:31 +0000
  • 9fb0601e6a onion node added moneroexamples 2017-03-18 08:45:44 +0800
  • 46388b08eb Merge branch 'master' of github.com:moneroexamples/onion-monero-blockchain-explorer moneroexamples 2017-03-15 00:08:07 +0000
  • 54d11c9f7a readme updated moneroexamples 2017-03-15 00:07:44 +0000
  • 05a843d6f3 fix: some template files were not pre-loaded moneroexamples 2017-03-13 16:38:57 +0800
  • c0b19625ef fmt library updated moneroexamples 2017-03-13 16:35:45 +0800
  • a82024946c readme updated moneroexamples 2017-03-04 06:41:31 +0800
  • 2fa5a84cc5 Merge pull request #41 from moneroexamples/preload_template_files moneroexamples 2017-03-04 06:32:47 +0800
  • 8b0a970d57 rebased to master moneroexamples 2017-03-04 06:31:34 +0800
  • 26d4633489 Merge branch 'preload_template_files' of github.com:moneroexamples/onion-monero-blockchain-explorer into preload_template_files moneroexamples 2017-03-04 06:27:15 +0800
  • a658f93080 template_file map repleased reading templates from hdd for each request moneroexamples 2017-03-03 01:03:45 +0000
  • 381848c06d started construction of template_file map moneroexamples 2017-03-03 00:02:11 +0000
  • 87ec3934f0 no_of_last_blocks option added and default set to 10 moneroexamples 2017-03-04 06:25:24 +0800
  • 89ec634422 fix: no more parsing json of each tx in mempool 5 times! moneroexamples 2017-03-03 17:09:49 +0800
  • d22cb6a827 fix: unnessery function call in mempool() moneroexamples 2017-03-03 16:53:06 +0800
  • 0937c0592b gitignore modified moneroexamples 2017-03-03 05:52:59 +0000