summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1727Riccardo Spagni2017-02-211-22/+69
|\
| * blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-22/+69
* | Merge pull request #1724Riccardo Spagni2017-02-211-1/+1
|\ \
| * | blockchain_db: do not throw on expected partial results getting keysmoneromooo-monero2017-02-131-1/+1
| |/
* / Add a few read txns to streamlineHoward Chu2017-02-181-0/+4
|/
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-6/+5
* Replace BOOST_REVERSE_FOREACH with ranged forMiguel Herranz2017-01-221-1/+2
* rpc: fix orphan_status when getting blocksmoneromooo-monero2017-01-221-1/+5
* Change logging to easylogging++moneromooo-monero2017-01-161-128/+132
* Merge pull request #1577Riccardo Spagni2017-01-151-0/+8
|\
| * core: check block version for alt chains toomoneromooo-monero2017-01-141-0/+8
* | Merge pull request #1576Riccardo Spagni2017-01-151-6/+3
|\ \
| * | rct: split rct checks between semantics and othermoneromooo-monero2017-01-141-6/+3
| |/
* | Merge pull request #1571Riccardo Spagni2017-01-151-8/+8
|\ \
| * | fix do_not_relay not preventing relaying on a timermoneromooo-monero2017-01-141-8/+8
| |/
* | Merge pull request #1565Riccardo Spagni2017-01-151-0/+2
|\ \
| * | core: ensure block size limit is set from the startmoneromooo-monero2017-01-131-0/+2
| |/
* | 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