aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07blockchain: fix pow skipping for old blocks without precalc hashmoneromooo-monero1-1/+1
2020-09-02hardforks: add v13/v14 for testnetmoneromooo-monero1-0/+2
2020-09-01threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero7-40/+52
2020-08-29net: fix get_tcp_endpoint, boost address_v4 ip in host byte orderxiphon1-1/+1
2020-08-28Bind signature to full address and signing modeSarang Noether11-51/+45
2020-08-28wallet: allow signing a message with spend or view keymoneromooo-monero13-36/+165
2020-08-28ringct: fix CLSAG serialization after boost/epee changesmoneromooo-monero2-1/+2
2020-08-28Fix send scalar z in plaintextFrançois Colas1-4/+6
2020-08-28Update minimal Ledger Monero app versionFrançois Colas1-2/+2
2020-08-28Update protocol version with Ledger's HWFrançois Colas1-1/+1
2020-08-27functional_tests: add a large (many randomx epochs) p2p reorg testmoneromooo-monero1-4/+35
2020-08-27functional_tests: add randomx testsmoneromooo-monero1-4/+46
2020-08-27core: fix mining from a block that's not the current topmoneromooo-monero9-44/+86
2020-08-27draft support of clsagcslashm2-0/+157
2020-08-27CLSAG device supportSarang Noether5-21/+47
2020-08-27CLSAG optimizationsSarang Noether2-132/+139
2020-08-27Integrate CLSAGs into moneromoneromooo-monero16-108/+425
2020-08-27CLSAG signaturesSarang Noether8-0/+382
2020-08-21enforce claiming maximum coinbase amountmoneromooo-monero2-2/+3
2020-08-19Fix ZMQ pruned bulletproof transactionsLee Clagett1-1/+5
2020-08-17Revert "Use domain-separated ChaCha20 for in-memory key encryption"luigi11114-98/+50
2020-08-17replace most boost serialization with existing monero serializationmoneromooo-monero24-379/+826
2020-08-17Avoid some temporary strings when reading off the databasemoneromooo-monero11-92/+92
2020-08-16rpc: always send raw txes through P2P (don't use bootstrap daemon)xiphon1-43/+56
2020-08-16Fix build with Boost 1.74moneromooo-monero2-0/+6
2020-08-14Change ZMQ-JSON txextra to hex and remove unnecessary base fieldsLee Clagett4-5/+32
2020-08-14Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ fasterLee Clagett1-3/+19
2020-08-14Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ fasterLee Clagett6-11/+15
2020-08-14Fix pruned tx for ZMQ's GetBlocksFastLee Clagett4-17/+40
2020-08-10simplewallet: allow setting tx keys when sending to a subaddressmoneromooo-monero3-5/+33
2020-08-10cryptonote_protocol: don't synced pruned blocks before v11cohcho1-2/+2
2020-08-09Use domain-separated ChaCha20 for in-memory key encryptionSarang Noether4-50/+98
2020-08-09Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc...Sarang Noether4-26/+167
2020-08-08wallet2: fix setting tx keys when another is already setmoneromooo-monero1-10/+10
2020-08-05Fix broken multisig pubkey sortingJason Rhinelander1-2/+2
2020-08-03Tweak format, add option for difficultyHoward Chu1-11/+36
2020-08-01Add options to print daily coin emission and feesHoward Chu1-0/+32
2020-08-01Don't forget size of prunable txn partHoward Chu1-0/+2
2020-07-31wallet2: fix wrong name when checking RPC costmoneromooo-monero1-1/+1
2020-07-30rpc: reject wrong sized txidmoneromooo-monero1-6/+4
2020-07-30blockchain: guard against exceptions in add_new_block/childrenmoneromooo-monero1-0/+11
2020-07-25rpc: return empty txid get_outs rather than 00..00 when not requestedmoneromooo-monero1-1/+2
2020-07-24daemon: don't print "(pruned)" for coinbase txesmoneromooo-monero1-1/+3
2020-07-24Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner76-49/+110
2020-07-20wallet2_api: implement runtime proxy configurationxiphon12-42/+202
2020-07-20wallet2: throw a error on wallet initialization failurexiphon1-1/+4
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-06version: update nameselsta1-1/+1
2020-06-25daemon: print sampling time in print_net_statsmoneromooo-monero1-2/+4
2020-06-25util: fix kilo prefix typo (K instead of k)moneromooo-monero1-1/+1
2020-06-22updates: mac gui .tar.bz2 -> .dmgselsta1-0/+2
2020-06-21add trezor support to sweep_singleDusan Klinec1-0/+26
2020-06-21simplewallet: add show_qr_code commandselsta3-0/+65
2020-06-14avoid a couple needless copiesmoneromooo-monero2-2/+2
2020-06-12Fix D++ block template checkLee Clagett1-1/+1
2020-06-09repo: update donation fund addressselsta1-1/+1
2020-06-09daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu10-48/+280
2020-06-06fix warning by removing std::move() on temporary http_client objectwoodser1-1/+1
2020-06-05blockchain: fix total_height in getblocks.bin responsemoneromooo-monero1-0/+1
2020-06-05rpc: fix loading rpc payment data from filemoneromooo-monero1-1/+1
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett8-12/+15
2020-05-31rpc: fix comparison of seconds vs microsecondsmoneromooo-monero1-1/+1
2020-05-31miner: increase min/max intervals to full extentsmoneromooo-monero1-4/+3
2020-05-28rpc: fix relay_tx error return mixupmoneromooo-monero1-1/+1
2020-05-27Fix incorrect lenght of command INS_PREFIX_HASHFrançois Colas1-2/+2
2020-05-24daemon: remove time based "update needed" status stringmoneromooo-monero1-2/+1
2020-05-25fix typo in pick_preferred_rct_inputsDenis Smirnov1-1/+1
2020-05-24[master] MMS: New 'config_checksum' subcommandrbrunner74-27/+121
2020-05-24easylogging++: sanitize log payloadmoneromooo-monero3-71/+120
2020-05-23rpc: don't display invalid json errors on default log levelmoneromooo-monero1-5/+5
2020-05-21daemon: complain if data dir resides on FAT32 volume (Windows)xiphon1-0/+21
2020-05-20rpc: add a sanity limit to a few RPC in restricted modemoneromooo-monero2-6/+46
2020-05-20net_node: remove dead seed nodesselsta1-10/+0
2020-05-19rpc: lock access to the rpc payment objectmoneromooo-monero2-0/+12
2020-05-19cryptonote_core: remove "We are most likely forked" messagemoneromooo-monero2-36/+0
2020-05-19protocol: move the "peer claims higher version" warning to debugmoneromooo-monero1-2/+2
2020-05-19fix a few typos in error messagesmoneromooo-monero2-5/+5
2020-05-19wallet2: fix multisig data clearing stomping on a vectormoneromooo-monero1-1/+1
2020-05-19cryptonote_protocol: stricter limit to number of objects requestedmoneromooo-monero1-1/+2
2020-05-19cryptonote_protocol: reject requests/notifications before handshakemoneromooo-monero1-0/+20
2020-05-19easylogging++: sanitize log payloadmoneromooo-monero3-71/+120
2020-05-18testdb: add override in a couple places where it's missingmoneromooo-monero1-2/+2
2020-05-18serialization: fix bad rapidjson api usagemoneromooo-monero1-1/+1
2020-05-17blockchain: detect and log bad difficulty calculationsmoneromooo-monero1-5/+72
2020-05-17wallet_rpc_server: use unlock_time in suggested confirmations calcmoneromooo-monero1-5/+17
2020-05-16protocol: don't drop a connection if we can't get a compatible chainmoneromooo-monero1-1/+0
2020-05-16keccak: remove aligned checkmoneromooo-monero1-10/+2
2020-05-16Support for supercop ASM in wallet, and benchmark for supercopLee Clagett6-2/+156
2020-05-16simplewallet: add missing calls to on_commandmoneromooo-monero1-8/+8
2020-05-16db_lmdb: test for mmap support at init timemoneromooo-monero2-0/+30
2020-05-15Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett8-32/+122
2020-05-14build: fix boost 1.73 compatibilityselsta2-3/+3
2020-05-13simplewallet: don't complain about incoming payment ids on changemoneromooo-monero5-7/+22
2020-05-13build: prepare v0.16.0.0 releaseselsta4-2/+4
2020-05-13blockchain: fix theoretical race getting bulk timestampsmoneromooo-monero1-0/+1
2020-05-12trezor: add new firmware version supportDusan Klinec1-1/+3
2020-05-11remove double includessumogr2-2/+0
2020-05-06Update copyright year to 2020SomaticFanatic337-337/+337
2020-05-06cryptonote_core: take out the time based upgrade warningmoneromooo-monero1-2/+0
2020-05-06cryptonote_protocol: do not request pruned borromean sig txesmoneromooo-monero1-1/+6
2020-05-05wallet2: fix keys file deserialization exception handlingxiphon1-7/+1
2020-05-04Adding ZMQ/Pub support for txpool_add and chain_main eventsLee Clagett21-119/+1023
2020-04-29txpool.cpp: rename var to fix for old g++ version (xenial default)Sumo Gr1-2/+2
2020-04-29Fixes for ZMQ JSON-RPC endpoint names for raw txLee Clagett1-1/+2
2020-04-27wallet2: fix subaddress expansion when receiving moneromoneromooo-monero2-3/+17
2020-04-27trezor: adapt to new passphrase mechanismDusan Klinec17-196/+377
2020-04-27message_store: don't print an error when there is no mms filemoneromooo-monero1-1/+1
2020-04-27rpc: fix 'use_bootstrap_daemon_if_necessary' return valuexiphon1-1/+1
2020-04-26wallet2: check_connection return false on get_version status != OKxiphon1-3/+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-monero2-1/+3
2020-04-22add another seed nodeGingeropolous1-0/+2
2020-04-22simplewallet: report timestamp based expected unlock time on balancemoneromooo-monero5-24/+52
2020-04-22Add erciccione's seed nodeerciccione1-0/+1
2020-04-21p2p: startup speedup, init seed nodes on first 'connect_to_seed()'xiphon2-111/+139
2020-04-21p2p: add seed node.guy1-0/+1
2020-04-20cryptonote_core: skip dns checkpoints on startup if not enforcedxiphon2-4/+5
2020-04-15bootstrap_daemon: fix missing virtual destructor and lambda capture (clang wa...xiphon2-1/+3
2020-04-15Allow wallet2.h to run in WebAssemblywoodser9-158/+251
2020-04-15use memwipe on secret k/alpha valuesmoneromooo-monero5-10/+27
2020-04-14Bulletproofs: verification speedupSarang Noether3-8/+25
2020-04-14simplewallet: add sweep_account commandmoneromooo-monero2-8/+37
2020-04-11Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett7-162/+161
2020-04-10simplewallet : missing function block separatorSumo Gr1-0/+1
2020-04-08simplewallet: fix strings (show_transfers & export_transfers)sumogr1-4/+4
2020-04-08Add timelock verification on devicecslashm8-2/+104
2020-04-07simplewallet: new "address one-off <major> <minor>" commandmoneromooo-monero3-5/+33
2020-04-03Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett8-22/+75
2020-04-02wallet_api: checkUpdate - optional version and buildtag paramsxiphon2-7/+19
2020-04-01Hash domain separationSarang Noether9-34/+34
2020-03-31cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon5-12/+0
2020-03-31p2p: fix frequent weak_ptr exception on connectionmoneromooo-monero1-4/+6
2020-03-30Always reject duplicate key-images from second txidLee Clagett2-12/+16
2020-03-30Allow unrestricted rpc calls to get full txpool infoLee Clagett3-13/+20
2020-03-29daemon: fix print_net_stats RPC callsmoneromooo-monero1-2/+2
2020-03-28simplewallet: warn about correlations if print-ring-members is not setmoneromooo-monero2-14/+18
2020-03-27p2p: add another seed nodemoneromooo-monero1-0/+1
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett20-130/+432
2020-03-22protocol: request txpool contents when syncedmoneromooo-monero7-0/+143
2020-03-21Daemon: Print estimates for time until fully syncedrbrunner74-12/+199
2020-03-20p2p: remove old debug commandsAaron Hook11-326/+1
2020-03-20p2p: do not add recently failed addresses to the peerlistmoneromooo-monero3-7/+17
2020-03-19Fixing static_asserts in ZMQ JSONLee Clagett1-3/+2
2020-03-14Correct key image check in tx_poolLee Clagett1-16/+7
2020-03-14workaround for GetObject windows.h macro and rapidjson conflictxiphon1-1/+1
2020-03-12core: move the LockedTXN class out of txpool so it may be reusedmoneromooo-monero2-30/+65
2020-03-12rpc: add --rpc-payment-allow-free-loopbackmoneromooo-monero2-1/+12
2020-03-12db_lmdb: fix race crash using a stale cursormoneromooo-monero1-0/+1
2020-03-10Fix receive order leakage with tx fluffingLee Clagett1-0/+3
2020-03-09Reduce template bloat in hex->bin for ZMQ jsonLee Clagett2-16/+26
2020-03-09Move hex->bin conversion to monero copyright files and with less includesLee Clagett2-3/+3
2020-03-07p2p: plug tor to clearnet association vectorAaron Hook1-8/+6
2020-03-07wallet2: remember daemon address overrides when loading a new walletmoneromooo-monero2-2/+26
2020-03-07Added logging for dropped local txes with no i2p/tor connectionsLee Clagett1-4/+17
2020-03-05Various improvements to the ZMQ JSON-RPC handling:Lee Clagett9-1006/+781
2020-03-01device: Ledger - fix wide char hidapi error string conversionxiphon1-2/+14
2020-02-28daemon: auto public nodes - cache and prioritize most stable nodesxiphon7-43/+304
2020-02-27blockchain_db: faster fetching of consecutive txesmoneromooo-monero5-30/+121
2020-02-24daemon: if no banned IPs print somethingsumogr1-3/+7
2020-02-19cryptonote_core: skip block notify on blockchain switching rollbackxiphon2-10/+20
2020-02-17remove empty statementsInterchained6-9/+9
2020-02-17rpc: Add check for too old timestamps in payment signatures.Guillaume Le Vaillant1-0/+5
2020-02-17simplewallet: fix smart mining not starting after first setupmoneromooo-monero1-2/+10
2020-02-12tx_pool: catch theoretical error in get_block_rewardmoneromooo-monero1-1/+5
2020-02-12threadpool: lock mutex in createmoneromooo-monero1-0/+1
2020-02-11wallet2_api: wallet recovery - seed offset passphrase supportxiphon5-6/+14
2020-02-10core: mention time being off in hash rate changes messagemoneromooo-monero1-1/+1
2020-02-08rpc: fix print_pool_sh not finding local txesmoneromooo-monero1-1/+4
2020-02-08device_ledger: include status code name in error messagexiphon2-3/+111
2020-02-07wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msgxiphon1-0/+1
2020-02-06miner: use verification mode for low diff one block nonce searchesmoneromooo-monero1-1/+1
2020-01-31p2p: fix spurious warning when we're connected to at last one seedmoneromooo-monero1-2/+8
2020-01-29p2p: remove obsolete local time in handshakemoneromooo-monero2-5/+0
2020-01-29p2p: avoid sending the same peer list over and overmoneromooo-monero3-4/+17
2020-01-26p2p: remove backward compatible peer listmoneromooo-monero1-58/+2
2020-01-26p2p: simplify last_seen serialization now we have optional storesmoneromooo-monero1-2/+1
2020-01-26cryptonote_protocol: omit top 64 bits of difficulty when 0moneromooo-monero1-2/+8
2020-01-26p2p: remove obsolete local time from TIMED_SYNCmoneromooo-monero3-8/+4
2020-01-26network: log traffic and add a simple traffic analysis scriptmoneromooo-monero2-4/+20
2020-01-26wallet: do not split integrated addresses in address book apimoneromooo-monero6-161/+71
2020-01-25wallet2_api: implement estimateTransactionFeexiphon5-14/+45
2020-01-24wallet2: fix store-tx-info loadingmoneromooo-monero1-3/+12
2020-01-18net: fix incorrect less operator for top/i2p addressesAaron Hook2-2/+4
2020-01-17[randomx] Add missing randomx_vm_set_cache()cohcho1-0/+4
2020-01-16wallet2: reject zero keys in json inputmoneromooo-monero1-0/+4
2020-01-14wallet: reroll fake outs selection on local tx_sanity_check failurexiphon5-12/+59
2020-01-11Wallet: Distingush amounts for a single subaddressTadeas Moravec4-2/+38
2020-01-10Daemon: Guard against reporting "synchronized" too earlyrbrunner71-1/+1
2020-01-09ringdb: use a different iv for key and data in rings tablemoneromooo-monero1-18/+37
2020-01-09simplewallet: reword mixin in user message in terms of ring sizemoneromooo-monero1-1/+1
2020-01-09wallet2: do not remove known rings when a tx failsmoneromooo-monero1-1/+0
2020-01-09Fix check_fee() discrepancy.UkoeHB1-2/+2
2020-01-07p2p: fix off by one adding fallback peersmoneromooo-monero1-2/+2
2020-01-03p2p: fix adding wrong indices to the filtered peer listmoneromooo-monero1-1/+1
2019-12-31wallet: allow message sign/verify for subaddressesmoneromooo-monero5-10/+41
2019-12-30wallet: fix exceptions getting the hash of a pruned txmoneromooo-monero4-13/+13
2019-12-20rpc: fill miner_tx_hash againmoneromooo-monero1-0/+1
2019-12-17p2p: drop the peerlist dump to TRACEmoneromooo-monero1-1/+1
2019-12-17wallet2: guard against race with multiple decrypt_keys usersmoneromooo-monero2-0/+9