aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-17remove empty statementsInterchained2-3/+3
2020-02-06Merge pull request #6127Alexander Blair1-2/+3
2020-02-06Merge pull request #6078Alexander Blair1-1/+8
2020-02-06Merge pull request #6050Alexander Blair1-2/+3
2020-02-04Merge pull request #6233luigi11111-1/+1
2020-01-25Merge pull request #6140Alexander Blair1-3/+10
2020-01-24Merge pull request #6146Alexander Blair2-18/+2
2020-01-16Merge pull request #6124Alexander Blair1-1/+6
2019-12-14blockchain: fix flushing txes from the txpoolmoneromooo-monero1-1/+1
2019-12-12Merge pull request #6055luigi11111-1/+1
2019-12-12Merge pull request #6052luigi11111-2/+2
2019-11-15blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero1-3/+10
2019-11-13simplewallet: noob-friendly help menuwowario1-2/+3
2019-11-12blockchain: error out if the builtin hashes data size is wrongmoneromooo-monero1-1/+6
2019-11-04Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2-18/+2
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett7-205/+334
2019-11-02Merge pull request #6079Riccardo Spagni1-1/+1
2019-11-020.15.0.0 release engineeringRiccardo Spagni1-1/+1
2019-11-01Add a --keep-fakechain option to keep fakechain databasesJamesWrigley1-1/+8
2019-10-31cryptonote: untangle dependency from miner to blockchainmoneromooo-monero2-2/+6
2019-10-29blockchain: fix comment wrongly refering to SHA-3 rather than Keccakmoneromooo-monero1-1/+1
2019-10-29tx_pool: fix error message assuming incorrectlymoneromooo-monero1-2/+2
2019-10-28core: point out when we hit the block rate visibility limitmoneromooo-monero1-2/+3
2019-10-27blockchain: fix unwanted error when probing the pool for a txmoneromooo-monero1-2/+11
2019-10-25Merge pull request #5958luigi11111-15/+19
2019-10-25Merge pull request #6028luigi11111-1/+1
2019-10-25rpc: add a flush_cache RPCmoneromooo-monero2-0/+13
2019-10-25tx_pool: fix divide by 0 in logmoneromooo-monero1-1/+1
2019-10-22Merge pull request #5973luigi11111-5/+1
2019-10-22Merge pull request #5981luigi11112-2/+3
2019-10-22Merge pull request #5974luigi11111-2/+4
2019-10-22Merge pull request #5970luigi11111-3/+12
2019-10-22Merge pull request #5966luigi11111-8/+3
2019-10-22Merge pull request #5919luigi11113-0/+86
2019-10-21Support median block size > 4 GBmoneromooo-monero1-8/+3
2019-10-16Merge pull request #5962luigi11112-2/+2
2019-10-16blockchain: initialize pow to ff..ffmoneromooo-monero1-2/+4
2019-10-14Merge pull request #5941luigi11111-1/+2
2019-10-14Merge pull request #5933luigi11111-0/+2
2019-10-11blockchain: use effective median block weight for penalty from v12moneromooo-monero1-3/+12
2019-10-11tx_pool: do not divide by 0moneromooo-monero1-2/+2
2019-10-11cryptonote: don't leave block_weight uninitializedmoneromooo-monero1-0/+1
2019-10-10blockchain: fill in cumulative block weight for alt blocksmoneromooo-monero3-0/+86
2019-10-10cryptonote: fill in tx weight when syncing from pruned blocksmoneromooo-monero1-5/+1
2019-10-08Merge pull request #5915luigi11116-89/+314
2019-10-06tx_pool: make spent return-by-reference as intendedstoffu2-2/+2
2019-10-03Add hmac over encrypted value during transactioncslashm1-15/+19
2019-09-30Merge pull request #5902luigi11111-1/+3
2019-09-30Merge pull request #5900luigi11111-3/+10
2019-09-28blockchain: tweak fee as a function of median valuesmoneromooo-monero1-1/+2
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero6-89/+314
2019-09-25RandomX integrationHoward Chu5-6/+119
2019-09-25ban peers sending bad pow outrightmoneromooo-monero1-0/+2
2019-09-24Merge pull request #5882luigi11111-0/+10
2019-09-24Merge pull request #5878luigi11111-3/+2
2019-09-24Merge pull request #5877luigi11113-13/+13
2019-09-24Merge pull request #5864luigi11111-1/+1
2019-09-19core: move hardforks into its own libmoneromooo-monero4-133/+7
2019-09-17blockchain: enforce 10 block age for spending outputsmoneromooo-monero1-0/+10
2019-09-16Properly format multiline logsmoneromooo-monero1-1/+1
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez2-5/+4
2019-09-14Merge pull request #5865luigi11111-2/+3
2019-09-14Merge pull request #5854luigi11111-4/+4
2019-09-14Merge pull request #5823luigi11112-13/+39
2019-09-11blockchain: keep block template timestamp not below recent medianmoneromooo-monero1-1/+3
2019-09-04Merge pull request #5819luigi11111-1/+2
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez3-13/+13
2019-08-28blockchain: fix logging bad number of blocks if first one failsmoneromooo-monero1-2/+3
2019-08-28Fix bug in mempool get_transaction_stats histogram calculationTom Smeding1-3/+10
2019-08-26core: make the "update probably needed soon" message less scarymoneromooo-monero1-4/+4
2019-08-21Merge pull request #5755luigi11111-2/+2
2019-08-21Merge pull request #5750luigi11111-0/+15
2019-08-19Merge pull request #5727luigi11111-1/+1
2019-08-19Merge pull request #5721luigi11112-43/+12
2019-08-19blockchain: reject rct signatures in coinbase txes from v12moneromooo-monero1-0/+7
2019-08-19core: from v12, require consistent ring size for mixable txesmoneromooo-monero1-8/+23
2019-08-19blockchain: forbid v1 coinbase from v12moneromooo-monero2-5/+9
2019-08-18blockchain: Fix alt chain generated coins overflowiamamyth1-1/+2
2019-08-15Merge pull request #5637luigi11111-1/+1
2019-08-15Replace std::random_shuffle with std::shuffleTom Smeding1-1/+1
2019-08-14Merge pull request #5525luigi11112-4/+4
2019-08-14Merge pull request #5487luigi11111-0/+13
2019-07-24Merge pull request #5635luigi11111-1/+1
2019-07-24Merge pull request #5591luigi11111-2/+0
2019-07-24Merge pull request #5585luigi11112-2/+0
2019-07-24Merge pull request #5524luigi11113-93/+140
2019-07-24Merge pull request #5502luigi11112-6/+4
2019-07-18update checkpoints.dat hashRiccardo Spagni1-1/+1
2019-07-15improve tx_sanity_check clarificationvicsn1-2/+2
2019-07-15Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECTDoyle1-2/+0
2019-07-10wallet: provide original address for outgoing transfersxiphon1-0/+15
2019-07-04Merge pull request #5663luigi11111-1/+1
2019-07-04Merge pull request #5650luigi11111-4/+8
2019-07-03Remove unnecessary m_check_txin_table, fix const correctnessMartijn Otto2-43/+12
2019-06-19tx_sanity_check: relax the median check a lotmoneromooo-monero1-1/+1
2019-06-17core: fix --prune-blockchain not pruning if no blockchain existsmoneromooo-monero1-1/+1
2019-06-16blockchain: silence an error getting blocks for pruned nodesmoneromooo-monero1-4/+8
2019-06-14prep for 0.14.1 releaseRiccardo Spagni1-1/+1
2019-06-13core: do not complain about low block rate if disconnectedmoneromooo-monero1-1/+1
2019-06-12tx_sanity_check: don't print an error when not enough outs to checkmoneromooo-monero1-1/+1
2019-06-01Merge pull request #5577Riccardo Spagni1-1/+7
2019-06-01Merge pull request #5571Riccardo Spagni3-14/+38
2019-05-29Unused private member m_miner_addressJesus Ramirez2-2/+0
2019-05-28core: update pruning if using --prune-blockchain on a pruned blockchainmoneromooo-monero1-1/+7
2019-05-26blockchain: do not try to pop blocks down to the genesis blockmoneromooo-monero1-0/+3
2019-05-25core: do not commit half constructed batch db txnmoneromooo-monero3-14/+35
2019-05-19Fix #5553Howard Chu1-1/+2
2019-05-09daemon: sort alt chains by heightmoneromooo-monero2-4/+4
2019-05-08blockchain: keep alternative blocks in LMDBmoneromooo-monero3-93/+140
2019-05-07Merge pull request #5510Riccardo Spagni1-2/+2
2019-05-02blockchain: keep a rolling long term block weight medianmoneromooo-monero2-33/+36
2019-05-01fix wide difficulty conversion with some versions of boostmoneromooo-monero1-2/+2
2019-04-29remove unused codemoneromooo-monero1-6/+2
2019-04-29add a few checks where it seems appropriatemoneromooo-monero1-0/+2
2019-04-23consensus: from v12, enforce >= 2 outputsmoneromooo-monero1-0/+13
2019-04-23tx_sanity_check: relax uniqueness check a bitmoneromooo-monero1-2/+2
2019-04-16Merge pull request #5448Riccardo Spagni2-6/+15
2019-04-16Merge pull request #5434Riccardo Spagni3-0/+138
2019-04-16Merge pull request #5414Riccardo Spagni1-1/+0
2019-04-16Merge pull request #5405Riccardo Spagni1-1/+4
2019-04-15rpc: fix get_block_hashes.bin from wallet on pruned blockchainmoneromooo-monero2-6/+11
2019-04-15blockchain: lock the blockchain while pruningmoneromooo-monero1-0/+4
2019-04-14blockchain_db: fix db txn ending too earlymoneromooo-monero1-29/+23
2019-04-12rpc: new sanity check on relayed transactionsmoneromooo-monero3-0/+138
2019-04-11functional_tests: add more blockchain related testsmoneromooo-monero4-68/+164
2019-04-11Merge pull request #5380Riccardo Spagni1-0/+2
2019-04-11Merge pull request #5378Riccardo Spagni1-6/+0
2019-04-11Merge pull request #5373Riccardo Spagni2-3/+6
2019-04-11Merge pull request #5123Riccardo Spagni2-8/+24
2019-04-09blockchain: remove unused calc of short_term_constraintstoffu1-1/+0
2019-04-07core: don't check block rate nor fork time in regtest modemoneromooo-monero1-1/+4
2019-04-06Merge pull request #5346Riccardo Spagni2-5/+9
2019-04-05cryptonote: rework block blob size sanity checkmoneromooo-monero2-8/+24
2019-04-01blockchain: some debug info when adding txes-from-block failsmoneromooo-monero1-0/+2
2019-04-01Merge pull request #5332Riccardo Spagni1-0/+7
2019-04-01Merge pull request #5352Riccardo Spagni2-0/+46
2019-04-01Merge pull request #5317Riccardo Spagni1-1/+17
2019-04-01Merge pull request #5294Riccardo Spagni1-0/+2
2019-04-01Allow pruning before v10moneromooo-monero1-6/+0
2019-03-30blockchain: fix returned height in create_block_templatemoneromooo-monero2-3/+6
2019-03-28blockchain: incremental long term block weight cachemoneromooo-monero1-0/+22
2019-03-28blockchain: simple cache for the long term block weightsmoneromooo-monero2-0/+24
2019-03-28Add support for V11 protocol with BulletProofV2 and short amount.cslashm1-0/+7
2019-03-25cryptonote: block parsing + hash calculation speedupmoneromooo-monero2-5/+8
2019-03-25blockchain: avoid unneeded block copymoneromooo-monero1-1/+2
2019-03-25save some database calls when getting top block hash and heightmoneromooo-monero1-0/+1
2019-03-25Avoid repeated (de)serialization when syncingmoneromooo-monero1-2/+1
2019-03-25core: improve block rate monitor trigger probabilitiesmoneromooo-monero1-1/+17
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero2-3/+7
2019-03-21cryptonote: fix calculating coinbase tx hashmoneromooo-monero1-0/+2
2019-03-21Merge pull request #5256Riccardo Spagni2-15/+24
2019-03-17Merge pull request #5061Riccardo Spagni10-10/+10
2019-03-15blockchain: do not try to pop the genesis blockmoneromooo-monero1-0/+2
2019-03-10blockchain: fix ahead of time PoW batch calcmoneromooo-monero1-2/+2
2019-03-08blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero2-15/+24
2019-03-07Merge pull request #5232Riccardo Spagni1-1/+1
2019-03-05Update 2019 copyrightbinaryFate10-10/+10
2019-03-05cryptonote: avoid double parsing blocks when syncingmoneromooo-monero2-12/+14
2019-03-05core: avoid double parsing blocks after hohmoneromooo-monero4-16/+23
2019-03-05blockchain: avoid unneeded block copymoneromooo-monero1-1/+2
2019-03-05save some database calls when getting top block hash and heightmoneromooo-monero1-25/+35
2019-03-05blockchain: avoid pointless transaction copy and temporarymoneromooo-monero1-3/+4
2019-03-05blockchain: avoid duplicate block hash computationmoneromooo-monero1-2/+1
2019-03-05core: avoid calculating tx prefix hash when we don't need itmoneromooo-monero2-20/+17
2019-03-05Avoid repeated (de)serialization when syncingmoneromooo-monero4-13/+19
2019-03-05fix merge errors, update recommended version to 0.14.0.2Riccardo Spagni1-1/+1
2019-03-05update checkpoints hashRiccardo Spagni1-2/+2
2019-03-04various: remove unused variablesmoneromooo-monero1-2/+0
2019-03-04Merge pull request #5092Riccardo Spagni1-2/+2
2019-03-04blockchain: forbid older BP rct versions from v11moneromooo-monero1-1/+18
2019-03-04Merge pull request #5174Riccardo Spagni1-0/+5
2019-03-04Merge pull request #5132Riccardo Spagni2-41/+10
2019-03-04blockchain: add v10 fork heightsmoneromooo-monero1-0/+5
2019-03-04Print the reason why a notification spec failed to parsemoneromooo-monero1-2/+2
2019-03-04blockchain: include number of discarded blocks in --reorg-notifymoneromooo-monero2-3/+5
2019-03-04core: add a few more block rate window sizesmoneromooo-monero1-1/+1
2019-03-04core: add --block-rate-notifymoneromooo-monero2-0/+33
2019-03-04Merge pull request #5124Riccardo Spagni4-24/+137
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero4-24/+137
2019-02-08New scheme key destination contrfolcslashm2-41/+10
2019-02-01cryptonote: Fix enum check in expand_transaction_2Tom Smeding1-1/+1
2019-02-01cryptonote: Add const-qualifier on comparison functorTom Smeding1-1/+1
2019-01-28blockchain: add --reorg-notifymoneromooo-monero3-1/+32
2019-01-28notify: handle arbitrary tagsmoneromooo-monero1-1/+1
2019-01-28Merge pull request #5052Riccardo Spagni4-12/+26
2019-01-26blockchain: fix default genesis block timestampmoneromooo-monero1-2/+2
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero4-12/+26
2019-01-22Pruningmoneromooo-monero4-3/+185
2019-01-18Merge pull request #5008Riccardo Spagni2-11/+57
2019-01-18Merge pull request #5048Riccardo Spagni1-1/+2
2019-01-18core: include a dummy encrypted payment id when no payment is usedmoneromooo-monero1-6/+40
2019-01-18core, wallet: remember original text version of destination addressmoneromooo-monero1-3/+15
2019-01-18crptonote_core: do not error out sending unparsable extra fieldmoneromooo-monero1-2/+2
2019-01-16Merge pull request #5032Riccardo Spagni1-7/+5
2019-01-16Merge pull request #5015Riccardo Spagni2-59/+5
2019-01-16Merge pull request #4993Riccardo Spagni1-1/+3
2019-01-16Merge pull request #4984Riccardo Spagni4-8/+25
2019-01-07blockchain: don't propagate exception past dtormoneromooo-monero1-1/+2
2019-01-01blockchain: fix wrong hf version when popping multiple blocksmoneromooo-monero1-6/+4
2019-01-01blockchain: use the version passed as parameter, not a new onemoneromooo-monero1-1/+1