aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-281-14/+10
* rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-281-9/+15
* rct: rework the verification preparation processmoneromooo-monero2016-08-281-126/+96
* rct: change the simple flag to a typemoneromooo-monero2016-08-281-3/+9
* rct: avoid the need for the last II elementShen Noether2016-08-281-8/+6
* core: add some locking around pool usemoneromooo-monero2016-08-281-1/+3
* change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero2016-08-281-1/+1
* rct: do not serialize public keys in outPkmoneromooo-monero2016-08-281-4/+31
* integrate simple rct apimoneromooo-monero2016-08-281-57/+155
* mixable transactions must be rct for v3moneromooo-monero2016-08-281-6/+28
* move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-281-23/+2
* ringct: do not serialize what can be reconstructedmoneromooo-monero2016-08-281-20/+67
* Use the supplied hard fork version in validate_miner_transactionmoneromooo-monero2016-08-281-1/+1
* add rct to the protocolmoneromooo-monero2016-08-281-67/+212
* core: new /getrandom_rctouts.bin binary RPC callmoneromooo-monero2016-08-281-0/+98
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-0/+19
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-2/+2
* Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni2016-04-291-2/+3
|\
| * Merge branch 'performance' into masterHoward Chu2016-04-051-2/+3
| |\
| | * Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-051-2/+3
* | | add a --max-concurrency flagmoneromooo-monero2016-04-281-3/+3
* | | blockchain: add missing overflow check for already generated coinsmoneromooo-monero2016-04-171-1/+5
* | | blockchain: update cumulative block limit when popping a blockmoneromooo-monero2016-04-171-0/+1
* | | Merge pull request #784Riccardo Spagni2016-04-141-0/+1
|\ \ \
| * | | Fix potential race with parallel processing of txes/signatures/blocksmoneromooo-monero2016-04-021-0/+1
| |/ /
* / / blockchain: remove the tx validation result cachemoneromooo-monero2016-04-061-18/+0
|/ /
* | Merge pull request #767Riccardo Spagni2016-04-021-5/+10
|\ \
| * | Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-5/+10
* | | Merge pull request #765Riccardo Spagni2016-03-271-0/+5
|\ \ \ | |/ / |/| |
| * | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+5
* | | blockchain: for v3, require miner tx to have well behaved outsmoneromooo-monero2016-03-251-2/+11
|/ /
* | Merge pull request #749Riccardo Spagni2016-03-251-10/+39
* | Revert "Merge pull request #749"Riccardo Spagni2016-03-251-39/+10
* | Merge pull request #749Riccardo Spagni2016-03-251-10/+39
|\ \
| * | Move checkpoint functions into checkpoints classThomas Winget2016-03-241-5/+5
| * | Remove unnecessary or defunct codeThomas Winget2016-03-221-1/+0
| * | Updated documentation for blockchain.*Thomas Winget2016-03-221-5/+35
* | | blockchain: fix partial block reward detectionmoneromooo-monero2016-03-221-1/+1
|/ /
* | also maybe do the block height this time, you know, just so that it actually ...Riccardo Spagni2016-03-211-1/+1
* | also update the timestamp for the hard forkRiccardo Spagni2016-03-211-1/+1
* | set fork date for September, add hyc's GPG key, remove aabramov'sRiccardo Spagni2016-03-211-0/+3
* | Fix issue #706Howard Chu2016-03-191-0/+1
* | Use boost::thread instead of std::threadHoward Chu2016-03-111-3/+3
|/
* Blockchain: Omit verbose time stats messages by defaultwarptangent2016-03-031-1/+1
* Wrap some more actions in a larger read txnHoward Chu2016-02-231-11/+25