aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
* Fix mismatch of parameter name between header file and implementation for set...Julien Klepatch2017-06-231-3/+2
* Merge pull request #2082Riccardo Spagni2017-06-183-2/+7
|\
| * blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero2017-06-113-2/+7
* | Add histogram to poolstatsHoward Chu2017-06-041-1/+47
|/
* Merge pull request #2063Riccardo Spagni2017-06-013-7/+12
|\
| * Don't copy blockchain for coinbase_tx_sumHoward Chu2017-06-013-7/+12
* | Merge pull request #2062Riccardo Spagni2017-06-011-0/+5
|\ \
| * | tx_pool: add missing blockchain lock in add_txmoneromooo-monero2017-05-311-0/+5
| |/
* / Speedup print_pool_statsHoward Chu2017-06-014-0/+45
|/
* Merge pull request #2039Riccardo Spagni2017-05-301-1/+1
|\
| * changed crypto to cncrypto so it generated libcncryptoGentian2017-05-231-1/+1
* | Merge pull request #2026Riccardo Spagni2017-05-301-1/+1
|\ \
| * | Update sync time copyxmr-eric2017-05-101-1/+1
| |/
* | Merge pull request #1982Riccardo Spagni2017-05-306-278/+484
|\ \ | |/ |/|
| * Move txpool to the databasemoneromooo-monero2017-05-256-278/+484
* | Merge pull request #1968Riccardo Spagni2017-04-241-1/+3
|\ \
| * | Fix block_longhash_worker threadhyc2017-04-121-1/+3
| |/
* / Add expected total reward to RPC "getblocktemplate".assylias2017-04-196-8/+11
|/
* tx_pool: add blob size and fee/byte when logging a new txmoneromooo-monero2017-04-041-1/+1
* Merge pull request #1924Riccardo Spagni2017-03-251-3/+3
|\
| * core: avoid possible reordering bugs wth tx/bloch hash cachemoneromooo-monero2017-03-251-3/+3
* | Fixed typo in v5 hard fork finalized dateDerek Zhang2017-03-241-1/+1
|/
* blockchain: offset v5 addition date on testnetmoneromooo-monero2017-03-241-1/+1
* Merge pull request #1911Riccardo Spagni2017-03-235-4/+46
|\
| * tx_pool: ensure txes loaded from poolstate.bin have their txid cachedmoneromooo-monero2017-03-231-5/+6
| * tx_pool: remove transactions if they're in the blockchainmoneromooo-monero2017-03-231-1/+9
| * core, wallet: faster tx pool scanningmoneromooo-monero2017-03-234-1/+28
| * core: cache tx and block hashes in the respective classesmoneromooo-monero2017-03-231-0/+6
* | tx_pool: silence use of uninitialized warningmoneromooo-monero2017-03-211-1/+1
|/
* blockchain: lower the relay fee by 2%moneromooo-monero2017-03-201-1/+1
* tx_pool: use new filling algorithm from v5 onlymoneromooo-monero2017-03-201-20/+30
* Merge pull request #1896Riccardo Spagni2017-03-191-0/+17
|\
| * core: call {prepare|cleanup}_handle_incoming_blocks when adding a mined blockmoneromooo-monero2017-03-191-0/+17
* | Removed boost/asio.hpp include from epee/string_tools.hLee Clagett2017-03-181-0/+1
|/
* Merge pull request #1869Riccardo Spagni2017-03-153-29/+28
|\
| * Add intervening v5 fork for increased min block sizemoneromooo-monero2017-03-153-29/+28
* | core: don't try to re-relay an empty set of pool transactionsmoneromooo-monero2017-03-121-1/+1
|/
* fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi842017-03-104-685/+1
* Merge pull request #1841Riccardo Spagni2017-03-062-18/+56
|\
| * core: print the "new update found" message in cyan, for visibilitymoneromooo-monero2017-03-051-2/+2
| * core: make update download cancellablemoneromooo-monero2017-03-052-17/+55
* | blockchain: don't try to load an empty block hash setmoneromooo-monero2017-03-051-1/+1
|/
* Merge pull request #1837Riccardo Spagni2017-03-041-1/+19
|\
| * core: quantize per kB fee to 8 decimalsmoneromooo-monero2017-03-031-1/+19
* | tx_pool: log separately "not ready" and "double spend" casesmoneromooo-monero2017-03-031-2/+8
|/
* Fix #1824 don't end batch that we didn't startHoward Chu2017-03-031-2/+3
* core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-254-1/+684
* Merge pull request #1785Riccardo Spagni2017-02-241-1/+28
|\
| * core: protect precomputed block hashes with SHA256moneromooo-monero2017-02-231-1/+28
* | core: bound the amount of entries in bad tx semantics cachemoneromooo-monero2017-02-232-6/+16