aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-08build: prepare v0.18.2.0selsta4-2/+3
2023-01-29blockchain-stats: print any remaining data at end of loopHoward Chu1-74/+83
2023-01-27p2p: add plowsof seed nodesselsta1-1/+11
2023-01-27p2p: remove offline seed nodesselsta1-8/+0
2023-01-17Demote large pages warning to `mdebug`SChernykh1-4/+7
2023-01-11RandomX: print VM allocation warnings only onceSChernykh1-2/+10
2022-12-20Cache successful `verRctNonSemanticsSimple` callsSChernykh4-1/+104
2022-12-18common: add missing includesselsta2-0/+3
2022-12-14Refactored rx-slow-hash.cSChernykh10-256/+401
2022-11-21DNSResolver: fix not handling hostnames without dot characters [release]Jeffrey Ryan2-24/+0
2022-11-17p2p: fix exclusive node DNS resolution for certain hosts [release]Jeffrey Ryan3-14/+20
2022-11-15p2p: fix back ping to discover healthy peers to connect toj-berman1-1/+1
2022-10-25Fix dandelion++ fluff/stem bug with local txesLee Clagett1-3/+4
2022-10-18wallet2: fix create view-only wallet from existing walletj-berman2-8/+4
2022-10-13wallet_api: take priority into account when estimating feeselsta1-1/+1
2022-09-26build: prepare v0.18.1.2selsta4-2/+3
2022-09-22Move update_checkpoints() to a later stageSChernykh2-4/+8
2022-09-21wallet2: fail to establish daemon cxn == "Disconnected" cxn statusj-berman3-4/+5
2022-09-21add an option to force-update multisig key exchange under some circumstanceskoe13-90/+178
2022-09-20Second thread pool for IOSChernykh7-12/+16
2022-09-12wallet2: check wallet compatibility with daemon's hard fork versionj-berman12-26/+246
2022-09-07wallet2: ensure imported outputs subaddresses are createdmoneromooo-monero1-0/+4
2022-09-07wallet2: better test on whether to allow output importmoneromooo-monero2-6/+25
2022-09-07allow exporting outputs in chunksmoneromooo-monero9-56/+303
2022-09-06Fix segfault restoring encrypted multisig seedj-berman2-17/+17
2022-09-06Fix missing semi-colon in error messagej-berman1-1/+1
2022-09-06wallet2: fixes for export/import output flowj-berman2-2/+8
2022-09-06rpc: skip bootstrap nodes that are lower than last checkpointselsta4-0/+24
2022-09-06wallet2: do not assume imported outputs must be non emptymoneromooo-monero1-2/+2
2022-09-06wallet2: prevent importing outputs in a hot walletmoneromooo-monero1-0/+2
2022-09-06wallet2: fix missing subaddress indices in "light" exported outputsmoneromooo-monero2-2/+8
2022-09-06build: prepare v0.18.1.1selsta4-2/+3
2022-09-06Require user ack multisig is experimental to restorej-berman1-0/+13
2022-09-01multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman5-10/+25
2022-08-06ledger support for hf 15 (BP+, view tags)j-berman8-12/+94
2022-08-05feat(trezor): add HF15 support, BP+Dusan Klinec3-163/+135
2022-07-28build: prepare v0.18.1.0selsta4-2/+3
2022-07-26continue pool pruning even if a tx can't be foundj-berman2-5/+31
2022-07-26device: set ledger min app versionselsta1-1/+1
2022-07-22Fixed get_block_template_backlog performanceSChernykh2-17/+56
2022-07-22Fix use of rtxn without a mdb_txn_safe wrapperHoward Chu2-47/+55
2022-07-21Publish submitted txs via zmqj-berman4-5/+67
2022-07-13build: prepare v0.18.0.0selsta4-3/+4
2022-07-13derive multisig tx secret keys from an entropy source plus the tx inputs' key...koe5-13/+144
2022-07-05wallet2: prevent crash when reading tx w/fewer outputs than expectedj-berman1-0/+2
2022-07-01hardforks: set mainnet and stagenet v15/16 fork heightselsta1-2/+4
2022-06-30multisig: fix critical vulnerabilities in signinganon13-263/+1743
2022-06-28wallet2: don't use DNS to obtain segregation heightstobtoht1-37/+0
2022-06-27Chunk /gettransactions to avoid hitting restricted RPC limittobtoht1-7/+11
2022-06-25wallet2: force using output distribution for ringct outstobtoht1-9/+14
2022-06-24wallet2: remove obsolete rpc version checktobtoht1-26/+1
2022-06-20cryptonote_basic: catch crypto api errorsmoneromooo-monero3-7/+12
2022-06-20simplewallet: print usage when given no argshinto.janaiyo1-0/+16
2022-06-13Revert "Merge pull request #7937"j-berman1-36/+14
2022-06-03Remove check is_directory check on lmdb pathHoward Chu1-8/+2
2022-06-03Revert "db_lmdb: test for mmap support at init time"Howard Chu2-31/+0
2022-06-01Remove erraneous commasLuke Parker1-3/+3
2022-06-01Improve consistency between on_money_received and on_money_received_unconfirmedLuke Parker5-10/+17
2022-05-26wallet_api: add scanTransactions functionselsta3-0/+44
2022-05-18Don't exclusively drop tor/i2p outgoing cxns in idle loopj-berman3-27/+63
2022-05-18common: update sha256sum to use OpenSSL 3.0 APIJeffrey Ryan2-13/+26
2022-05-17disable multisig by defaultmoneromooo-monero7-1/+104
2022-05-17src, epee: fix a couple compiler warningsselsta2-4/+0
2022-05-15wallet2: fix spurious reorg detection with untrusted nodesmoneromooo-monero1-9/+5
2022-05-13wallet2: speedup large tx construction: reserve vector memorymoneromooo-monero1-1/+7
2022-05-13wallet2: speedup large tx construction: batch ringdb lookupsCrypto City4-5/+58
2022-05-13wallet2: speedup large tx construction: no pointless clsag generationCrypto City1-1/+12
2022-05-13wallet2: speedup large tx construction: batch ringdb updatesCrypto City4-5/+30
2022-05-13wallet2: speedup large tx construction: cache public key validitymoneromooo-monero2-28/+36
2022-05-12fix backoff delay logic when re-relaying txsj-berman1-4/+4
2022-05-11Don't send peerlist larger than max allowedj-berman1-2/+6
2022-05-09Set hf v15 testnet fork heightsj-berman1-0/+2
2022-05-05Give better error messages when missing SSL filesJeffrey Ryan1-5/+16
2022-05-02wallet2: fix a couple unused variable warningsselsta1-6/+1
2022-05-02Remove src/serialization/list.hJeffrey2-65/+0
2022-04-29multisig: add post-kex verification round to check that all participants have...koe6-148/+276
2022-04-29Update copyright to 2022 for Hardfork filesAkrit8-8/+8
2022-04-27Change "Github" to "GitHub"Abdullah1-1/+1
2022-04-26refactor(bp+): save one inversion, use sc_muladdDusan Klinec1-3/+3
2022-04-21Preserve commitment format inside transactionsLuke Parker4-28/+6
2022-04-21add a sanity check to RPC input data sizemoneromooo-monero2-0/+3
2022-04-18Bump ring size to 16 for v15 & remove set default in wallet clij-berman5-74/+25
2022-04-18"Change C-cast to static_cast in net_peerlist.h"Jeffrey1-1/+1
2022-04-18Factor out move_it_backward from misc_language.hJeffrey1-8/+15
2022-04-18Move copyable_atomic into connection_contextJeffrey1-4/+35
2022-04-18Merge functionality of misc_os_dependent into time_helper.hJeffrey2-2/+2
2022-04-18Add Include statementsJeffrey2-0/+2
2022-04-18Trimming FatJeffrey2-2/+0
2022-04-18Boring Old DeletesJeffrey4-56/+0
2022-04-18Optimized keccak implementationSChernykh1-33/+62
2022-04-18Add view tags to outputs to reduce wallet scanning timej-berman25-210/+562
2022-04-10wallet2: use BP+ for cold signingmoneromooo-monero1-1/+1
2022-04-10Fee changes from ArticMinemoneromooo-monero12-44/+306
2022-04-09Remove /includeJeffrey1-1/+0
2022-04-08simplewallet: fix integrated_address output stringselsta1-1/+1
2022-04-06CMake: Add missing headers via monero_find_all_headers macromj-xmr15-138/+15
2022-04-05Make RPC server functions that read db thread safej-berman1-14/+36
2022-04-05bulletproofs+: some minor cleanup from vtnerd's reviewmoneromooo-monero1-11/+2
2022-04-05store outPk/8 in the tx for speedmoneromooo-monero4-7/+29
2022-04-05ringct: port some of vtnerd's review changes from BP+ to BPmoneromooo-monero1-13/+11
2022-04-05ringct: a few minor optimizations from reviewmoneromooo-monero1-18/+15
2022-04-05plug bulletproofs plus into consensusmoneromooo-monero15-135/+492
2022-04-04Updates from security auditSarang Noether1-2/+10
2022-04-04Precompute initial transcript hashSarang Noether1-13/+11
2022-04-04Bulletproofs+Sarang Noether5-2/+1223
2022-03-31Added support for Ledger Nano S PlusMathias Herberts1-1/+2
2022-03-30Eliminate dependence on boost::interprocess #8223Jeffrey3-11/+9
2022-03-29wallet2: decrease the amount of data exchanged for output exportmoneromooo-monero2-10/+167
2022-03-13wallet_rpc_server: support regex for get_accounts tagreemuru2-3/+13
2022-03-13replace erciccione's seednode with one on haveno's infrastructureerciccione1-1/+1
2022-03-11wallet_rpc_server: fix make_integrated_address with no payment idmoneromooo-monero1-6/+0
2022-03-10Remove footgun doc comment in miner TX validationLuke Parker1-3/+0
2022-03-10Make the wallet name optional when locked.Norman Moeschter4-0/+38
2022-03-04Compil. time: cryptonote_core minus portable_storage headermj-xmr1-1/+0
2022-03-04Copyright: Update to 2022mj-xmr403-403/+458
2022-03-01wallet2: update stagenet rollback blocksselsta1-4/+4
2022-02-24simplewallet: add option for exporting tx keysreemuru1-13/+47
2022-02-22multisig key exchange update and refactorkoe25-822/+1945
2022-02-19Fixes: Don't require --rpc-login with --rpc-access-control-origins #8168Jeffrey1-6/+0
2022-02-19crypto: fix constant randomx exceptions in large page allocatormoneromooo-monero1-1/+4
2022-02-07rpc: add explicit restricted flag to /get_infotobtoht2-1/+4
2022-01-31Balance includes unconfirmed transfers to selfwoodser1-0/+13
2022-01-25fix ge_p3_is_point_at_infinity(), which is evaluating field elements that hav...koe3-10/+46
2022-01-17support authentication in monero-wallet-rpc set_daemonwoodser2-2/+10
2022-01-04Update net_node.inlGingeropolous1-3/+3
2021-12-24wallet inits cache if file and blob missingwoodser1-4/+5
2021-11-30`make_uri` disallows standalone payment idswoodser1-6/+2
2021-11-20Add calcpow RPCHoward Chu5-5/+73
2021-11-16cryptonote_core: fix unused lambda warningselsta1-1/+1
2021-11-12device_ledger: fix incorrect macroselsta1-4/+4
2021-11-10account info text alignmentim1-2/+2
2021-11-05Avoid unnecessary 'Invalid hashing blob' error messagerbrunner71-1/+6
2021-11-03device: fix ledger error strings, add human friendly messagesselsta1-7/+3
2021-11-01tx_pool: full tx revalidation on fork boundariesmoneromooo-monero2-45/+64
2021-10-30slow_hash: don't blow out Mac stack on ARM64Howard Chu1-16/+54
2021-10-29crypto: fix typo in ifdefselsta1-1/+1
2021-10-24rpc: fix DoS vector in get_output_distributionmoneromooo-monero1-0/+15
2021-10-22socks: ignore any exceptions in shutdown/closeselsta1-2/+3
2021-10-22wallet_api: enable set_strict_default_file_permissionstobtoht2-1/+6
2021-10-22epee: add missing headerselsta1-0/+1
2021-10-21protocol: fix spurious rejection of downloaded blocksmoneromooo-monero1-0/+1
2021-10-20wallet2: remove 2 unused variablesselsta1-2/+0
2021-10-19wallet2: fix key encryption when changing ask-password from 0/1 to 2moneromooo-monero2-23/+4
2021-10-11blockchain: fix pedantic assertselsta1-0/+2
2021-10-10simplewallet: fix incoming_transfers index errorselsta1-8/+6
2021-10-10download: fix leakmoneromooo-monero1-1/+9
2021-10-10ARMv8: detect AES support dynamicallyHoward Chu1-35/+105
2021-10-07Ledger: member 'mode' was shadowing that of base classmj-xmr1-2/+0
2021-10-04Decrease the "recent spend window" in gamma re-select to 15 blocksj-berman1-1/+1
2021-10-01wallet2: keep around transaction prefix for confirmed transferstobtoht1-2/+5
2021-09-22LMDB: fix deadlock in resized detectionHoward Chu2-3/+13
2021-09-20rpc: Fix get_transactions failing when not foundNathan Dorfman1-2/+14
2021-09-20node_server: fix race conditionanon4-16/+53
2021-09-15rpc: don't set error code as status stringselsta1-2/+2
2021-09-12Fix precision of average_output_timej-berman1-7/+1
2021-09-11RPC and ZeroMQ APIs to support p2poolSChernykh18-24/+393
2021-09-08UB: virtual methods in destructor at Trezormj-xmr1-2/+2
2021-09-08LMDB: protection against UB, by not calling virtual methods from destructormj-xmr1-5/+5
2021-09-07UB: Not calling virtual method in destructor of WalletImplmj-xmr1-1/+1
2021-09-03external: remove unbound submoduleselsta1-1/+1
2021-08-28wallet: fix unused lambda capture warningselsta1-1/+1
2021-08-27wallet_rpc_server: fix help text remaining boldselsta1-1/+2
2021-08-26Wallet2: fix optimize-coinbase for p2pool payoutsSChernykh1-4/+5
2021-08-20daemon: allow proxy configurationanon12-11/+61
2021-08-20monero-wallet-rpc: Prevent --password-file from being used with --wallet-dirKermit Alexander II4-4/+19
2021-08-19Protect client from divide by 0 caused by integer truncationj-berman1-0/+6
2021-08-19Apply gamma distr from chain tip when selecting decoysj-berman1-0/+31
2021-08-19ringct: silence unused variable warningselsta1-1/+1
2021-08-19Device: remove unused and incorrect non-default constructormj-xmr1-1/+0
2021-08-19wallet_api: add make_uritobtoht3-0/+7
2021-08-11Make sure node returns to wallet that real output is unlockedj-berman1-1/+2
2021-08-05p2p: remove blocked addresses/hosts from peerlistmoneromooo-monero3-15/+44
2021-08-03trezor: try empty passphrase firstDusan Klinec6-11/+103
2021-08-02Fix describe_transfer for multiple txes in a txsetAlex Opie2-10/+54
2021-07-29Quicker resource cleanup on p2p socks timeoutLee *!* Clagett2-0/+12
2021-07-28blocks: fix cmake syntaxselsta1-1/+1
2021-07-27Daemon: Update average block size tablerbrunner71-2/+6
2021-07-19wallet_api: expose offline mode statusrating89us3-0/+7
2021-07-18Fixed json serialization of rct::RCTTypeNullSChernykh1-6/+12
2021-07-15wallet2: chunk get_outs.bin calls to avoid sanity limitsmoneromooo-monero1-8/+20
2021-07-15rpc: source file extensions must be explicit (cmake warning)selsta1-1/+1
2021-07-14wallet2: Don't auto lock device on process parsed blockstobtoht1-2/+1
2021-07-14wallet: rephrase error message on invalid device addressDusan Klinec1-1/+1
2021-07-14fix #7784 - deinit wallet in wallet dtorDusan Klinec1-3/+6
2021-07-13cmake: fix undefined symbols and multiple definitionsanon5-16/+62
2021-07-10device_trezor_base: fix typoanon1-1/+1
2021-07-06Doc: Update blockchain stats with review commentsmj-xmr1-2/+4
2021-07-05wallet_api: getPasswordtobtoht3-0/+7
2021-06-27trezor: add #if for ByteSizeLongselsta1-0/+4
2021-06-24wallet_api: get bytes sent/receivedtobtoht3-0/+19
2021-06-24simplewallet: don't truncate integ. address in export_transfersselsta1-2/+2
2021-06-23wallet_api: fix typo in exportKeyImagesselsta1-1/+1
2021-06-21protocol: fix delayed "you are now synchronized..." messagemoneromooo-monero1-3/+4
2021-06-20doc: update IRC references to Liberafdov1-1/+1
2021-06-18add singapore.node.xmr.pm to seed nodeslza_menace1-0/+4
2021-06-15provide key images of spent outputs in wallet rpcwoodser3-9/+39
2021-06-11CMake: strip targets (optional) with -D STRIP_TARGETS=ONmj-xmr1-0/+1
2021-06-11trezor: fix potential use of uninitialized memorymoneromooo-monero1-2/+7
2021-06-08wallet/api: remove Bitmonero namespace aliasselsta16-38/+0
2021-06-08wallet_api: address_book: don't lose pid on setDescriptiontobtoht1-1/+1