aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1506Riccardo Spagni2017-01-151-2/+12
|\
| * Must wait for previous batch to finish before starting new oneHoward Chu2017-01-141-1/+6
| * Use batch transactions when syncingHoward Chu2017-01-141-2/+7
* | Merge pull request #1555Riccardo Spagni2017-01-131-3/+6
|\ \
| * | fix time stats mixinluigi11112017-01-101-3/+6
* | | wallet cli: print originating block heights of mixin keys when making transferkenshi842017-01-091-1/+1
|/ /
* | Merge pull request #1534Riccardo Spagni2017-01-081-1/+1
|\ \
| * | tx_pool: better block template filling algorithmmoneromooo-monero2017-01-071-1/+1
| |/
* | Merge pull request #1502Riccardo Spagni2017-01-081-0/+1
|\ \
| * | core: invalidate difficulty cache when resetting blockchainmoneromooo-monero2016-12-251-0/+1
| |/
* | Merge pull request #1493Riccardo Spagni2017-01-081-5/+5
|\ \ | |/ |/|
| * blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero2017-01-071-5/+5
* | add tx hash to time statsluigi11112016-12-211-2/+5
|/
* Merge pull request #1467Riccardo Spagni2016-12-201-0/+32
|\
| * rpc: new function and RPC to get alternative chain infomoneromooo-monero2016-12-171-0/+32
* | also use portable serializer for boost_serialization_helper.h and net_node.in...kenshi842016-12-201-2/+0
|/
* blockchain: fix reorganizations past a hard fork boundarymoneromooo-monero2016-12-131-0/+3
* Merge pull request #1418Riccardo Spagni2016-12-101-4/+4
|\
| * blockchain: fix setting non trovial alternate chain as invalidmoneromooo-monero2016-12-081-4/+4
* | blockchain: bring the v4 fork height one block forwardluigi11112016-12-061-3/+3
|/
* Merge pull request #1398Riccardo Spagni2016-12-041-3/+3
|\
| * Fix a few minor typosPierre Boyer2016-12-041-3/+3
* | Merge pull request #1397Riccardo Spagni2016-12-041-1/+20
|\ \
| * | Fix delayed exit when syncingmoneromooo-monero2016-12-041-1/+20
| |/
* | Merge pull request #1392Riccardo Spagni2016-12-041-1/+7
|\ \
| * | blockchain: use high bound block reward on error where appropriatemoneromooo-monero2016-12-011-1/+7
| |/
* / blockchain: reject invalid pubkeys from v4moneromooo-monero2016-11-281-0/+13
|/
* Add a get_outs (fully text based) version of get_outs.binmoneromooo-monero2016-11-221-1/+1
* rpc: add a dynamic fee estimation RPC callmoneromooo-monero2016-10-311-0/+30
* core: dynamic fee algorithm from ArticMinemoneromooo-monero2016-10-311-0/+52
* wallet: select part of the fake outs from recent outputsmoneromooo-monero2016-10-151-2/+2
* Add performance timers for ringct tx verificationmoneromooo-monero2016-10-101-0/+3
* Merge pull request #1177Riccardo Spagni2016-10-041-1/+1
|\
| * blockchain: avoid using a reference to a temporarymoneromooo-monero2016-10-031-1/+1
* | Merge pull request #1123Riccardo Spagni2016-10-041-8/+0
|\ \
| * | blockchain: do not reject chain histories matching only genesismoneromooo-monero2016-09-241-8/+0
| |/
* / Moved logging to target functions rather than callerNanoAkron2016-10-031-6/+8
|/
* fix v5 heightRiccardo Spagni2016-09-181-1/+1
* fix v5 fork date descriptionRiccardo Spagni2016-09-181-1/+1
* updated fork heights for v4 and v5Riccardo Spagni2016-09-181-0/+7
* compile errors fixed when PER_BLOCK_CHECKPOINT not definedrckngOpossum2016-09-151-1/+3
* compile errors fixed when DEBUG_CREATE_BLOCK_TEMPLATE definedrckngOpossum2016-09-151-1/+1
* Merge pull request #1022Riccardo Spagni2016-09-011-1/+1
|\
| * Remove blocks_per_sync limitsHoward Chu2016-08-311-1/+1
* | core: faster find_blockchain_supplementmoneromooo-monero2016-08-311-6/+2
|/
* core: allow empty global indices for txes with empty voutmoneromooo-monero2016-08-291-1/+6
* blockchain: testnet heights for v3, v4, and v5moneromooo-monero2016-08-281-0/+4
* wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero2016-08-281-2/+2
* increase minimum mixin to 4 on hard fork 5moneromooo-monero2016-08-281-2/+3
* core: allow v1 txes after HF 5 when sweeping unmixable outputsmoneromooo-monero2016-08-281-1/+19