aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero4-51/+149
2018-09-11bulletproofs: add aggregated verificationmoneromooo-monero2-2/+2
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero3-8/+24
2018-09-04Merge pull request #4276luigi11111-7/+1
2018-09-04Merge pull request #4268luigi11111-0/+3
2018-08-22Merge pull request #4240luigi11111-1/+1
2018-08-22Merge pull request #4204luigi11113-14/+35
2018-08-19tx_pool: fix infinite loop when failing to find a meta recordmoneromooo-monero1-7/+1
2018-08-16Do memwipe for critical secret keys copied to rct::keystoffu1-0/+3
2018-08-16core: cache block template where possiblemoneromooo-monero4-2/+94
2018-08-15Merge pull request #4164luigi11111-15/+19
2018-08-12core: sync database based on bytes added, not blocks addedmoneromooo-monero3-14/+35
2018-08-09blockchain: use uint64_t for height, not size_tmoneromooo-monero1-1/+1
2018-07-27Merge pull request #4108luigi11111-0/+1
2018-07-21blockchain: some batch tx scanning speedupmoneromooo-monero1-15/+19
2018-07-19Merge pull request #4081luigi11111-1/+2
2018-07-19Merge pull request #4076luigi11111-0/+2
2018-07-19Merge pull request #4047luigi11112-6/+35
2018-07-19Merge pull request #3981luigi11111-5/+34
2018-07-19Merge pull request #3973luigi11112-6/+7
2018-07-19Merge pull request #3854luigi11114-4/+87
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero1-5/+34
2018-07-07blockchain: cache next block difficulty after adding a blockmoneromooo-monero1-0/+1
2018-06-29blockchain: fix getting invalid block data on failuremoneromooo-monero1-1/+2
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas4-4/+87
2018-06-28blockchain: set the m_verifivation_failed flag in a couple more placesmoneromooo-monero1-0/+2
2018-06-28blockchain: fix build after waiter::wait prototype changemoneromooo-monero1-1/+1
2018-06-27Merge pull request #3986luigi11111-2/+2
2018-06-27Merge pull request #3982luigi11111-12/+1
2018-06-27Merge pull request #3716luigi11116-104/+140
2018-06-26threadpool: allow leaf functions to run concurrentlymoneromooo-monero2-8/+8
2018-06-26blockchain: simplify/speedup handle_get_objectsmoneromooo-monero1-13/+8
2018-06-26rpc: rework to avoid repeated calculations in get_blocks.binmoneromooo-monero4-10/+19
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero6-76/+108
2018-06-26alt_chain_info can now give more info about a particular alt chainmoneromooo-monero2-6/+7
2018-06-25Merge pull request #3975luigi11111-1/+1
2018-06-25Merge pull request #3936luigi11111-0/+2
2018-06-24tx_pool: cache check_tx_inputs resultsmoneromooo-monero2-6/+35
2018-06-20Merge pull request #3919luigi11111-1/+1
2018-06-20Merge pull request #3904luigi11111-6/+13
2018-06-20Merge pull request #3903luigi11112-12/+35
2018-06-19Merge pull request #3828luigi11111-0/+1
2018-06-17Merge pull request #3691luigi11112-6/+3
2018-06-16Merge pull request #3732luigi11111-1/+1
2018-06-16Merge pull request #3726luigi11111-8/+11
2018-06-12Merge pull request #3687luigi11111-3/+3
2018-06-11Remove old logic saved in comments.Jean Pierre Dudey1-2/+2
2018-06-11cryptonote_config: add get_config to refactor x = testnet ? config::testnet::...stoffu1-12/+1
2018-06-09blockchain: avoid duplicate db query for heightmoneromooo-monero1-1/+1
2018-06-08Merge pull request #3908luigi11111-1/+1
2018-06-08Merge pull request #3450luigi11113-0/+19
2018-06-07Merge pull request #3940luigi11111-8/+12
2018-06-06blockchain: fix deadlock with the difficulty cachemoneromooo-monero1-8/+12
2018-06-05tx_pool: initialize bitflags padding since it gets written to storagemoneromooo-monero1-0/+2
2018-06-04blockchain: pop forked blocks only when DB is not read-onlystoffu1-1/+1
2018-06-02blockchain: demote a hash-of-hashes validation warning to debugmoneromooo-monero1-1/+1
2018-06-02update checkpoints.dat for point releaseRiccardo Spagni1-1/+1
2018-06-02tx_pool: hold off parsing a tx blob till we actually need itmoneromooo-monero2-12/+35
2018-06-01blockchain: return error when requesting non existent outputmoneromooo-monero1-6/+13
2018-05-30Merge pull request #3525luigi11111-0/+1
2018-05-30Merge pull request #3876luigi11111-5/+6
2018-05-30Merge pull request #3731luigi11112-6/+15
2018-05-29Merge pull request #3251luigi11114-12/+18
2018-05-29Merge pull request #3446luigi11111-4/+0
2018-05-29Merge pull request #3420luigi11112-3/+22
2018-05-28core: fix automatic safe db sync mode switchingmoneromooo-monero1-5/+6
2018-05-28tx_pool: remove old comment from fill_block_template()stoffu1-4/+0
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero4-12/+18
2018-05-23update checkpointsRiccardo Spagni1-1/+1
2018-05-21Merge pull request #3787Riccardo Spagni1-0/+6
2018-05-21Merge pull request #3832Riccardo Spagni2-9/+11
2018-05-21speed up get_output_distribution (and precalc common case)moneromooo-monero4-22/+8
2018-05-21Merge pull request #3749Riccardo Spagni1-0/+47
2018-05-20core: remove threadpool dependency from headermoneromooo-monero2-6/+3
2018-05-20Fix output shuffling for multisigstoffu2-9/+11
2018-05-18core: lock incoming tx lock when checking the txpool and chainmoneromooo-monero1-0/+1
2018-05-13Use median timestamp if current time renders a block invalid.Thaer Khawaja2-6/+15
2018-05-09blockchain: avoid exception if asked for a block we do not havemoneromooo-monero1-8/+11
2018-05-09blockchain: invalidate misc caches when popping blocksmoneromooo-monero1-0/+6
2018-05-07cryptonote: make sure outPk setup always happensmoneromooo-monero1-33/+0
2018-05-06blockchain: pop top if block version disagrees with the ideal fork versionstoffu1-0/+47
2018-04-29Ensure m_timestamps has the correct number for computing difficulty.Thaer Khawaja1-1/+1
2018-04-28Merge pull request #3683Riccardo Spagni2-0/+12
2018-04-23blockchain: log in DEBUG when a block is found, and wheremoneromooo-monero1-3/+3
2018-04-23speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero2-3/+4
2018-04-22Only log an error if fork version is higher AND is not known.Thaer Khawaja2-0/+12
2018-04-12Merge pull request #3609Riccardo Spagni1-17/+26
2018-04-12Merge pull request #3530Riccardo Spagni1-2/+3
2018-04-12Merge pull request #3502Riccardo Spagni1-1/+1
2018-04-11tx_pool: fix loading with colliding key imagesmoneromooo-monero1-17/+26
2018-03-31cryptonote_tx_util: make destinations properly shuffledstoffu1-2/+3
2018-03-30blockchain: add scope guard to waiter for threaded txv1 verificationstoffu1-0/+1
2018-03-27fix lambda compile error on openbsdmoneromooo-monero1-1/+1
2018-03-24update block hashes for checkpoints.datRiccardo Spagni1-1/+1
2018-03-21core: add get_earliest_ideal_height_for_version()stoffu3-0/+19
2018-03-19blockchain: cache difficulty for next blockmoneromooo-monero2-3/+22
2018-03-18core: fix use of uninitialised datamoneromooo-monero1-1/+2
2018-03-18Move v7 fork to 1546000 to give more update timemoneromooo-monero1-2/+2
2018-03-17Merge pull request #3418Riccardo Spagni1-1/+2
2018-03-16blockchain: forbid bulletproof types before v8moneromooo-monero1-1/+2
2018-03-16Merge pull request #3414Riccardo Spagni1-1/+1
2018-03-16Merge pull request #3336Riccardo Spagni3-6/+6
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero4-2/+78
2018-03-16blockchain: fix log message about per-kB feestoffu1-1/+1
2018-03-15Fix typos in various filesDimitris Apostolou3-6/+6
2018-03-14Remove the `Blockchain::get_all_known_block_ids` function.Jean Pierre Dudey2-28/+0
2018-03-14keypair::generate: always require hw::device to avoid possible mistakestoffu1-1/+1
2018-03-14device: untangle cyclic depenencystoffu1-10/+9
2018-03-14Merge pull request #3371Riccardo Spagni1-0/+3
2018-03-14Merge pull request #3358Riccardo Spagni1-0/+8
2018-03-12Ledger HW Bug fixesCédric1-1/+1
2018-03-09Stagenet: successive forks up to v7stoffu1-0/+8
2018-03-07core: add v7 for 1539500 on mainnetmoneromooo-monero1-0/+3
2018-03-07Bump min ring size from 5 to 7 from v7moneromooo-monero1-1/+1
2018-03-05Merge pull request #3338Riccardo Spagni1-0/+2
2018-03-05Merge pull request #3308Riccardo Spagni1-1/+4
2018-03-05Merge pull request #3277Riccardo Spagni5-56/+80
2018-03-05Correct spelling mistakes.Edward Betts1-2/+2
2018-03-05Stagenetstoffu4-46/+79
2018-03-05Use `genesis_tx` parameter in `generate_genesis_block`. #3261Jean Pierre Dudey1-10/+1
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2-16/+24
2018-03-02core: fix sending to the source address with a short payment idmoneromooo-monero1-0/+2
2018-02-23blockchain: fix random sync failuresmoneromooo-monero1-1/+4
2018-02-18cryptonote_core: change wording of fork warning messagemoneromooo-monero1-1/+1
2018-02-17Merge pull request #3170Riccardo Spagni2-14/+14
2018-02-17Merge pull request #3191Riccardo Spagni1-2/+10
2018-02-16options: add testnet option dependencieswhythat1-2/+6
2018-02-16options: remove testnet-* optionswhythat2-14/+10
2018-02-16txpool: Don't bail out when blob_size == tx_size_limitLeon Klingele1-2/+2
2018-02-16core: add --no-fluffy-blocks, and enable fluffy blocks by defaultmoneromooo-monero1-2/+10
2018-02-16Merge pull request #3226Riccardo Spagni1-1/+6
2018-02-16Merge pull request #3248Riccardo Spagni1-0/+4
2018-02-16Merge pull request #3210Riccardo Spagni1-1/+8
2018-02-16Merge pull request #3205Riccardo Spagni3-5/+113
2018-02-16Merge pull request #3171Riccardo Spagni2-10/+14
2018-02-10blockchain: don't try to use hash check array after it's freedmoneromooo-monero1-0/+4
2018-02-07tx_pool: add a max pool size, settable with --max-txpool-sizemoneromooo-monero3-5/+113
2018-02-02blockchain: sanity check number of precomputed hash of hash blocksmoneromooo-monero1-1/+6
2018-02-01txpool: Properly bail out when outputs_amount == inputs_amountLeon Klingele1-1/+8
2018-01-31blockchain: move bulletproofs to v8moneromooo-monero1-4/+5
2018-01-29cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pubstoffu2-10/+14
2018-01-27Merge pull request #3144Riccardo Spagni2-1/+16
2018-01-27Merge pull request #3143Riccardo Spagni1-0/+6
2018-01-26Update 2018 copyrightxmr-eric10-10/+10
2018-01-25Merge pull request #3014Riccardo Spagni1-1/+1
2018-01-17rpc: expose recent median block size in getinfomoneromooo-monero2-1/+16
2018-01-17cryptonote_core: add --disable-dns-checkpoints flagmoneromooo-monero1-0/+6
2018-01-10blockchain: remove minor floating point usagemoneromooo-monero1-1/+1
2018-01-10Merge pull request #2971Riccardo Spagni3-11/+34
2017-12-25Merge pull request #2929Riccardo Spagni1-5/+35
2017-12-20Fix exceptions not finding txpool txes when relayingmoneromooo-monero3-11/+34
2017-12-18cryptonote_core: remove unused functions with off by one bugsmoneromooo-monero4-105/+0
2017-12-18blockchain: don't leave dangling pointers in thismoneromooo-monero1-0/+2
2017-12-18cryptonote_core: fix db leak on errormoneromooo-monero2-2/+3
2017-12-18check accessing an element past the end of a containermoneromooo-monero2-4/+12
2017-12-18fix a few leaks by throwing objects, not newed pointers to objectsmoneromooo-monero1-1/+1
2017-12-17Merge pull request #2134Riccardo Spagni3-45/+90
2017-12-17cryptonote_core: fix blockchain init call after prototype changemoneromooo-monero1-1/+1
2017-12-17make multisig work with subaddressesmoneromooo-monero2-14/+9
2017-12-17add multisig core test and factor multisig building blocksmoneromooo-monero2-15/+2
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero2-44/+107
2017-12-17Merge pull request #2877Riccardo Spagni2-13/+6
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero2-13/+6
2017-12-16move includes around to lessen overall loadmoneromooo-monero3-1/+4
2017-12-16Merge pull request #2878Riccardo Spagni4-8/+35
2017-12-16Merge pull request #2871Riccardo Spagni1-2/+2
2017-12-15resumption support for updates using range requestsmoneromooo-monero1-5/+35
2017-12-09core: fix input ordering from v7moneromooo-monero1-1/+1
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero2-9/+44
2017-12-08integrate bulletproofs into moneromoneromooo-monero2-4/+4
2017-11-30core: make --offline also disable DNS lookupsmoneromooo-monero4-8/+35
2017-11-27Small cleanup of daemon synchronization outputxmr-eric1-2/+2
2017-11-26Added command descriptionsCifrado1-0/+1
2017-11-25Merge pull request #2794Riccardo Spagni2-0/+34
2017-11-24wallet: transfer RPC can now return tx metadata (pending_tx)moneromooo-monero1-0/+14
2017-11-14Merge pull request #2692Riccardo Spagni1-10/+0
2017-11-14Merge pull request #2736Riccardo Spagni2-24/+96
2017-11-14rpc: remove obsolete busy core checksmoneromooo-monero1-10/+0
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero2-24/+96
2017-11-14remove "using namespace std" from headersmoneromooo-monero4-2/+8
2017-11-14Merge pull request #2681Riccardo Spagni1-7/+1
2017-11-14Merge pull request #2675Riccardo Spagni1-6/+11
2017-11-14Merge pull request #2615Riccardo Spagni6-46/+80
2017-11-14core: warn when free disk space is lowmoneromooo-monero2-0/+34
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate6-46/+80
2017-11-06track double spending in the txpoolmoneromooo-monero3-8/+62
2017-11-03Merge pull request #2662Riccardo Spagni2-7/+7
2017-10-30blockchain: do not lock the blockchain lock for simple DB gettersmoneromooo-monero1-7/+28
2017-10-19core: do not forbid txes without destinationmoneromooo-monero1-6/+0
2017-10-19core: don't add empty additional pub keys field to extramoneromooo-monero1-1/+1
2017-10-18subaddress: remove unneeded scalarmultBasekenshi841-6/+11
2017-10-17core_tests: fix for subaddress patchkenshi842-7/+7
2017-10-15Merge pull request #2656Riccardo Spagni1-3/+3
2017-10-15remove reference to cryptonote::null_hashJaquee1-3/+3
2017-10-15Merge pull request #2640Riccardo Spagni1-2/+12
2017-10-15Merge pull request #2638Riccardo Spagni1-1/+9
2017-10-15Merge pull request #2552Riccardo Spagni3-9/+28
2017-10-15Merge pull request #2469Riccardo Spagni4-9/+133
2017-10-12blockchain: avoid exceptions in output verificationmoneromooo-monero1-2/+12
2017-10-11core: guard against a mined block not finding all txes in the poolmoneromooo-monero1-1/+9