Commit Graph

758 Commits (19d6e4f9be52c4c4fb3e5c3521462098393fd17c)
 

Author SHA1 Message Date
moneroexamples f4c72a3fc1 started upadting readme with new api/mempool example
moneroexamples eb735a14dc large default value for api/mempool if no limit given
moneroexamples eac4fa8460 add limits to json_mempool
moneroexamples fa168613ae fix: signed outputs data checker does not work with coinbase txs
moneroexamples 95e642fdc5 redundant data from keyimage date file checker removed
moneroexamples ec38e423fd total_page_no added to api/transactions
issue: https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/55#issuecomment-299680916
moneroexamples 39df8497e3 mixins public keys added to api/transactions
moneroexamples de62e7486a example of aliases added to readme
moneroexamples 1c9a2003ce example of aliases added to readme
moneroexamples 461f6ab47f example of aliases added to readme
moneroexamples e7d94a133f new explorer link added
moneroexamples cf6f6a026f search_mempool and json_mempool refactored
moneroexamples f5f9916b93 myxmr::jsonresponse class added
moneroexamples 4a5f2d993f readme updated
moneroexamples c3c25fcb03 fix merging problems
moneroexamples b540bf5f72 Merge pull request from moneroexamples/performance_improvements
Performance improvements
moneroexamples 652a3bd816 gitignore updated
moneroexamples 468f927e8b gitignore modefied
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/45
moneroexamples 40d87bdab4 readme updated
moneroexamples 4fc33137de FindMonero.cmake added to simply building against Monero
moneroexamples 05a7af350a Merge pull request from moneroexamples/fix_tx_timestamps_index2
fix weird timestamps
moneroexamples 471850cdd0 readme updated
moneroexamples 452f4fa7c3 fix weird timestamps
plus some tiny performance improvements

https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/46
moneroexamples df7c5f8263 Readme updated
moneroexamples b684a35b6b an onion address updated
moneroexamples 8471fa28ef custom searches removed from readme
moneroexamples 6e070f2dba fix: spelling in readme
moneroexamples 0426dacb63 info about custom lmdb removed from readme
moneroexamples a4de87deba testnet priority nodes added
moneroexamples c7d84b0c24 new tor xmr node added
moneroexamples f555340dec new testnet explorer added to readme
moneroexamples 9fb0601e6a onion node added
moneroexamples 46388b08eb Merge branch 'master' of github.com:moneroexamples/onion-monero-blockchain-explorer
moneroexamples 54d11c9f7a readme updated
moneroexamples 05a843d6f3 fix: some template files were not pre-loaded
moneroexamples c0b19625ef fmt library updated
moneroexamples a82024946c readme updated
moneroexamples 2fa5a84cc5 Merge pull request from moneroexamples/preload_template_files
Preload template files to improve performance
moneroexamples 8b0a970d57 rebased to master
moneroexamples 26d4633489 Merge branch 'preload_template_files' of github.com:moneroexamples/onion-monero-blockchain-explorer into preload_template_files
moneroexamples a658f93080 template_file map repleased reading templates from hdd for each request
moneroexamples 381848c06d started construction of template_file map
moneroexamples 87ec3934f0 no_of_last_blocks option added and default set to 10
moneroexamples 89ec634422 fix: no more parsing json of each tx in mempool 5 times!
moneroexamples d22cb6a827 fix: unnessery function call in mempool()
moneroexamples 0937c0592b gitignore modified
moneroexamples 38d893057e xmreg::pause_execution added to tools.
moneroexamples 4b10de5ca4 template_file map repleased reading templates from hdd for each request
moneroexamples b754e6050a started construction of template_file map
moneroexamples 16fce8188c dont use custom get blockchein height function. use one from monero