aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #5882luigi11112019-09-241-0/+10
|\ \ \ \
| * | | | blockchain: enforce 10 block age for spending outputsmoneromooo-monero2019-09-171-0/+10
| | |_|/ | |/| |
* | | | Merge pull request #5878luigi11112019-09-241-3/+2
|\ \ \ \
| * | | | Removed Berkeley DB and db switching logicJesus Ramirez2019-09-162-5/+4
| | |/ / | |/| |
* | | | Merge pull request #5877luigi11112019-09-243-13/+13
|\ \ \ \
| * | | | Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-023-13/+13
| |/ / /
* | | | Merge pull request #5864luigi11112019-09-241-1/+1
|\ \ \ \
| * | | | Properly format multiline logsmoneromooo-monero2019-09-161-1/+1
| | |/ / | |/| |
* / | | core: move hardforks into its own libmoneromooo-monero2019-09-194-133/+7
|/ / /
* | | Merge pull request #5865luigi11112019-09-141-2/+3
|\ \ \
| * | | blockchain: fix logging bad number of blocks if first one failsmoneromooo-monero2019-08-281-2/+3
| |/ /
* | | Merge pull request #5854luigi11112019-09-141-4/+4
|\ \ \
| * | | core: make the "update probably needed soon" message less scarymoneromooo-monero2019-08-261-4/+4
| |/ /
* | | Merge pull request #5823luigi11112019-09-142-13/+39
|\ \ \ | |_|/ |/| |
| * | blockchain: reject rct signatures in coinbase txes from v12moneromooo-monero2019-08-191-0/+7
| * | core: from v12, require consistent ring size for mixable txesmoneromooo-monero2019-08-191-8/+23
| * | blockchain: forbid v1 coinbase from v12moneromooo-monero2019-08-192-5/+9
* | | Merge pull request #5819luigi11112019-09-041-1/+2
|\ \ \ | |_|/ |/| |
| * | blockchain: Fix alt chain generated coins overflowiamamyth2019-08-181-1/+2
* | | Merge pull request #5755luigi11112019-08-211-2/+2
|\ \ \
| * | | improve tx_sanity_check clarificationvicsn2019-07-151-2/+2
* | | | Merge pull request #5750luigi11112019-08-211-0/+15
|\ \ \ \
| * | | | wallet: provide original address for outgoing transfersxiphon2019-07-101-0/+15
* | | | | Merge pull request #5727luigi11112019-08-191-1/+1
|\ \ \ \ \
| * | | | | Replace std::random_shuffle with std::shuffleTom Smeding2019-08-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #5721luigi11112019-08-192-43/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove unnecessary m_check_txin_table, fix const correctnessMartijn Otto2019-07-032-43/+12
* | | | | Merge pull request #5637luigi11112019-08-151-1/+1
|\ \ \ \ \
| * | | | | core: do not complain about low block rate if disconnectedmoneromooo-monero2019-06-131-1/+1
* | | | | | Merge pull request #5525luigi11112019-08-142-4/+4
|\ \ \ \ \ \
| * | | | | | daemon: sort alt chains by heightmoneromooo-monero2019-05-092-4/+4
* | | | | | | Merge pull request #5487luigi11112019-08-141-0/+13
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | consensus: from v12, enforce >= 2 outputsmoneromooo-monero2019-04-231-0/+13
* | | | | | | Merge pull request #5635luigi11112019-07-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | tx_sanity_check: don't print an error when not enough outs to checkmoneromooo-monero2019-06-121-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5591luigi11112019-07-241-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECTDoyle2019-07-151-2/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #5585luigi11112019-07-242-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Unused private member m_miner_addressJesus Ramirez2019-05-292-2/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #5524luigi11112019-07-243-93/+140
|\ \ \ \ \ \ \
| * | | | | | | blockchain: keep alternative blocks in LMDBmoneromooo-monero2019-05-083-93/+140
* | | | | | | | Merge pull request #5502luigi11112019-07-242-6/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | remove unused codemoneromooo-monero2019-04-291-6/+2
| * | | | | | | | add a few checks where it seems appropriatemoneromooo-monero2019-04-291-0/+2
| |/ / / / / / /
* | | / / / / / update checkpoints.dat hashRiccardo Spagni2019-07-181-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #5663luigi11112019-07-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | core: fix --prune-blockchain not pruning if no blockchain existsmoneromooo-monero2019-06-171-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #5650luigi11112019-07-041-4/+8
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | blockchain: silence an error getting blocks for pruned nodesmoneromooo-monero2019-06-161-4/+8
| |/ / / / /
* / / / / / tx_sanity_check: relax the median check a lotmoneromooo-monero2019-06-191-1/+1
|/ / / / /