34 Commits (db8b46eb222d509cc55c70d2cf22723a268e1d40)

Author SHA1 Message Date
moneroexamples 7453999415 Fees are shown in micromonero now
https://github.com/moneroexamples/onion-monero-blockchain-explorer/
issues/151
6 years ago
moneroexamples 77d2a98e2f sort txpool txs 6 years ago
moneroexamples ce6f81fd2a Fix for txpool: Failed to parse transaction from blob
https://github.com/moneroexamples/onion-monero-blockchain-explorer/
issues/152
6 years ago
moneroexamples afd168cd6c Fix: txpool: Failed to parse transaction from blob
Gets txpool from lmdb now, instead of using RPC call as before.

https://github.com/moneroexamples/onion-monero-blockchain-explorer/
issues/152
6 years ago
moneroexamples 71238c481c Readme updated 6 years ago
moneroexamples 6a1a6c48f8 port back to C++11 from C++14
https://github.com/moneroexamples/onion-monero-blockchain-explorer/
issues/144
6 years ago
stoffu 639be9d767
increase precision of printed fee 6 years ago
moneroexamples c103a34eba initialize block_size_limit_str and block_size_median_str 7 years ago
moneroexamples 4c432be311 block_size_median added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/114#issuecomment-384878024
7 years ago
moneroexamples 4f15c6164d fee per kB added to transaction pool
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/107
7 years ago
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