Commit Graph

39 Commits (master)

Author SHA1 Message Date
wowario 1644a31c88 wowified
3 years ago
moneroexamples cd64eef13a Remove payment id indicators
4 years ago
moneroexamples 746798813e Fix: wrong mempool age
4 years ago
moneroexamples 7ae0315482 Add --daemon-login user:pass option
4 years ago
stoffu 2b5646d87c
Display 128bit network difficulty properly
5 years ago
moneroexamples 7453999415 Fees are shown in micromonero now
6 years ago
moneroexamples 77d2a98e2f sort txpool txs
6 years ago
moneroexamples ce6f81fd2a Fix for txpool: Failed to parse transaction from blob
6 years ago
moneroexamples afd168cd6c Fix: txpool: Failed to parse transaction from blob
6 years ago
moneroexamples 71238c481c Readme updated
6 years ago
moneroexamples 6a1a6c48f8 port back to C++11 from C++14
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
6 years ago
moneroexamples 4c432be311 block_size_median added
6 years ago
moneroexamples 4f15c6164d fee per kB added to transaction pool
6 years ago
moneroexamples 3a055f9fbd remove depency on readline
6 years ago
moneroexamples ad15b5c703 indicate presence of sub-address in multi-output txs
6 years ago
moneroexamples e6d0d4fe95 rpccalls::get_hardfork_info added
6 years ago
moneroexamples 5d34b3e562 hard fork version added to network info
6 years ago
moneroexamples c8cfe9ac4a remove make_tx_from_json
6 years ago
moneroexamples 07b03bd449 use _tx_info.tx_blob instead of manually parsing json
6 years ago
stoffu 02070e9875 misc fixes to eliminate compiler warnings
6 years ago
moneroexamples 5215ad45ed Show payment id status in the index page
6 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
7 years ago
moneroexamples e6b6666738 get_mempool_txs(uint64_t no_of_tx) added
7 years ago
moneroexamples 6e80fc8e24 Guard alias added
7 years ago
moneroexamples 13a9060b8b mempool_tx structure was made lighter
7 years ago
moneroexamples 1495626e4a dont allow mempool_refresh_time to be zero
7 years ago
moneroexamples 8541f38ef1 Move network_info to MempoolStatus thread
7 years ago
moneroexamples 96b71efcdb mempool catch removed as we have mempool thread now
7 years ago
moneroexamples 093afee5ac mempool-refresh-time option added
7 years ago
moneroexamples 70442c75e5 dont show extra error msg when mempool rpc fails
7 years ago
moneroexamples 3c2cc62feb mempool size and number added to MempoolStatus
7 years ago
moneroexamples 7b4953f964 MempoolStatus thread used in place or get_mempool rpc calls
7 years ago
moneroexamples 6439838103 json_mempool uses mempoolstatus thread
7 years ago
moneroexamples 20a6df212a read_mempool added to MempoolStatus thread
7 years ago
moneroexamples d218b767aa mempool thread status thread dev started for tests
7 years ago