Commit Graph

39 Commits

Author SHA1 Message Date
wowario 1644a31c88 wowified 2021-05-09 22:01:27 +03:00
moneroexamples cd64eef13a Remove payment id indicators
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/203
2020-01-13 07:25:41 +08:00
moneroexamples 746798813e Fix: wrong mempool age
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/202
2020-01-07 19:42:11 +08:00
moneroexamples 7ae0315482 Add --daemon-login user:pass option
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/200
2019-12-15 17:05:49 +08:00
stoffu 2b5646d87c
Display 128bit network difficulty properly 2019-06-17 13:35:29 +09:00
moneroexamples 7453999415 Fees are shown in micromonero now
https://github.com/moneroexamples/onion-monero-blockchain-explorer/
issues/151
2018-10-22 10:14:15 +08:00
moneroexamples 77d2a98e2f sort txpool txs 2018-10-22 09:23:13 +08:00
moneroexamples ce6f81fd2a Fix for txpool: Failed to parse transaction from blob
https://github.com/moneroexamples/onion-monero-blockchain-explorer/
issues/152
2018-10-22 08:41:59 +08:00
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
2018-10-22 08:19:42 +08:00
moneroexamples 71238c481c Readme updated 2018-10-17 07:04:01 +08:00
moneroexamples 6a1a6c48f8 port back to C++11 from C++14
https://github.com/moneroexamples/onion-monero-blockchain-explorer/
issues/144
2018-09-14 12:58:03 +08:00
stoffu 639be9d767
increase precision of printed fee 2018-09-12 08:55:40 +09:00
moneroexamples c103a34eba initialize block_size_limit_str and block_size_median_str 2018-05-02 07:18:11 +08:00
moneroexamples 4c432be311 block_size_median added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/114#issuecomment-384878024
2018-04-28 09:46:30 +08:00
moneroexamples 4f15c6164d fee per kB added to transaction pool
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/107
2018-03-09 08:54:31 +08:00
moneroexamples 3a055f9fbd remove depency on readline
https://github.com/moneroexamples/onion-monero-blockchain-explorer/pull/105
2018-03-09 08:36:21 +08:00
moneroexamples ad15b5c703 indicate presence of sub-address in multi-output txs 2018-02-04 11:19:12 +08:00
moneroexamples e6d0d4fe95 rpccalls::get_hardfork_info added
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/92
2018-01-02 06:43:39 +08:00
moneroexamples 5d34b3e562 hard fork version added to network info 2018-01-02 06:43:39 +08:00
moneroexamples c8cfe9ac4a remove make_tx_from_json 2018-01-02 06:43:39 +08:00
moneroexamples 07b03bd449 use _tx_info.tx_blob instead of manually parsing json
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/89
2018-01-02 06:43:39 +08:00
stoffu 02070e9875 misc fixes to eliminate compiler warnings 2018-01-02 06:43:39 +08:00
moneroexamples 5215ad45ed Show payment id status in the index page
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/83#issuecomment-334315512
2018-01-02 06:43:39 +08:00
moneroexamples b202b09c3c dont show '?' when fee is zero. 2017-10-09 12:01:10 +08:00
moneroexamples f41de0956c status added to network_info 2017-06-13 05:19:39 +08:00
moneroexamples 329cc6298c fix: mempool_no shows zero 2017-06-06 13:40:11 +08:00
moneroexamples e6b6666738 get_mempool_txs(uint64_t no_of_tx) added 2017-06-06 13:09:00 +08:00
moneroexamples 6e80fc8e24 Guard alias added 2017-06-06 11:57:34 +08:00
moneroexamples 13a9060b8b mempool_tx structure was made lighter 2017-06-06 07:19:55 +08:00
moneroexamples 1495626e4a dont allow mempool_refresh_time to be zero 2017-06-05 13:29:25 +08:00
moneroexamples 8541f38ef1 Move network_info to MempoolStatus thread 2017-06-05 13:27:11 +08:00
moneroexamples 96b71efcdb mempool catch removed as we have mempool thread now 2017-06-02 13:12:27 +08:00
moneroexamples 093afee5ac mempool-refresh-time option added 2017-06-02 12:32:25 +08:00
moneroexamples 70442c75e5 dont show extra error msg when mempool rpc fails 2017-06-02 11:13:49 +08:00
moneroexamples 3c2cc62feb mempool size and number added to MempoolStatus 2017-06-02 10:34:27 +08:00
moneroexamples 7b4953f964 MempoolStatus thread used in place or get_mempool rpc calls 2017-06-02 10:14:42 +08:00
moneroexamples 6439838103 json_mempool uses mempoolstatus thread 2017-06-02 09:26:55 +08:00
moneroexamples 20a6df212a read_mempool added to MempoolStatus thread 2017-06-02 09:14:33 +08:00
moneroexamples d218b767aa mempool thread status thread dev started for tests 2017-06-02 08:09:45 +08:00