Commit Graph

721 Commits (661f6910c8a108dcedcc08872ef72f79af32e549)
 

Author SHA1 Message Date
moneroexamples 661f6910c8 Block size limit changed to median block size
moneroexamples 6b286063fb add mempool reffresh time to mempool.html
moneroexamples 888e81de93 add mempool reffresh time to mempool.html
moneroexamples 5aad31c420 url links updated in readme
moneroexamples 188ec7ac2e i2p address added
moneroexamples feb9dabf69 mempool-refresh-time changed to 5 seconds by default
moneroexamples ad3e14a3aa disable alt blocks for now
moneroexamples a850751d48 api decoding example provided
moneroexamples 9db09581b6 add api/version call
https://github.com/moneroexamples/openmonero/issues/35
moneroexamples a549f25138 get_payment_id_as_string added
moneroexamples 9647945261 api/outputsblocks added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/73
Suhaimi Amir 2cef6fb998 update MoneroExplorer.com url in README
moneroexamples 67a5470c6f Update README.md
moneroexamples d2105d17cb add decrypting payments id8 obtained when using integrated address
moneroexamples ec70839bd2 fix: parsing integrated address
moneroexamples c8bbd98b0b Merge branch 'update_to_current_monero' of github.com:moneroexamples/onion-monero-blockchain-explorer into update_to_current_monero
moneroexamples 8cad454e29 updated to current Monero development version
moneroexamples e45a307aa2 fix: ringsize to big by 1
moneroexamples 749a0f28bd updated to current Monero development version
moneroexamples 7ee6ed1f4e have_alt_block link added to index2.html
moneroexamples a36e67e9e3 age and height added to /altblocks
moneroexamples a9bf46a796 add tx no to alt blocks
moneroexamples e4a4e2c9ee /altblocks added
moneroexamples 160a1abe48 fix check if COMMAND_RPC_GET_ALT_BLOCKS_HASHES exists added
moneroexamples 68c3d97fd8 checking if COMMAND_RPC_GET_ALT_BLOCKS_HASHES exists added
moneroexamples 90638a25ac get_alt_blocks modified
moneroexamples ba6f5b81f0 Merge remote-tracking branch 'origin/show_alt_blocks' into show_alt_blocks
# Conflicts:
#	src/page.h
moneroexamples a057da13f6 get_alt_blocks added
moneroexamples 2fd1a05aa8 "get_alternative_blocks(atl_blks) returned false" added
moneroexamples a52ed11c22 started looking into showing alt blcoks
moneroexamples 9385852f9e error_tx_not_found message added to tx.html
moneroexamples 875a92566e Merge remote-tracking branch 'origin/mempool_thread' into mempool_thread
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 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