aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3226Riccardo Spagni2018-02-161-1/+6
|\
| * blockchain: sanity check number of precomputed hash of hash blocksmoneromooo-monero2018-02-021-1/+6
* | Merge pull request #3248Riccardo Spagni2018-02-161-0/+4
|\ \
| * | blockchain: don't try to use hash check array after it's freedmoneromooo-monero2018-02-101-0/+4
| |/
* / blockchain: move bulletproofs to v8moneromooo-monero2018-01-311-4/+5
|/
* Merge pull request #3144Riccardo Spagni2018-01-271-1/+8
|\
| * rpc: expose recent median block size in getinfomoneromooo-monero2018-01-171-1/+8
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
* | Merge pull request #3014Riccardo Spagni2018-01-251-1/+1
|\ \ | |/ |/|
| * blockchain: remove minor floating point usagemoneromooo-monero2018-01-101-1/+1
* | Merge pull request #2971Riccardo Spagni2018-01-101-2/+2
|\ \ | |/ |/|
| * Fix exceptions not finding txpool txes when relayingmoneromooo-monero2017-12-201-2/+2
* | cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero2017-12-181-43/+0
* | blockchain: don't leave dangling pointers in thismoneromooo-monero2017-12-181-0/+2
* | cryptonote_core: fix db leak on errormoneromooo-monero2017-12-181-0/+1
* | check accessing an element past the end of a containermoneromooo-monero2017-12-181-4/+6
* | fix a few leaks by throwing objects, not newed pointers to objectsmoneromooo-monero2017-12-181-1/+1
|/
* Merge pull request #2878Riccardo Spagni2017-12-161-5/+6
|\
| * core: make --offline also disable DNS lookupsmoneromooo-monero2017-11-301-5/+6
* | add bulletproofs from v7 on testnetmoneromooo-monero2017-12-081-9/+26
|/
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+2
* Merge pull request #2615Riccardo Spagni2017-11-141-4/+4
|\
| * Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-4/+4
* | track double spending in the txpoolmoneromooo-monero2017-11-061-6/+6
|/
* blockchain: do not lock the blockchain lock for simple DB gettersmoneromooo-monero2017-10-301-7/+28
* Merge pull request #2656Riccardo Spagni2017-10-151-3/+3
|\
| * remove reference to cryptonote::null_hashJaquee2017-10-151-3/+3
* | Merge pull request #2640Riccardo Spagni2017-10-151-2/+12
|\ \ | |/ |/|
| * blockchain: avoid exceptions in output verificationmoneromooo-monero2017-10-121-2/+12
* | Merge pull request #2552Riccardo Spagni2017-10-151-9/+18
|\ \
| * | core: fix failure to sync when a tx is already in the poolmoneromooo-monero2017-09-291-9/+18
* | | Merge pull request #2469Riccardo Spagni2017-10-151-9/+119
|\ \ \ | |_|/ |/| |
| * | precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero2017-09-181-9/+119
* | | Merge pull request #2537Riccardo Spagni2017-10-061-2/+2
|\ \ \
| * | | blockchain: fix off by one getting blocksmoneromooo-monero2017-09-271-2/+2
| | |/ | |/|
* / | core: remove out sorting from v7 rulesmoneromooo-monero2017-09-271-20/+0
|/ /
* | move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+0
* | Merge pull request #2457Riccardo Spagni2017-09-251-1/+10
|\ \
| * | Use actual batch size for resize estimatesHoward Chu2017-09-171-1/+10
* | | Merge pull request #2440Riccardo Spagni2017-09-251-0/+39
|\ \ \
| * | | blockchain: reject unsorted ins and outs from v7moneromooo-monero2017-09-181-0/+39
* | | | blockchain: fix crash checking pre-validated txidsmoneromooo-monero2017-09-201-2/+2
| |_|/ |/| |
* | | Merge pull request #2446Riccardo Spagni2017-09-181-56/+16
|\ \ \
| * | | Use a threadpoolHoward Chu2017-09-141-56/+16
| | |/ | |/|
* | | Merge pull request #2044Riccardo Spagni2017-09-181-74/+129
|\ \ \ | |/ / |/| |
| * | json serialization for rpc-relevant monero typesThomas Winget2017-09-051-1/+1
| * | Refactor some things into more composable (smaller) functionsThomas Winget2017-09-051-73/+123
| * | DRY refactoringThomas Winget2017-08-311-1/+6
* | | update checkpoint hashesRiccardo Spagni2017-09-061-1/+1
| |/ |/|
* | Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocksmoneromooo-monero2017-08-291-3/+14
|/