aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-09wallet cli: print originating block heights of mixin keys when making transferkenshi841-1/+1
2017-01-08Merge pull request #1534Riccardo Spagni1-1/+1
2017-01-08Merge pull request #1502Riccardo Spagni1-0/+1
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-monero1-1/+1
2016-12-25core: invalidate difficulty cache when resetting blockchainmoneromooo-monero1-0/+1
2016-12-21add tx hash to time statsluigi11111-2/+5
2016-12-20Merge pull request #1467Riccardo Spagni1-0/+32
2016-12-20also use portable serializer for boost_serialization_helper.h and net_node.in...kenshi841-2/+0
2016-12-17rpc: new function and RPC to get alternative chain infomoneromooo-monero1-0/+32
2016-12-13blockchain: fix reorganizations past a hard fork boundarymoneromooo-monero1-0/+3
2016-12-10Merge pull request #1418Riccardo Spagni1-4/+4
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-04Merge pull request #1398Riccardo Spagni1-3/+3
2016-12-04Merge pull request #1397Riccardo Spagni1-1/+20
2016-12-04Merge pull request #1392Riccardo Spagni1-1/+7
2016-12-04Fix a few minor typosPierre Boyer1-3/+3
2016-12-04Fix delayed exit when syncingmoneromooo-monero1-1/+20
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-22Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero1-1/+1
2016-10-31rpc: add a dynamic fee estimation RPC callmoneromooo-monero1-0/+30
2016-10-31core: dynamic fee algorithm from ArticMinemoneromooo-monero1-0/+52
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero1-2/+2
2016-10-10Add performance timers for ringct tx verificationmoneromooo-monero1-0/+3
2016-10-04Merge pull request #1177Riccardo Spagni1-1/+1
2016-10-04Merge pull request #1123Riccardo Spagni1-8/+0
2016-10-03blockchain: avoid using a reference to a temporarymoneromooo-monero1-1/+1
2016-10-03Moved logging to target functions rather than callerNanoAkron1-6/+8
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-15compile errors fixed when PER_BLOCK_CHECKPOINT not definedrckngOpossum1-1/+3
2016-09-15compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE definedrckngOpossum1-1/+1
2016-09-01Merge pull request #1022Riccardo Spagni1-1/+1
2016-08-31core: faster find_blockchain_supplementmoneromooo-monero1-6/+2
2016-08-31Remove blocks_per_sync limitsHoward Chu1-1/+1
2016-08-29core: allow empty global indices for txes with empty voutmoneromooo-monero1-1/+6
2016-08-28blockchain: testnet heights for v3, v4, and v5moneromooo-monero1-0/+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-monero1-1/+19
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-14/+10
2016-08-28rct: rework v2 txes into prunable and non prunable datamoneromooo-monero1-9/+15
2016-08-28rct: rework the verification preparation processmoneromooo-monero1-126/+96
2016-08-28rct: change the simple flag to a typemoneromooo-monero1-3/+9
2016-08-28rct: avoid the need for the last II elementShen Noether1-8/+6
2016-08-28core: add some locking around pool usemoneromooo-monero1-1/+3
2016-08-28change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero1-1/+1
2016-08-28rct: do not serialize public keys in outPkmoneromooo-monero1-4/+31
2016-08-28integrate simple rct apimoneromooo-monero1-57/+155
2016-08-28mixable transactions must be rct for v3moneromooo-monero1-6/+28
2016-08-28move the rct commitments to the output_amounts databasemoneromooo-monero1-23/+2
2016-08-28ringct: do not serialize what can be reconstructedmoneromooo-monero1-20/+67
2016-08-28Use the supplied hard fork version in validate_miner_transactionmoneromooo-monero1-1/+1
2016-08-28add rct to the protocolmoneromooo-monero1-67/+212
2016-08-28core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero1-0/+98
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-0/+19
2016-08-01new unlocked parameter to output_histogrammoneromooo-monero1-2/+2
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-06blockchain: remove the tx validation result cachemoneromooo-monero1-18/+0
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-02Fix potential race with parallel processing of txes/signatures/blocksmoneromooo-monero1-0/+1
2016-04-02Merge pull request #767Riccardo Spagni1-5/+10
2016-03-27Merge pull request #765Riccardo Spagni1-0/+5
2016-03-27Convey tx verification failure reasons to the RPC clientmoneromooo-monero1-5/+10
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+5
2016-03-25blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero1-2/+11
2016-03-25Merge pull request #749Riccardo Spagni1-10/+39
2016-03-25Revert "Merge pull request #749"Riccardo Spagni1-39/+10
2016-03-25Merge pull request #749Riccardo Spagni1-10/+39
2016-03-24Move checkpoint functions into checkpoints classThomas Winget1-5/+5
2016-03-22Remove unnecessary or defunct codeThomas Winget1-1/+0
2016-03-22Updated documentation for blockchain.*Thomas Winget1-5/+35
2016-03-22blockchain: fix partial block reward detectionmoneromooo-monero1-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-21also update the timestamp for the hard forkRiccardo Spagni1-1/+1
2016-03-21set fork date for September, add hyc's GPG key, remove aabramov'sRiccardo Spagni1-0/+3
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-23Wrap some more actions in a larger read txnHoward Chu1-11/+25
2016-02-23read txn/cursor stuffHoward Chu1-0/+9
2016-02-08blockchain: initialize m_hardfork to NULLmoneromooo-monero1-1/+1
2016-02-08core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero1-5/+15
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 objectwarptangent1-4/+20
2016-02-03blockchain: revert handle_get_objects adding block id on tx not foundmoneromooo-monero1-1/+0
2016-02-02minor bugfixes and refactoringThomas Winget1-56/+77
2016-01-31Merge pull request #634Riccardo Spagni1-0/+1
2016-01-31Merge pull request #631Riccardo Spagni1-2/+1
2016-01-31blockchain: log number of outputs available for a new txmoneromooo-monero1-0/+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-monero1-0/+19
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-6/+13
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-30blockchain: kill ioservice on scope end, rather than manuallymoneromooo-monero1-6/+7
2015-12-30Merge pull request #572Riccardo Spagni1-0/+2
2015-12-28blockchain: always stop the ioservice before returningmoneromooo-monero1-0/+2
2015-12-26blockchain: remove obsolete containersmoneromooo-monero1-5/+1
2015-12-26blockchain: Fix height in call to on_blockchain_decmoneromooo-monero1-1/+1
2015-12-25blockchain: fix a few block addition bugsmoneromooo-monero1-34/+45
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-monero1-1/+4
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-monero1-2/+2
2015-12-19Add missing semicolons after log statementsmoneromooo-monero1-3/+3
2015-12-17replace std::auto_ptr with std::unique_ptrmoneromooo-monero1-1/+1
2015-12-15Fix typowarptangent1-1/+1
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 codebasewarptangent1-75/+75
2015-12-14Tone down a bit L0 logs during daemon syncmoneromooo-monero1-1/+1
2015-12-13add a --fakechain argument for testsmoneromooo-monero1-4/+7
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-06blockchain_db: fixup missing key images in early DB versionmoneromooo-monero1-0/+3
2015-11-24hardfork: fix more major/minor issuesmoneromooo-monero1-2/+2
2015-11-23blockchain: log versions as numbers, not charactersmoneromooo-monero1-1/+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-monero1-4/+16
2015-11-13More changes for 2-min blocksJavier Smooth1-4/+7
2015-11-13Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...Javier Smooth1-5/+8
2015-11-08hardfork: allow per-fork voting thresholdsmoneromooo-monero1-6/+8
2015-10-27Remove some old/obsolete/unused codemoneromooo-monero1-49/+0
2015-10-26Merge pull request #444Riccardo Spagni1-0/+11
2015-10-26Merge pull request #442Riccardo Spagni1-0/+20
2015-10-25Fix leak on real output when using a very recent outputmoneromooo-monero1-0/+11
2015-10-25Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero1-0/+20
2015-10-21hardfork: switch voting to block minor versionmoneromooo-monero1-2/+2
2015-10-17blockchain_export can now export to a blocks.dat formatmoneromooo-monero1-5/+6
2015-10-11from hard fork 2, all outputs must be decomposedmoneromooo-monero1-0/+17
2015-10-10from hard fork 2, claim a quantized reward in coinbasemoneromooo-monero1-2/+10
2015-09-27blockchain: on hardfork 2, require mixin 2 at least if possiblemoneromooo-monero1-0/+37
2015-09-27hardfork: rescan speedupmoneromooo-monero1-1/+4
2015-09-27blockchain: on hardfork 2, allow miners to claim less money than allowedmoneromooo-monero1-3/+7
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-monero1-13/+28
2015-09-19Add an RPC call and daemon command to get info on hard fork votingmoneromooo-monero1-1/+6
2015-09-19blockchain: force a hardfork recalculation at load timemoneromooo-monero1-0/+3
2015-09-19core: add consts where appropriatemoneromooo-monero1-3/+3
2015-09-13core: moan when we think an update is needed to get latest hard fork infomoneromooo-monero1-0/+5
2015-09-12blockchain: use the new hardfork classmoneromooo-monero1-3/+23
2015-08-24blockchain: remove obsolete call to libc srandmoneromooo-monero1-1/+0
2015-08-23removed some gcc warnings. mainly unused variables.roman1-3/+0
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-11blockchain: remove dead codemoneromooo-monero1-56/+6
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-07-18Merge pull request #343Riccardo Spagni1-1/+1
2015-07-18blockchain: fix testnet syncing (to not use blocks.dat)moneromooo-monero1-1/+1
2015-07-17Fixed threadpool bug when running on single core systems.NoodleDoodleNoodleDoodleNoodleDoodleNoo1-5/+8
2015-07-15Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.NoodleDoodleNoodleDoodleNoodleDoodleNoo1-6/+42
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-1663/+2363
2015-07-15Update blockchain.cppNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+0
2015-07-15Experimental BDB workaround optimizationsNoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+20
2015-05-31cleaning up, removing redundant files, renaming, fixing incorrect licensesRiccardo Spagni1-1/+1
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-31/+10
2015-03-16Add support for database open with flagswarptangent1-2/+2
2015-03-13BlockchainDB implementations have names nowThomas Winget1-2/+3
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-2/+2
2015-02-23Move LMDB storage to subfolderwarptangent1-1/+2
2015-02-23Blockchain: match original function declaration from blockchain_storagewarptangent1-1/+1
2015-02-22Fix Blockchain::get_tail_id() to set parameter to last block number instead o...warptangent1-1/+1
2015-02-01Blockchain: reflect log updates from blockchain_storagewarptangent1-7/+7
2015-02-01Blockchain: reflect log and assert updates from blockchain_storagewarptangent1-37/+38
2015-02-01Blockchain: reflect log level of blockchain_storagewarptangent1-8/+8
2015-02-01Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_...warptangent1-0/+2
2015-02-01Update recently added log statement to fix possible null dereferencewarptangent1-1/+5
2015-01-19Should fix std::min issues related to size_tThomas Winget1-2/+2
2015-01-14Remove code previously made unused and marked unusedwarptangent1-18/+0
2015-01-11Fix height assertion in Blockchain::handle_alternative_block()warptangent1-1/+1
2015-01-11Fix comparison between main and alternate chain's cumulativewarptangent1-2/+10
2015-01-11Remove a have_block() check so alternate block can be processedwarptangent1-7/+27
2015-01-11Use block index when obtaining block's difficulty for log statementwarptangent1-2/+2
2015-01-09Fix transfers to support mixinswarptangent1-1/+1
2015-01-09Fix transfers (without mixins)warptangent1-1/+2
2015-01-09Fixes segfault in Blockchain::handle_alternative_blockThomas Winget1-6/+8