24 Commits (f0e562217b81b55714311fc0b356b008b70bd5b4)

Author SHA1 Message Date
moneroexamples 3a055f9fbd remove depency on readline
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/105
7 years ago
moneroexamples ad15b5c703 indicate presence of sub-address in multi-output txs 7 years ago
moneroexamples e6d0d4fe95 rpccalls::get_hardfork_info added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/92
7 years ago
moneroexamples 5d34b3e562 hard fork version added to network info 7 years ago
moneroexamples c8cfe9ac4a remove make_tx_from_json 7 years ago
moneroexamples 07b03bd449 use _tx_info.tx_blob instead of manually parsing json
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/89
7 years ago
stoffu 02070e9875 misc fixes to eliminate compiler warnings 7 years ago
moneroexamples 5215ad45ed Show payment id status in the index page
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/83#issuecomment-334315512
7 years ago
moneroexamples b202b09c3c dont show '?' when fee is zero. 7 years ago
moneroexamples f41de0956c status added to network_info 7 years ago
moneroexamples 329cc6298c fix: mempool_no shows zero 8 years ago
moneroexamples e6b6666738 get_mempool_txs(uint64_t no_of_tx) added 8 years ago
moneroexamples 6e80fc8e24 Guard alias added 8 years ago
moneroexamples 13a9060b8b mempool_tx structure was made lighter 8 years ago
moneroexamples 1495626e4a dont allow mempool_refresh_time to be zero 8 years ago
moneroexamples 8541f38ef1 Move network_info to MempoolStatus thread 8 years ago
moneroexamples 96b71efcdb mempool catch removed as we have mempool thread now 8 years ago
moneroexamples 093afee5ac mempool-refresh-time option added 8 years ago
moneroexamples 70442c75e5 dont show extra error msg when mempool rpc fails 8 years ago
moneroexamples 3c2cc62feb mempool size and number added to MempoolStatus 8 years ago
moneroexamples 7b4953f964 MempoolStatus thread used in place or get_mempool rpc calls 8 years ago
moneroexamples 6439838103 json_mempool uses mempoolstatus thread 8 years ago
moneroexamples 20a6df212a read_mempool added to MempoolStatus thread 8 years ago
moneroexamples d218b767aa mempool thread status thread dev started for tests 8 years ago