aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08Fixed mempool pruningSChernykh2-7/+19
2024-03-08Merge pull request #9222luigi11111-1/+1
2024-03-08get_block_template_backlog: better sorting logicSChernykh1-1/+1
2024-03-07tx_memory_pool: make double spends a no-drop offensejeffro2561-0/+1
2024-02-21cryptonote_core: early out on out of bounds scaling parameterselsta1-1/+2
2023-11-06Merge pull request #8979luigi11113-3/+7
2023-10-16gcc: fix uninitialized constructor warningsjeff3-3/+7
2023-10-01Fix: long term block weight cacheBoog9001-33/+2
2023-08-17Merge pull request #8924luigi11115-21/+83
2023-08-17Merge pull request #8840luigi11111-1/+2
2023-07-06Merge pull request #8850luigi11111-1/+1
2023-07-01blockchain_and_pool: move to crytonote_core and enforce its usagejeffro2565-21/+83
2023-06-27Merge pull request #8855luigi11111-9/+0
2023-05-12daemon: remove --fluffy-blockstobtoht1-9/+0
2023-05-11blockchain: ensure base fee cannot reach 0Crypto City1-1/+1
2023-05-05core: do not force sync the db when finding a block in regtest modeCrypto City1-1/+2
2023-05-05bump lmdb sync threshold for performancemoneromooo-monero1-0/+4
2023-04-25Merge pull request #8698luigi111113-13/+13
2023-03-29cryptonote core/protocol: don't drop peers for soft offensesjeffro2562-1/+3
2023-03-18Merge pull request #8733luigi11112-0/+11
2023-03-18Merge pull request #8707luigi11115-73/+279
2023-03-18Merge pull request #8076luigi11115-25/+301
2023-03-17verRctNonSemanticsSimpleCached: fix fragilityJeffrey Ryan5-73/+279
2023-03-07Enforce restricted # pool txs served via RPC + optimize chunked reqsj-berman5-37/+74
2023-02-26Add a size limit for tx_extra in tx pooltevador2-0/+11
2023-01-16Copyright: Update to 2023mj-xmr13-13/+13
2023-01-11Merge pull request #8675luigi11111-1/+1
2023-01-11Merge pull request #8686luigi11112-2/+0
2023-01-09Refactored rx-slow-hash.cSChernykh4-43/+41
2022-12-30wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 callrbrunner74-19/+258
2022-12-22common: move boost_serialization_helper.h out and cleanup includesJeffrey Ryan2-2/+0
2022-12-20Cache successful `verRctNonSemanticsSimple` callsSChernykh1-1/+1
2022-10-28Merge pull request #8517luigi11111-1/+1
2022-09-26Merge pull request #8587luigi11111-4/+0
2022-09-22Move update_checkpoints() to a later stageSChernykh1-4/+0
2022-09-20Second thread pool for IOSChernykh2-3/+3
2022-09-12wallet2: check wallet compatibility with daemon's hard fork versionj-berman1-0/+7
2022-09-09Merge pull request #8519luigi11113-0/+18
2022-09-06rpc: skip bootstrap nodes that are lower than last checkpointselsta3-0/+18
2022-08-22Merge pull request #8427luigi11114-5/+67
2022-08-22Merge pull request #8415luigi11112-5/+31
2022-08-22Merge pull request #8381luigi11112-17/+56
2022-08-19blockchain: fix invalid memory read getting fee on empty chainCrypto City1-1/+1
2022-07-26Fixed get_block_template_backlog performanceSChernykh2-17/+56
2022-07-21Publish submitted txs via zmqj-berman4-5/+67
2022-07-15Merge pull request #8425luigi11111-1/+1
2022-07-13build: prepare v0.18.0.0selsta1-1/+1
2022-07-01continue pool pruning even if a tx can't be foundj-berman2-5/+31
2022-06-30multisig: fix critical vulnerabilities in signinganon3-21/+11
2022-05-12fix backoff delay logic when re-relaying txsj-berman1-4/+4
2022-04-25Merge pull request #8178luigi11111-9/+15
2022-04-18Bump ring size to 16 for v15 & remove set default in wallet clij-berman1-9/+15
2022-04-18Add view tags to outputs to reduce wallet scanning timej-berman5-32/+62
2022-04-18Merge pull request #8207luigi11111-7/+1
2022-04-10Fee changes from ArticMinemoneromooo-monero2-7/+146
2022-04-06CMake: Add missing headers via monero_find_all_headers macromj-xmr1-7/+1
2022-04-06Merge pull request #8212luigi11111-3/+0
2022-04-06Merge pull request #8205luigi11111-1/+0
2022-04-06Merge pull request #8197luigi111113-13/+13
2022-04-05plug bulletproofs plus into consensusmoneromooo-monero2-5/+53
2022-03-10Remove footgun doc comment in miner TX validationLuke Parker1-3/+0
2022-03-04Compil. time: cryptonote_core minus portable_storage headermj-xmr1-1/+0
2022-03-04Copyright: Update to 2022mj-xmr13-13/+13
2022-03-02Merge pull request #7877luigi11111-1/+0
2022-02-22multisig key exchange update and refactorkoe1-1/+0
2021-11-26Merge pull request #8070luigi11112-4/+11
2021-11-20Add calcpow RPCHoward Chu2-4/+11
2021-11-16cryptonote_core: fix unused lambda warningselsta1-1/+1
2021-11-01tx_pool: full tx revalidation on fork boundariesmoneromooo-monero2-45/+64
2021-10-11blockchain: fix pedantic assertselsta1-0/+2
2021-09-23Merge pull request #7891luigi11117-9/+174
2021-09-11RPC and ZeroMQ APIs to support p2poolSChernykh7-9/+174
2021-09-09Merge pull request #7616luigi11112-3/+6
2021-08-20daemon: allow proxy configurationanon2-3/+6
2021-07-10Merge pull request #7754luigi11111-1/+1
2021-06-24Merge pull request #7612luigi11114-12/+14
2021-06-20doc: update IRC references to Liberafdov1-1/+1
2021-06-10Merge pull request #7684luigi11111-1/+4
2021-06-01Merge pull request #7709luigi11111-1/+1
2021-05-08Warnings: unused variable in core/blockchain.cppmj-xmr1-1/+1
2021-05-02Warnings: unused var at cryptonote_tx_utils.cppmj-xmr1-1/+3
2021-04-26blockchain: speed up repeated pops (mostly in tests)moneromooo-monero1-1/+4
2021-04-16Merge pull request #7136luigi11111-0/+1
2021-04-16Merge pull request #7002luigi11111-0/+2
2021-03-28Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr1-0/+2
2021-03-18core: speed up print_coinbase_tx_summoneromooo-monero4-12/+14
2021-03-05fix serialization being different on macmoneromooo-monero1-2/+2
2021-02-18Merge pull request #7355luigi11112-2/+2
2021-02-09Remove unused variables in monero codebaseKevin Barbour2-3/+0
2021-01-28Remove copies from foreach loops (thanks to Clang)Lee Clagett2-2/+2
2021-01-19Remove payload copy in all outgoing p2p messagesLee Clagett1-0/+1
2021-04-16Revert "Merge pull request #7136"luigi11111-1/+0
2021-01-16Remove payload copy in all outgoing p2p messagesLee Clagett1-0/+1
2021-01-02blockchain: lock access to m_blocks_hash_of_hashesmoneromooo-monero1-0/+2
2020-12-31protocol: more sanity checks in new chain block hashesmoneromooo-monero4-6/+28
2020-12-29rpc: limit the number of txes for get_blocks.binmoneromooo-monero4-8/+9
2020-12-01Merge pull request #7025Alexander Blair1-2/+2
2020-11-29Merge pull request #7021luigi11114-9/+46
2020-11-29Merge pull request #7018luigi11113-3/+16
2020-11-29Merge pull request #6924luigi11111-8/+0
2020-11-29Merge pull request #6922luigi11112-14/+5
2020-11-25cryptonote_core: dandelion - use local height or median height if syncingxiphon3-3/+16
2020-11-17Change Dandelion++ fluff probability to 20%, and embargo timeout to 39sLee Clagett1-2/+2
2020-11-15Fix timeout checks for forwarded and Dandelion++ stem txesLee Clagett4-9/+46
2020-10-20blockchain: remove some dead codemoneromooo-monero1-8/+0
2020-10-20Make Blockchain::get_fee_quantization_mask() compile timeSChernykh2-14/+5
2020-10-19cryptonote_core: Fix missing override warningsNathan Dorfman1-2/+2
2020-10-18Merge pull request #6881Alexander Blair1-1/+4
2020-10-18Merge pull request #6875Alexander Blair2-1/+2
2020-10-18blockchain: fix sync at v14 boundarymoneromooo-monero1-3/+15
2020-10-12tx_pool: silence spammy harmless warning till we fix the bugmoneromooo-monero1-1/+4
2020-10-12Dandelion++: skip desynced peers in stem phasexiphon2-1/+2
2020-09-15blockchain: deterministic UNIX time unlock checksmoneromooo-monero2-28/+64
2020-09-14build: prepare v0.17selsta1-1/+1
2020-09-07blockchain: fix pow skipping for old blocks without precalc hashmoneromooo-monero1-1/+1
2020-09-06Merge pull request #6111Riccardo Spagni6-26/+101
2020-09-03Merge pull request #6757luigi11112-10/+14
2020-09-01threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2-10/+14
2020-08-27functional_tests: add a large (many randomx epochs) p2p reorg testmoneromooo-monero1-4/+35
2020-08-27core: fix mining from a block that's not the current topmoneromooo-monero6-22/+66
2020-08-27Integrate CLSAGs into moneromoneromooo-monero2-4/+55
2020-08-27Merge pull request #6767Alexander Blair1-0/+3
2020-08-27Merge pull request #6760Alexander Blair1-2/+2
2020-08-21enforce claiming maximum coinbase amountmoneromooo-monero1-2/+2
2020-08-17Avoid some temporary strings when reading off the databasemoneromooo-monero3-17/+17
2020-08-16Merge pull request #6727Alexander Blair1-0/+11
2020-08-16Merge pull request #6661Alexander Blair1-1/+1
2020-08-16Merge pull request #6614Alexander Blair1-3/+2
2020-08-16Fix build with Boost 1.74moneromooo-monero1-0/+3
2020-08-09Merge pull request #6354Alexander Blair2-10/+54
2020-07-30blockchain: guard against exceptions in add_new_block/childrenmoneromooo-monero1-0/+11
2020-07-24Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner71-3/+2
2020-07-19Merge pull request #6534Alexander Blair4-0/+146
2020-07-19Merge pull request #6526Alexander Blair1-0/+1
2020-07-19Merge pull request #6512Alexander Blair13-13/+13
2020-07-09tx_pool: mine stem txes in fake chain modemoneromooo-monero3-6/+14
2020-07-08blockchain: fix timestamp/difficulty cache getting out of syncmoneromooo-monero2-1/+17
2020-07-08Merge pull request #6647luigi11111-1/+1
2020-07-08Merge pull request #6629luigi11111-0/+1
2020-07-08Merge pull request #6568luigi11112-36/+0
2020-07-08Merge pull request #6544luigi11111-5/+72
2020-06-14avoid a couple needless copiesmoneromooo-monero1-1/+1
2020-06-12Fix D++ block template checkLee Clagett1-1/+1
2020-06-09daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu4-0/+146
2020-06-05blockchain: fix total_height in getblocks.bin responsemoneromooo-monero1-0/+1
2020-05-19cryptonote_core: remove "We are most likely forked" messagemoneromooo-monero2-36/+0
2020-05-17blockchain: detect and log bad difficulty calculationsmoneromooo-monero1-5/+72
2020-05-15Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett2-10/+54
2020-05-13build: prepare v0.16.0.0 releaseselsta1-1/+1
2020-05-13blockchain: fix theoretical race getting bulk timestampsmoneromooo-monero1-0/+1
2020-05-07Merge pull request #6510luigi11111-2/+0
2020-05-06Update copyright year to 2020SomaticFanatic13-13/+13
2020-05-06cryptonote_core: take out the time based upgrade warningmoneromooo-monero1-2/+0
2020-05-06Merge pull request #6478luigi11111-1/+1
2020-05-06Merge pull request #6472luigi11111-1/+1
2020-05-06Merge pull request #6468luigi11112-4/+5
2020-05-04Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett4-16/+77
2020-05-01Merge pull request #6436luigi11111-1/+1
2020-04-29txpool.cpp: rename var to fix for old g++ version (xenial default)Sumo Gr1-2/+2
2020-04-24Used legacy category to match insert_key_images behaviorLee Clagett1-1/+1
2020-04-22cryptonote: fix reuse of non default tx data when relayingmoneromooo-monero1-1/+1
2020-04-20cryptonote_core: skip dns checkpoints on startup if not enforcedxiphon2-4/+5
2020-04-08Add timelock verification on devicecslashm1-1/+1
2020-04-04Merge pull request #6347luigi11112-10/+20
2020-04-04Merge pull request #6339luigi11112-3/+3
2020-04-04Merge pull request #6328luigi11111-1/+1
2020-03-31Merge pull request #6336luigi11111-1/+5
2020-03-31Merge pull request #6214luigi11114-0/+53
2020-03-30Always reject duplicate key-images from second txidLee Clagett2-12/+16
2020-03-30Allow unrestricted rpc calls to get full txpool infoLee Clagett2-6/+8
2020-03-27Merge pull request #6289Alexander Blair2-9/+13
2020-03-27Merge pull request #6284Alexander Blair1-2/+2
2020-03-27Merge pull request #6275Alexander Blair2-21/+0
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett2-32/+88
2020-04-10Merge pull request #6403luigi11111-16/+7
2020-04-10Merge pull request #6358luigi11111-30/+2
2020-03-22protocol: request txpool contents when syncedmoneromooo-monero4-0/+53
2020-03-20p2p: remove old debug commandsAaron Hook2-21/+0
2020-03-14Correct key image check in tx_poolLee Clagett1-16/+7
2020-03-12core: move the LockedTXN class out of txpool so it may be reusedmoneromooo-monero1-30/+12
2020-02-28Merge pull request #6225Alexander Blair2-5/+5
2020-02-28Merge pull request #6211Alexander Blair4-0/+21
2020-02-27blockchain_db: faster fetching of consecutive txesmoneromooo-monero1-30/+2
2020-02-19cryptonote_core: skip block notify on blockchain switching rollbackxiphon2-10/+20
2020-02-17remove empty statementsInterchained2-3/+3
2020-02-12tx_pool: catch theoretical error in get_block_rewardmoneromooo-monero1-1/+5
2020-02-10core: mention time being off in hash rate changes messagemoneromooo-monero1-1/+1
2020-02-06Merge pull request #6127Alexander Blair1-2/+3
2020-02-06Merge pull request #6078Alexander Blair1-1/+8
2020-02-06Merge pull request #6050Alexander Blair1-2/+3
2020-02-04Merge pull request #6233luigi11111-1/+1
2020-01-25Merge pull request #6140Alexander Blair1-3/+10
2020-01-24Merge pull request #6146Alexander Blair2-18/+2
2020-01-16Merge pull request #6124Alexander Blair1-1/+6
2020-01-14wallet: reroll fake outs selection on local tx_sanity_check failurexiphon2-9/+13
2020-01-09Fix check_fee() discrepancy.UkoeHB1-2/+2
2019-12-14blockchain: fix flushing txes from the txpoolmoneromooo-monero1-1/+1
2019-12-12Merge pull request #6055luigi11111-1/+1
2019-12-12Merge pull request #6052luigi11111-2/+2
2019-12-12print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero2-5/+5