aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi8430-5388/+616
2017-02-05 bugfix: infinite recursion in get_account_address_from_str_or_urlkenshi841-1/+1
2017-02-04Merge pull request #1664Riccardo Spagni1-0/+2
2017-02-02core: fix integrated addresses breaking with auto zero changemoneromooo-monero1-0/+2
2017-02-02Merge pull request #1641Riccardo Spagni1-1/+11
2017-02-02Merge pull request #1642Riccardo Spagni1-0/+1
2017-02-02Merge pull request #1631Riccardo Spagni1-4/+8
2017-02-02Merge pull request #1627Riccardo Spagni2-1/+43
2017-02-02Merge pull request #1617Riccardo Spagni7-32/+28
2017-01-28Separate data per P2P portMiguel Herranz1-1/+11
2017-01-28core: set missing verifivation_failed flag when rejecting a txmoneromooo-monero1-0/+1
2017-01-25Blockfill - Sort tx pool correctlyAlexis Enston1-2/+2
2017-01-25Blockfill - Take TX fees into account properlyAlexis Enston1-1/+1
2017-01-25Consider empty block when filling with TXsAlexis Enston1-1/+5
2017-01-24moved get_account_address_from_str_or_url from libcommon to libcryptonote_corekenshi842-1/+43
2017-01-23Update log messages to reflect fact we no longer need to type `exit` to save ...NanoAkron1-5/+4
2017-01-22Remove boost/foreach.cpp includesMiguel Herranz5-5/+0
2017-01-22Replace BOOST_REVERSE_FOREACH with ranged forMiguel Herranz1-1/+2
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz4-26/+26
2017-01-22Merge pull request #1615Riccardo Spagni2-0/+10
2017-01-22Merge pull request #1610Riccardo Spagni4-5/+10
2017-01-22core: cache tx hashes of failing semantics txesmoneromooo-monero2-0/+10
2017-01-22rpc: fix orphan_status when getting blocksmoneromooo-monero4-5/+10
2017-01-21core: early out in handle_incoming_tx if already in pool or blockchainmoneromooo-monero1-0/+12
2017-01-16core: don't try to deserialize an empty extra to remove a fieldmoneromooo-monero1-0/+2
2017-01-16Change logging to easylogging++moneromooo-monero11-178/+210
2017-01-15Merge pull request #1577Riccardo Spagni3-0/+36
2017-01-15Merge pull request #1576Riccardo Spagni2-6/+47
2017-01-15Merge pull request #1571Riccardo Spagni5-27/+40
2017-01-15Merge pull request #1565Riccardo Spagni1-0/+2
2017-01-15Merge pull request #1563Riccardo Spagni2-21/+26
2017-01-15Merge pull request #1506Riccardo Spagni2-6/+19
2017-01-14Must wait for previous batch to finish before starting new oneHoward Chu1-1/+6
2017-01-14Tweak default db-sync-mode to fast:async:1Howard Chu1-4/+7
2017-01-14Use batch transactions when syncingHoward Chu1-2/+7
2017-01-14core: check block version for alt chains toomoneromooo-monero3-0/+36
2017-01-14rct: split rct checks between semantics and othermoneromooo-monero2-6/+47
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero5-27/+40
2017-01-13account: fix build error involving std::max and different typesmoneromooo-monero1-2/+6
2017-01-13core: ensure block size limit is set from the startmoneromooo-monero1-0/+2
2017-01-13Merge pull request #1558Riccardo Spagni1-4/+4
2017-01-13Merge pull request #1555Riccardo Spagni1-3/+6
2017-01-13Merge pull request #1543Riccardo Spagni2-0/+15
2017-01-13Merge pull request #1538Riccardo Spagni1-15/+0
2017-01-13Prioritize older transactions in the mempoolMiguel Herranz2-21/+26
2017-01-12initialize timestamp to 0 and check for mktime() errorChris Vickio1-4/+4
2017-01-12Add start_time to get_info methods and show uptimeMiguel Herranz2-0/+15
2017-01-10fix time stats mixinluigi11111-3/+6
2017-01-10Remove db-auto-remove-logsMiguel Herranz1-3/+0
2017-01-10Remove berkeley from db_type initializationMiguel Herranz1-12/+0
2017-01-09wallet cli: print originating block heights of mixin keys when making transferkenshi841-1/+1
2017-01-08Merge pull request #1534Riccardo Spagni3-17/+33
2017-01-08Merge pull request #1515Riccardo Spagni1-11/+22
2017-01-08Merge pull request #1502Riccardo Spagni1-0/+1
2017-01-08Merge pull request #1499Riccardo Spagni1-0/+2
2017-01-08Merge pull request #1493Riccardo Spagni1-5/+5
2017-01-07blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero1-5/+5
2017-01-07tx_pool: better block template filling algorithmmoneromooo-monero3-17/+33
2017-01-02portable serializer: make signerd/unsigned tx portable, ignore archive versio...kenshi841-11/+22
2016-12-25core: invalidate difficulty cache when resetting blockchainmoneromooo-monero1-0/+1
2016-12-24tx_pool: fix uninitialized "last failed" fieldsmoneromooo-monero1-0/+2
2016-12-21add tx hash to time statsluigi11111-2/+5
2016-12-21core: fix recalculation of emission/feesmoneromooo-monero1-7/+4
2016-12-20Merge pull request #1467Riccardo Spagni2-0/+39
2016-12-20also use portable serializer for boost_serialization_helper.h and net_node.in...kenshi843-5/+0
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero2-0/+39
2016-12-16added experimental boost::archive::portable_binary_{i|o}archivekenshi841-2/+6
2016-12-13Merge pull request #1437Riccardo Spagni1-0/+3
2016-12-13blockchain: fix reorganizations past a hard fork boundarymoneromooo-monero1-0/+3
2016-12-13update checkpointsRiccardo Spagni1-0/+3
2016-12-10Merge pull request #1419Riccardo Spagni2-10/+14
2016-12-10Merge pull request #1418Riccardo Spagni1-4/+4
2016-12-09Fix sending outputs from a tx with more than one pubkeymoneromooo-monero2-10/+14
2016-12-08blockchain: fix setting non trovial alternate chain as invalidmoneromooo-monero1-4/+4
2016-12-06blockchain: bring the v4 fork height one block forwardluigi11111-3/+3
2016-12-04ringct: switch to Borromean signaturesShen Noether1-4/+4
2016-12-04Merge pull request #1398Riccardo Spagni4-7/+7
2016-12-04Merge pull request #1397Riccardo Spagni3-2/+26
2016-12-04Merge pull request #1392Riccardo Spagni1-1/+7
2016-12-04Merge pull request #1386Riccardo Spagni1-0/+13
2016-12-04Fix a few minor typosPierre Boyer4-7/+7
2016-12-04Fix delayed exit when syncingmoneromooo-monero3-2/+26
2016-12-01blockchain: use high bound block reward on error where appropriatemoneromooo-monero1-1/+7
2016-11-28blockchain: reject invalid pubkeys from v4moneromooo-monero1-0/+13
2016-11-27change 'invalid address format' loglevelJaquee1-1/+1
2016-11-22Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero4-4/+4
2016-11-16wallet2: try all tx keys when scanning a new transactionmoneromooo-monero1-2/+2
2016-11-15core: remove any tx pubkey from extra before adding onemoneromooo-monero1-0/+1
2016-11-11Merge pull request #1263Riccardo Spagni2-0/+19
2016-11-09add lightweight block propagation ("fluffy blocks")Dion Ahmetaj2-0/+19
2016-11-08Merge pull request #1285Riccardo Spagni2-0/+8
2016-11-08Merge pull request #1276Riccardo Spagni3-5/+124
2016-11-01refresh speedupluigi11112-0/+8
2016-10-31rpc: add a dynamic fee estimation RPC callmoneromooo-monero2-0/+44
2016-10-31core: dynamic fee algorithm from ArticMinemoneromooo-monero3-5/+80
2016-10-30core: fix removal of extra nonce using wrong typemoneromooo-monero1-1/+1
2016-10-23daemon: report transaction relay status in print_pool* commandsmoneromooo-monero1-0/+2
2016-10-23core: notify the txpool when transactions are relayedmoneromooo-monero2-0/+19
2016-10-22tx_pool: set relayed flag on relaymoneromooo-monero1-0/+3
2016-10-18Merge pull request #1215Riccardo Spagni2-2/+2
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero2-3/+4
2016-10-14patched parameter type bug that was causing failure on 32 bitDion Ahmetaj2-2/+2
2016-10-11Merge pull request #1203Riccardo Spagni2-0/+5
2016-10-11Merge pull request #1204Riccardo Spagni2-0/+35
2016-10-10print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2-6/+20
2016-10-10changed params from start/end index to height/countDion Ahmetaj2-4/+4
2016-10-10attempted to remove whitespace spamDion Ahmetaj1-1/+1
2016-10-10Add performance timers for ringct tx verificationmoneromooo-monero2-0/+5
2016-10-10added print_coinbase_tx_sum optionDion Ahmetaj2-1/+22
2016-10-08core: remove some unused codemoneromooo-monero1-3/+0
2016-10-04Merge pull request #1177Riccardo Spagni1-1/+1
2016-10-04Merge pull request #1139Riccardo Spagni1-2/+2
2016-10-04Merge pull request #1133Riccardo Spagni1-4/+1
2016-10-04Merge pull request #1123Riccardo Spagni1-8/+0
2016-10-04Merge pull request #1171Riccardo Spagni2-36/+1
2016-10-04Merge pull request #1168Riccardo Spagni4-13/+32
2016-10-04Merge pull request #1140Riccardo Spagni2-9/+30
2016-10-04Brackets to prevent premature returnNanoAkron1-0/+2
2016-10-04Brackets to ensure doesn't function prematurely returnNanoAkron1-0/+2
2016-10-03blockchain: avoid using a reference to a temporarymoneromooo-monero1-1/+1
2016-10-03Moved logging to target functions rather than callerNanoAkron4-17/+28
2016-10-03Removed all code related to fast_exitNanoAkron2-36/+1
2016-10-02Added messages at log level 2 to reflect deactivation procedureNanoAkron1-0/+4
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero2-5/+26
2016-09-26cryptonote_core: make extra field removal more genericmoneromooo-monero2-4/+4
2016-09-26Dropped "bit" from bitmonero.Randi Joseph1-2/+2
2016-09-25Revert "Fix fake 'network synchronized, begin using' messages"moneromooo-monero1-4/+1
2016-09-24core: make the sync chunk block count overridablemoneromooo-monero2-0/+14
2016-09-24blockchain: do not reject chain histories matching only genesismoneromooo-monero1-8/+0
2016-09-18fix v5 heightRiccardo Spagni1-1/+1
2016-09-18fix v5 fork date descriptionRiccardo Spagni1-1/+1
2016-09-18updated fork heights for v4 and v5Riccardo Spagni1-0/+7
2016-09-18add checkpointsRiccardo Spagni1-0/+2
2016-09-18Merge pull request #1094Riccardo Spagni1-3/+3
2016-09-18miner: do not try to save config if the path isn't setmoneromooo-monero1-1/+2
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-3/+3
2016-09-15compile errors fixed when PER_BLOCK_CHECKPOINT not definedrckngOpossum1-1/+3
2016-09-15compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE definedrckngOpossum3-2/+8
2016-09-14rct: rework serialization to avoid storing vector sizesmoneromooo-monero3-22/+56
2016-09-14core: cleanup some typecastingmoneromooo-monero1-4/+4
2016-09-03fix nigglies, as pointed out by moneromooo-moneroRiccardo Spagni1-1/+1
2016-09-03fix remaining bitmonero and simplewallet bitsRiccardo Spagni1-2/+2
2016-09-01Merge pull request #1022Riccardo Spagni2-6/+5
2016-08-31core: faster find_blockchain_supplementmoneromooo-monero1-6/+2
2016-08-31Remove blocks_per_sync limitsHoward Chu2-6/+5
2016-08-29Merge pull request #1002Riccardo Spagni1-1/+6
2016-08-29core: allow empty global indices for txes with empty voutmoneromooo-monero1-1/+6
2016-08-28Merge pull request #999Riccardo Spagni1-13/+14
2016-08-28blockchain: testnet heights for v3, v4, and v5moneromooo-monero1-0/+4
2016-08-28core: use full rct signatures if just one inputmoneromooo-monero1-1/+4
2016-08-28wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero1-2/+2
2016-08-28increase minimum mixin to 4 on hard fork 5moneromooo-monero1-2/+3
2016-08-28core: allow v1 txes after HF 5 when sweeping unmixable outputsmoneromooo-monero2-16/+19
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero5-19/+34
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2-5/+10
2016-08-28rct: rework v2 txes into prunable and non prunable datamoneromooo-monero4-20/+69
2016-08-28rct: rework the verification preparation processmoneromooo-monero3-133/+114
2016-08-28rct: change the simple flag to a typemoneromooo-monero3-11/+22
2016-08-28rct: avoid the need for the last II elementShen Noether2-18/+9
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero4-1/+17
2016-08-28core: add some locking around pool usemoneromooo-monero2-1/+4
2016-08-28rct: do not serialize senderPk - it is not used anymoremoneromooo-monero1-1/+1
2016-08-28tx_pool: log why a transaction was rejected for version checksmoneromooo-monero1-0/+3
2016-08-28change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero2-3/+8
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero1-7/+3
2016-08-28rct: do not serialize public keys in outPkmoneromooo-monero3-13/+53
2016-08-28core: always use the new simple rct variantmoneromooo-monero1-1/+1
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero2-5/+15
2016-08-28integrate simple rct apimoneromooo-monero4-102/+229
2016-08-28ringct: "simple" ringct variantShen Noether1-0/+13
2016-08-28mixable transactions must be rct for v3moneromooo-monero2-6/+29
2016-08-28Condition v2 txes on v3 hard forkmoneromooo-monero2-1/+12
2016-08-28move the rct commitments to the output_amounts databasemoneromooo-monero1-23/+2
2016-08-28rct: add the tx prefix hash into the MLSAGmoneromooo-monero1-3/+4
2016-08-28ringct: do not serialize what can be reconstructedmoneromooo-monero2-24/+81
2016-08-28Use the supplied hard fork version in validate_miner_transactionmoneromooo-monero1-1/+1
2016-08-28add rct to the protocolmoneromooo-monero8-149/+451
2016-08-28make rct tx serialization workmoneromooo-monero1-0/+56
2016-08-28core: link against libringctmoneromooo-monero1-0/+1
2016-08-28core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero4-0/+136
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero8-2404/+0
2016-08-28Change default db-sync-mode to fast, not fastestHoward Chu1-13/+14
2016-08-23Fix fake 'network synchronized, begin using' messagesThomas Winget1-1/+4
2016-08-12daemon: print time to next forkmoneromooo-monero3-0/+26
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero4-0/+46
2016-08-01new unlocked parameter to output_histogrammoneromooo-monero2-3/+4
2016-07-25hardfork: fix off by one in rescaning fork state after restartmoneromooo-monero1-3/+8
2016-07-13remove hf_starting_height dbmoneromooo-monero2-24/+6
2016-06-06tx_extra: parse new chunk added by minergateblashyrkh1-1/+12
2016-05-17Merge pull request #831Riccardo Spagni2-5/+5
2016-05-01tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero1-1/+1
2016-05-01core: move tx_extra parsing errors to log level 1moneromooo-monero1-4/+4
2016-04-29Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni1-2/+3
2016-04-28add a --max-concurrency flagmoneromooo-monero1-3/+3
2016-04-17blockchain: add missing overflow check for already generated coinsmoneromooo-monero1-1/+5
2016-04-17blockchain: update cumulative block limit when popping a blockmoneromooo-monero1-0/+1
2016-04-14Merge pull request #784Riccardo Spagni1-0/+1
2016-04-14Merge pull request #782Riccardo Spagni1-1/+13
2016-04-14Merge pull request #800Riccardo Spagni2-19/+0
2016-04-14Merge pull request #796Riccardo Spagni1-1/+1