Commit Graph

140 Commits (f639419680ba0f7d25ff082e83769864e80139a5)

Author SHA1 Message Date
moneroexamples cd64eef13a Remove payment id indicators
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/203
moneroexamples 7ae0315482 Add --daemon-login user:pass option
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/200
Norman Moeschter 79f360acef
Add autorefresh Content-Type.
moneroexamples 101203e2bd add --enable-randomx flag
moneroexamples 143018b5aa remove caches from html template
moneroexamples 8663f43f40 block and tx caches removed
moneroexamples dc642db809 Merge branch 'devel' into randomx
Norman Moeschter 782ca6bc6a
Add autorefresh on /tx page.
moneroexamples a86e0ca3f1 randomx adding started
moneroexamples 3f9e58316b js removed
moneroexamples 2e32839740 concurrency option added
moneroexamples 73ed903eff add htmlresponse to other endpoints
moneroexamples d45b6b9c46 test content type html response
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/160#issuecomment-472205835
moneroexamples b96ed8de74 show_ringmemberstx_jsonhex added
moneroexamples 90cd28c16c show_ringmemberstx_hex added
moneroexamples 2b78eb4ef1 ring members output info as hex added
moneroexamples 3e1631643e blockhexcomplete url added
moneroexamples 22a9f6517e --enable-as-hex option added
moneroexamples 2264d1d722 As hex link added to tx details
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/133
moneroexamples ebe4bb7765 started work on detailed info
moneroexamples 9905e916e4 bindaddr (-x) option added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/128
moneroexamples bf39420c8a fix popping blocks
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/119
moneroexamples bf8b2eb05b initialize block_size_limit_str and block_size_median_str
moneroexamples c103a34eba initialize block_size_limit_str and block_size_median_str
moneroexamples 0e8da07a06 readme updated
moneroexamples 3a055f9fbd remove depency on readline
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/105
moneroexamples e3c732eaa2 speed up all_in_one.js generation.
moneroexamples d3120c73dc merge multiple js files into one
to mininmize number of request to the server
moneroexamples d3481a0d26 more js code added
moneroexamples a77468ce80 basic cryptonote js files added
moneroexamples 21d5ccf2f1 adding JS support started
moneroexamples 17b8f99b35 compile with latest monero master
moneroexamples 6da5b3637e added asan compiler option, basic string cleaning
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/91
moneroexamples 61cd869127 upgrade crow to latest version
stoffu 02070e9875 misc fixes to eliminate compiler warnings
moneroexamples bacd5d3937 proving raw tx added
moneroexamples f290c1db43 add prove and myoutpus shortcut links
moneroexamples 026e734ab0 mempool changed to txpool
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/64
moneroexamples ad3e14a3aa disable alt blocks for now
moneroexamples 9db09581b6 add api/version call
https://github.com/moneroexamples/openmonero/issues/35
moneroexamples 9647945261 api/outputsblocks added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/73
moneroexamples e4a4e2c9ee /altblocks added
moneroexamples 8541f38ef1 Move network_info to MempoolStatus thread
moneroexamples fd14259c1f json.http and crow modified to compile with latest gcc
moneroexamples 0b350a027d join memory status thread
moneroexamples 96b71efcdb mempool catch removed as we have mempool thread now
moneroexamples 093afee5ac mempool-refresh-time option added
moneroexamples d218b767aa mempool thread status thread dev started for tests
moneroexamples 4a2c0a5d3e mempool_info_timeout set to 5s as default
moneroexamples c9ee47ec3c mempool and network info timeout parameters added