aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-06blockchain: remove the tx validation result cachemoneromooo-monero2-19/+0
2016-04-06tx_pool: fix (hopefully) save/load of kept_by_blockmoneromooo-monero1-0/+2
2016-04-05Merge branch 'performance' into masterHoward Chu1-2/+3
2016-04-05Schema update: tx_indices - improve further with less indirectionwarptangent1-2/+3
2016-04-05tx_pool: ensure no txes that fail check_inputs get in the block templatemoneromooo-monero1-1/+1
2016-04-02Fix potential race with parallel processing of txes/signatures/blocksmoneromooo-monero1-0/+1
2016-04-02core: keep the acc loop for the genesis blockmoneromooo-monero1-1/+13
2016-04-02Merge pull request #779Riccardo Spagni1-5/+1
2016-04-02Merge pull request #767Riccardo Spagni5-11/+39
2016-04-02Merge pull request #764Riccardo Spagni2-74/+374
2016-04-01core: remove the block reward accumulation loopmoneromooo-monero1-5/+1
2016-03-30minor corrections/clarificationsThomas Winget2-4/+6
2016-03-27Merge pull request #765Riccardo Spagni2-0/+14
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero5-11/+39
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero2-0/+14
2016-03-25blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero2-3/+13
2016-03-25core: fix miner tx block reward with feesmoneromooo-monero1-8/+7
2016-03-25Merge pull request #749Riccardo Spagni12-431/+1965
2016-03-25Revert "Merge pull request #749"Riccardo Spagni12-1965/+431
2016-03-25Merge pull request #749Riccardo Spagni12-431/+1965
2016-03-24Transaction pool documentation (and some cleanup)Thomas Winget2-74/+372
2016-03-24remove defunct code from cryptonote::coreThomas Winget2-22/+0
2016-03-24cryptonote::core doxygen documentationThomas Winget2-26/+617
2016-03-24doxygen documentation for difficulty functionsThomas Winget2-2/+16
2016-03-24Move checkpoint functions into checkpoints classThomas Winget8-358/+327
2016-03-22doxygen documentation for checkpoints.{h,cpp}Thomas Winget2-6/+99
2016-03-22Remove unnecessary or defunct codeThomas Winget2-22/+0
2016-03-22Updated documentation for blockchain.*Thomas Winget2-14/+925
2016-03-22blockchain: fix partial block reward detectionmoneromooo-monero1-1/+1
2016-03-21Merge pull request #743Riccardo Spagni1-1/+1
2016-03-21also maybe do the block height this time, you know, just so that it actually ...Riccardo Spagni1-1/+1
2016-03-21Merge pull request #742Riccardo Spagni1-1/+1
2016-03-21also update the timestamp for the hard forkRiccardo Spagni1-1/+1
2016-03-21Merge pull request #741Riccardo Spagni1-0/+3
2016-03-21set fork date for September, add hyc's GPG key, remove aabramov'sRiccardo Spagni1-0/+3
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero5-6/+2
2016-03-19Print stack trace upon exceptionsmoneromooo-monero5-2/+6
2016-03-19Fix issue #706Howard Chu1-0/+1
2016-03-11Use boost::thread instead of std::threadHoward Chu1-3/+3
2016-03-03Blockchain: Omit verbose time stats messages by defaultwarptangent1-1/+1
2016-02-29Merge pull request #688Riccardo Spagni2-1/+10
2016-02-23Wrap some more actions in a larger read txnHoward Chu1-11/+25
2016-02-23read txn/cursor stuffHoward Chu2-1/+14
2016-02-23core: check whether an update is needed straight awaymoneromooo-monero1-1/+1
2016-02-23core: print "update needed" hard fork notifications in redmoneromooo-monero1-2/+2
2016-02-22simplewallet: add a new --restore-from-keys optionmoneromooo-monero2-1/+10
2016-02-17core: check whether an update is needed straight awaymoneromooo-monero1-1/+1
2016-02-17core: print "update needed" hard fork notifications in redmoneromooo-monero1-2/+2
2016-02-08hardfork: add a default fork entry for v1 if none existmoneromooo-monero1-0/+5
2016-02-08blockchain: initialize m_hardfork to NULLmoneromooo-monero1-1/+1
2016-02-08core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero4-12/+26
2016-02-08blockchain: reset hardfork object when resetting blockchainmoneromooo-monero1-0/+1
2016-02-08Blockchain: Update comments on removing blockwarptangent1-0/+5
2016-02-08Move HardFork DB update to BlockchainDB::add_block()warptangent1-3/+0
2016-02-08Make HardFork object available to BlockchainDB and derived DB implementationswarptangent1-0/+2
2016-02-08Blockchain: Optionally pass in HardFork objectwarptangent2-4/+21
2016-02-08Merge pull request #643Riccardo Spagni1-8/+10
2016-02-08Merge pull request #641Riccardo Spagni2-56/+87
2016-02-04core: move the db lock to the data directorymoneromooo-monero1-8/+10
2016-02-03blockchain: revert handle_get_objects adding block id on tx not foundmoneromooo-monero1-1/+0
2016-02-02minor bugfixes and refactoringThomas Winget2-56/+88
2016-02-01hardfork: allow passing chain height in get(height) for conveniencemoneromooo-monero1-1/+4
2016-01-31Merge pull request #635Riccardo Spagni2-0/+46
2016-01-31Merge pull request #634Riccardo Spagni1-0/+1
2016-01-31Merge pull request #631Riccardo Spagni3-5/+2
2016-01-31core: prevent the database from being used by multiple daemonsmoneromooo-monero2-0/+46
2016-01-31blockchain: log number of outputs available for a new txmoneromooo-monero1-0/+1
2016-01-30tx_pool: fix serialization of new relayed datamoneromooo-monero1-2/+0
2016-01-30hardfork: fix mixup in indexing variable in get_voting_infomoneromooo-monero1-1/+1
2016-01-30blockchain: remove unused timermoneromooo-monero1-1/+0
2016-01-30blockchain: fix m_sync_counter uninitialized variable usemoneromooo-monero1-1/+1
2016-01-30new flush_txpool command, and associated RPC callmoneromooo-monero4-0/+41
2016-01-29tx_pool: serialize missing kept_by_block flagmoneromooo-monero1-1/+4
2016-01-29tx_pool: do not accept txes not in a block if they timed out beforemoneromooo-monero2-2/+14
2016-01-29tx_pool: fix use of invalidated iteratormoneromooo-monero1-1/+2
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero6-32/+65
2016-01-15added checkpointsRiccardo Spagni1-0/+8
2016-01-15hardfork: fix accepting v2 blocks too earlymoneromooo-monero1-2/+1
2015-12-31Merge pull request #587Riccardo Spagni1-28/+20
2015-12-31Nicer looking exit when blockchain.bin is foundmoneromooo-monero1-28/+20
2015-12-31core: do not use the persistent pool state for testsmoneromooo-monero2-1/+7
2015-12-31updated copyright yearRiccardo Spagni31-31/+31
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni2-2/+2
2015-12-30blockchain: kill ioservice on scope end, rather than manuallymoneromooo-monero1-6/+7
2015-12-30miner: minor fixes on stopmoneromooo-monero1-1/+4
2015-12-30Merge pull request #573Riccardo Spagni1-0/+22
2015-12-30Merge pull request #572Riccardo Spagni1-0/+2
2015-12-30Merge pull request #570Riccardo Spagni1-1/+1
2015-12-30Merge pull request #568Riccardo Spagni2-9/+2
2015-12-28blockchain_db: inform user about new format if blockchain.bin is foundmoneromooo-monero1-0/+22
2015-12-28blockchain: always stop the ioservice before returningmoneromooo-monero1-0/+2
2015-12-27Remove assert from status commandhyc1-1/+1
2015-12-26blockchain: remove obsolete containersmoneromooo-monero2-8/+1
2015-12-26blockchain: Fix height in call to on_blockchain_decmoneromooo-monero1-1/+1
2015-12-26hardfork: ensure current_fork_index can not become negative on rescanmoneromooo-monero1-1/+1
2015-12-25blockchain: fix a few block addition bugsmoneromooo-monero2-34/+46
2015-12-25blockchain: fix an off by one error in unlocked time checkmoneromooo-monero1-1/+1
2015-12-25blockchain: reinstate double spending checks in check_tx_inputsmoneromooo-monero1-3/+7
2015-12-25blockchain: make some flag twiddling code closer to the originalmoneromooo-monero1-2/+2
2015-12-25blockchain: fix bitflipping test with quantized block rewardsmoneromooo-monero3-2/+6
2015-12-25blockchain: add missing m_tx_pool.on_blockchain_decmoneromooo-monero1-0/+1
2015-12-25blockchain: fix switch to alternative blockchain for more than one blockmoneromooo-monero1-1/+1
2015-12-25blockchain: add a missing validity check to rollback_blockchain_switchingmoneromooo-monero1-0/+6
2015-12-25core: catch exceptions from get_output_keymoneromooo-monero1-2/+18
2015-12-25db: throw when given a non txout_to_key output to addmoneromooo-monero1-0/+5
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero4-5/+21
2015-12-19Add missing semicolons after log statementsmoneromooo-monero2-4/+4
2015-12-17replace std::auto_ptr with std::unique_ptrmoneromooo-monero1-1/+1
2015-12-15Fix typowarptangent2-2/+2
2015-12-15blockchain.cpp: Change indentation from 4 to 2 spaceswarptangent1-2255/+2253
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent12-317/+316
2015-12-15Merge pull request #537Riccardo Spagni1-0/+1
2015-12-14hardfork: only accept major versions we know aboutmoneromooo-monero1-0/+1
2015-12-14Tone down a bit L0 logs during daemon syncmoneromooo-monero1-1/+1
2015-12-13add a --fakechain argument for testsmoneromooo-monero4-8/+17
2015-12-13blockchain: log block (not chain) height in "BLOCK SUCCESFULLY ADDED"moneromooo-monero1-1/+1
2015-12-13blockchain: fix off by one in get_blocksmoneromooo-monero1-1/+1
2015-12-13tx_pool: fix "minumim" typo in messagemoneromooo-monero1-1/+1
2015-12-09Merge pull request #527Riccardo Spagni1-10/+23
2015-12-08Register daemon command line arguments to core if they're used in coremoneromooo-monero1-10/+23
2015-12-06blockchain_db: fixup missing key images in early DB versionmoneromooo-monero1-0/+3
2015-11-30Revert "Merge pull request #506"Riccardo Spagni1-2/+2
2015-11-27core: serialize block major/minor versions as bytes, not varintsmoneromooo-monero1-2/+2
2015-11-24Merge pull request #501Riccardo Spagni3-27/+34
2015-11-24hardfork: fix more major/minor issuesmoneromooo-monero3-24/+26
2015-11-23hardfork: fix rescan on loadmoneromooo-monero1-1/+1
2015-11-23blockchain: log versions as numbers, not charactersmoneromooo-monero1-1/+1
2015-11-23hardfork: fix actual/voting confusionmoneromooo-monero1-3/+8
2015-11-22add recent static checkpointJavier Smooth1-0/+1
2015-11-22fixed testnet fork point, added comment data back inRiccardo Spagni1-3/+3
2015-11-21update v2 testnet fork heightRiccardo Spagni1-3/+6
2015-11-21Relay transactions when they linger too long in the poolmoneromooo-monero6-26/+123
2015-11-13More changes for 2-min blocksJavier Smooth5-12/+12
2015-11-13Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...Javier Smooth5-14/+24
2015-11-10hardfork: add a get_ideal_version(uint64_t) functionmoneromooo-monero2-0/+18
2015-11-08hardfork: allow per-fork voting thresholdsmoneromooo-monero3-21/+42
2015-10-27Remove some old/obsolete/unused codemoneromooo-monero2-64/+0
2015-10-26Build fixes for the old blockchain_storage versionmoneromooo-monero2-6/+8
2015-10-26Merge pull request #444Riccardo Spagni2-1/+12
2015-10-26Merge pull request #442Riccardo Spagni4-0/+68
2015-10-25Fix leak on real output when using a very recent outputmoneromooo-monero2-1/+12
2015-10-25Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero4-0/+68
2015-10-21hardfork: switch voting to block minor versionmoneromooo-monero3-9/+20
2015-10-17blockchain_export can now export to a blocks.dat formatmoneromooo-monero1-5/+6
2015-10-17hardfork: use DB transactions when reorganizingmoneromooo-monero1-3/+3
2015-10-17hardfork: simplify work done on reloadmoneromooo-monero2-1/+40
2015-10-11from hard fork 2, all outputs must be decomposedmoneromooo-monero4-1/+25
2015-10-10from hard fork 2, claim a quantized reward in coinbasemoneromooo-monero3-4/+21
2015-10-10cryptonote_format_utils: add a function to tell if an amount is canonicalmoneromooo-monero2-0/+31
2015-10-04hardfork: move an assert so it actually worksmoneromooo-monero1-1/+1
2015-09-27blockchain: on hardfork 2, require mixin 2 at least if possiblemoneromooo-monero1-0/+37
2015-09-27hardfork: make the voting window a weekmoneromooo-monero1-1/+1
2015-09-27hardfork: rescan speedupmoneromooo-monero3-15/+41
2015-09-27hardfork: remove use of GNU extension for initializing objectmoneromooo-monero2-4/+5
2015-09-27blockchain: on hardfork 2, allow miners to claim less money than allowedmoneromooo-monero1-3/+7
2015-09-27hardfork: change window semantics to not count the newly added blockmoneromooo-monero1-5/+20
2015-09-27blockchain: use different hard fork settings for testnet and mainnetmoneromooo-monero1-3/+19
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero4-100/+97
2015-09-20hardfork: remove the "parts are copyright cryptonote" noticesmoneromooo-monero2-4/+0
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero4-5/+47
2015-09-19blockchain: force a hardfork recalculation at load timemoneromooo-monero1-0/+3
2015-09-19core: add consts where appropriatemoneromooo-monero6-79/+82
2015-09-13core: moan when we think an update is needed to get latest hard fork infomoneromooo-monero4-0/+35
2015-09-12blockchain: use the new hardfork classmoneromooo-monero3-8/+29
2015-09-12New hardfork classmoneromooo-monero3-2/+475
2015-09-12blockchain: add a couple missing includesmoneromooo-monero1-0/+2
2015-08-24blockchain: remove obsolete call to libc srandmoneromooo-monero1-1/+0
2015-08-24wallet: only return tx keys via RPC if requestedmoneromooo-monero2-2/+9
2015-08-24Merge pull request #383Riccardo Spagni2-4/+0
2015-08-23removed some gcc warnings. mainly unused variables.roman2-4/+0
2015-08-19make tx keys available to the usermoneromooo-monero2-2/+3
2015-08-15blockchain: mark two places where the new code differs from the oldmoneromooo-monero1-0/+3
2015-08-15blockchain: update cumulative size after block additionmoneromooo-monero1-2/+2
2015-08-15blockchain: remove dead codemoneromooo-monero1-1/+0
2015-08-15blockchain: do not try to add a tx the pool when it was nor taken outmoneromooo-monero1-1/+4
2015-08-15blockchain: fix off by 1 in timestamp median calculationsmoneromooo-monero1-4/+2
2015-08-11Add a is_key_image_spent daemon command and RPC callmoneromooo-monero2-2/+18
2015-08-11blockchain: remove dead codemoneromooo-monero2-59/+6
2015-08-10Merge pull request #363Riccardo Spagni1-4/+12
2015-08-09blockchain: factor get_num_outpouts(amount) callsmoneromooo-monero1-3/+3
2015-08-09blockchain: always select random outs using triangular distributionmoneromooo-monero1-1/+9
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero7-27/+51