Age | Commit message (Expand) | Author | Files | Lines |
2020-09-07 | blockchain: fix pow skipping for old blocks without precalc hash | moneromooo-monero | 1 | -1/+1 |
2020-09-02 | hardforks: add v13/v14 for testnet | moneromooo-monero | 1 | -0/+2 |
2020-09-01 | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 7 | -40/+52 |
2020-08-29 | net: fix get_tcp_endpoint, boost address_v4 ip in host byte order | xiphon | 1 | -1/+1 |
2020-08-28 | Bind signature to full address and signing mode | Sarang Noether | 11 | -51/+45 |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 13 | -36/+165 |
2020-08-28 | ringct: fix CLSAG serialization after boost/epee changes | moneromooo-monero | 2 | -1/+2 |
2020-08-28 | Fix send scalar z in plaintext | François Colas | 1 | -4/+6 |
2020-08-28 | Update minimal Ledger Monero app version | François Colas | 1 | -2/+2 |
2020-08-28 | Update protocol version with Ledger's HW | François Colas | 1 | -1/+1 |
2020-08-27 | functional_tests: add a large (many randomx epochs) p2p reorg test | moneromooo-monero | 1 | -4/+35 |
2020-08-27 | functional_tests: add randomx tests | moneromooo-monero | 1 | -4/+46 |
2020-08-27 | core: fix mining from a block that's not the current top | moneromooo-monero | 9 | -44/+86 |
2020-08-27 | draft support of clsag | cslashm | 2 | -0/+157 |
2020-08-27 | CLSAG device support | Sarang Noether | 5 | -21/+47 |
2020-08-27 | CLSAG optimizations | Sarang Noether | 2 | -132/+139 |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 16 | -108/+425 |
2020-08-27 | CLSAG signatures | Sarang Noether | 8 | -0/+382 |
2020-08-21 | enforce claiming maximum coinbase amount | moneromooo-monero | 2 | -2/+3 |
2020-08-19 | Fix ZMQ pruned bulletproof transactions | Lee Clagett | 1 | -1/+5 |
2020-08-17 | Revert "Use domain-separated ChaCha20 for in-memory key encryption" | luigi1111 | 4 | -98/+50 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 24 | -379/+826 |
2020-08-17 | Avoid some temporary strings when reading off the database | moneromooo-monero | 11 | -92/+92 |
2020-08-16 | rpc: always send raw txes through P2P (don't use bootstrap daemon) | xiphon | 1 | -43/+56 |
2020-08-16 | Fix build with Boost 1.74 | moneromooo-monero | 2 | -0/+6 |
2020-08-14 | Change ZMQ-JSON txextra to hex and remove unnecessary base fields | Lee Clagett | 4 | -5/+32 |
2020-08-14 | Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster | Lee Clagett | 1 | -3/+19 |
2020-08-14 | Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster | Lee Clagett | 6 | -11/+15 |
2020-08-14 | Fix pruned tx for ZMQ's GetBlocksFast | Lee Clagett | 4 | -17/+40 |
2020-08-10 | simplewallet: allow setting tx keys when sending to a subaddress | moneromooo-monero | 3 | -5/+33 |
2020-08-10 | cryptonote_protocol: don't synced pruned blocks before v11 | cohcho | 1 | -2/+2 |
2020-08-09 | Use domain-separated ChaCha20 for in-memory key encryption | Sarang Noether | 4 | -50/+98 |
2020-08-09 | Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc... | Sarang Noether | 4 | -26/+167 |
2020-08-08 | wallet2: fix setting tx keys when another is already set | moneromooo-monero | 1 | -10/+10 |
2020-08-05 | Fix broken multisig pubkey sorting | Jason Rhinelander | 1 | -2/+2 |
2020-08-03 | Tweak format, add option for difficulty | Howard Chu | 1 | -11/+36 |
2020-08-01 | Add options to print daily coin emission and fees | Howard Chu | 1 | -0/+32 |
2020-08-01 | Don't forget size of prunable txn part | Howard Chu | 1 | -0/+2 |
2020-07-31 | wallet2: fix wrong name when checking RPC cost | moneromooo-monero | 1 | -1/+1 |
2020-07-30 | rpc: reject wrong sized txid | moneromooo-monero | 1 | -6/+4 |
2020-07-30 | blockchain: guard against exceptions in add_new_block/children | moneromooo-monero | 1 | -0/+11 |
2020-07-25 | rpc: return empty txid get_outs rather than 00..00 when not requested | moneromooo-monero | 1 | -1/+2 |
2020-07-24 | daemon: don't print "(pruned)" for coinbase txes | moneromooo-monero | 1 | -1/+3 |
2020-07-24 | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command | rbrunner7 | 6 | -49/+110 |
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 12 | -42/+202 |
2020-07-20 | wallet2: throw a error on wallet initialization failure | xiphon | 1 | -1/+4 |
2020-07-09 | tx_pool: mine stem txes in fake chain mode | moneromooo-monero | 3 | -6/+14 |
2020-07-08 | blockchain: fix timestamp/difficulty cache getting out of sync | moneromooo-monero | 2 | -1/+17 |
2020-07-06 | version: update name | selsta | 1 | -1/+1 |
2020-06-25 | daemon: print sampling time in print_net_stats | moneromooo-monero | 1 | -2/+4 |
2020-06-25 | util: fix kilo prefix typo (K instead of k) | moneromooo-monero | 1 | -1/+1 |
2020-06-22 | updates: mac gui .tar.bz2 -> .dmg | selsta | 1 | -0/+2 |
2020-06-21 | add trezor support to sweep_single | Dusan Klinec | 1 | -0/+26 |
2020-06-21 | simplewallet: add show_qr_code command | selsta | 3 | -0/+65 |
2020-06-14 | avoid a couple needless copies | moneromooo-monero | 2 | -2/+2 |
2020-06-12 | Fix D++ block template check | Lee Clagett | 1 | -1/+1 |
2020-06-09 | repo: update donation fund address | selsta | 1 | -1/+1 |
2020-06-09 | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc... | stoffu | 10 | -48/+280 |
2020-06-06 | fix warning by removing std::move() on temporary http_client object | woodser | 1 | -1/+1 |
2020-06-05 | blockchain: fix total_height in getblocks.bin response | moneromooo-monero | 1 | -0/+1 |
2020-06-05 | rpc: fix loading rpc payment data from file | moneromooo-monero | 1 | -1/+1 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 8 | -12/+15 |
2020-05-31 | rpc: fix comparison of seconds vs microseconds | moneromooo-monero | 1 | -1/+1 |
2020-05-31 | miner: increase min/max intervals to full extents | moneromooo-monero | 1 | -4/+3 |
2020-05-28 | rpc: fix relay_tx error return mixup | moneromooo-monero | 1 | -1/+1 |
2020-05-27 | Fix incorrect lenght of command INS_PREFIX_HASH | François Colas | 1 | -2/+2 |
2020-05-24 | daemon: remove time based "update needed" status string | moneromooo-monero | 1 | -2/+1 |
2020-05-25 | fix typo in pick_preferred_rct_inputs | Denis Smirnov | 1 | -1/+1 |
2020-05-24 | [master] MMS: New 'config_checksum' subcommand | rbrunner7 | 4 | -27/+121 |
2020-05-24 | easylogging++: sanitize log payload | moneromooo-monero | 3 | -71/+120 |
2020-05-23 | rpc: don't display invalid json errors on default log level | moneromooo-monero | 1 | -5/+5 |
2020-05-21 | daemon: complain if data dir resides on FAT32 volume (Windows) | xiphon | 1 | -0/+21 |
2020-05-20 | rpc: add a sanity limit to a few RPC in restricted mode | moneromooo-monero | 2 | -6/+46 |
2020-05-20 | net_node: remove dead seed nodes | selsta | 1 | -10/+0 |
2020-05-19 | rpc: lock access to the rpc payment object | moneromooo-monero | 2 | -0/+12 |
2020-05-19 | cryptonote_core: remove "We are most likely forked" message | moneromooo-monero | 2 | -36/+0 |
2020-05-19 | protocol: move the "peer claims higher version" warning to debug | moneromooo-monero | 1 | -2/+2 |
2020-05-19 | fix a few typos in error messages | moneromooo-monero | 2 | -5/+5 |
2020-05-19 | wallet2: fix multisig data clearing stomping on a vector | moneromooo-monero | 1 | -1/+1 |
2020-05-19 | cryptonote_protocol: stricter limit to number of objects requested | moneromooo-monero | 1 | -1/+2 |
2020-05-19 | cryptonote_protocol: reject requests/notifications before handshake | moneromooo-monero | 1 | -0/+20 |
2020-05-19 | easylogging++: sanitize log payload | moneromooo-monero | 3 | -71/+120 |
2020-05-18 | testdb: add override in a couple places where it's missing | moneromooo-monero | 1 | -2/+2 |
2020-05-18 | serialization: fix bad rapidjson api usage | moneromooo-monero | 1 | -1/+1 |
2020-05-17 | blockchain: detect and log bad difficulty calculations | moneromooo-monero | 1 | -5/+72 |
2020-05-17 | wallet_rpc_server: use unlock_time in suggested confirmations calc | moneromooo-monero | 1 | -5/+17 |
2020-05-16 | protocol: don't drop a connection if we can't get a compatible chain | moneromooo-monero | 1 | -1/+0 |
2020-05-16 | keccak: remove aligned check | moneromooo-monero | 1 | -10/+2 |
2020-05-16 | Support for supercop ASM in wallet, and benchmark for supercop | Lee Clagett | 6 | -2/+156 |
2020-05-16 | simplewallet: add missing calls to on_command | moneromooo-monero | 1 | -8/+8 |
2020-05-16 | db_lmdb: test for mmap support at init time | moneromooo-monero | 2 | -0/+30 |
2020-05-15 | Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 | Lee Clagett | 8 | -32/+122 |
2020-05-14 | build: fix boost 1.73 compatibility | selsta | 2 | -3/+3 |
2020-05-13 | simplewallet: don't complain about incoming payment ids on change | moneromooo-monero | 5 | -7/+22 |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 4 | -2/+4 |
2020-05-13 | blockchain: fix theoretical race getting bulk timestamps | moneromooo-monero | 1 | -0/+1 |
2020-05-12 | trezor: add new firmware version support | Dusan Klinec | 1 | -1/+3 |
2020-05-11 | remove double includes | sumogr | 2 | -2/+0 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 337 | -337/+337 |
2020-05-06 | cryptonote_core: take out the time based upgrade warning | moneromooo-monero | 1 | -2/+0 |
2020-05-06 | cryptonote_protocol: do not request pruned borromean sig txes | moneromooo-monero | 1 | -1/+6 |
2020-05-05 | wallet2: fix keys file deserialization exception handling | xiphon | 1 | -7/+1 |
2020-05-04 | Adding ZMQ/Pub support for txpool_add and chain_main events | Lee Clagett | 21 | -119/+1023 |
2020-04-29 | txpool.cpp: rename var to fix for old g++ version (xenial default) | Sumo Gr | 1 | -2/+2 |
2020-04-29 | Fixes for ZMQ JSON-RPC endpoint names for raw tx | Lee Clagett | 1 | -1/+2 |
2020-04-27 | wallet2: fix subaddress expansion when receiving monero | moneromooo-monero | 2 | -3/+17 |
2020-04-27 | trezor: adapt to new passphrase mechanism | Dusan Klinec | 17 | -196/+377 |
2020-04-27 | message_store: don't print an error when there is no mms file | moneromooo-monero | 1 | -1/+1 |
2020-04-27 | rpc: fix 'use_bootstrap_daemon_if_necessary' return value | xiphon | 1 | -1/+1 |
2020-04-26 | wallet2: check_connection return false on get_version status != OK | xiphon | 1 | -3/+2 |
2020-04-24 | Used legacy category to match insert_key_images behavior | Lee Clagett | 1 | -1/+1 |
2020-04-22 | cryptonote: fix reuse of non default tx data when relaying | moneromooo-monero | 2 | -1/+3 |
2020-04-22 | add another seed node | Gingeropolous | 1 | -0/+2 |
2020-04-22 | simplewallet: report timestamp based expected unlock time on balance | moneromooo-monero | 5 | -24/+52 |
2020-04-22 | Add erciccione's seed node | erciccione | 1 | -0/+1 |
2020-04-21 | p2p: startup speedup, init seed nodes on first 'connect_to_seed()' | xiphon | 2 | -111/+139 |
2020-04-21 | p2p: add seed node. | guy | 1 | -0/+1 |
2020-04-20 | cryptonote_core: skip dns checkpoints on startup if not enforced | xiphon | 2 | -4/+5 |
2020-04-15 | bootstrap_daemon: fix missing virtual destructor and lambda capture (clang wa... | xiphon | 2 | -1/+3 |
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 9 | -158/+251 |
2020-04-15 | use memwipe on secret k/alpha values | moneromooo-monero | 5 | -10/+27 |
2020-04-14 | Bulletproofs: verification speedup | Sarang Noether | 3 | -8/+25 |
2020-04-14 | simplewallet: add sweep_account command | moneromooo-monero | 2 | -8/+37 |
2020-04-11 | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 7 | -162/+161 |
2020-04-10 | simplewallet : missing function block separator | Sumo Gr | 1 | -0/+1 |
2020-04-08 | simplewallet: fix strings (show_transfers & export_transfers) | sumogr | 1 | -4/+4 |
2020-04-08 | Add timelock verification on device | cslashm | 8 | -2/+104 |
2020-04-07 | simplewallet: new "address one-off <major> <minor>" command | moneromooo-monero | 3 | -5/+33 |
2020-04-03 | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 8 | -22/+75 |
2020-04-02 | wallet_api: checkUpdate - optional version and buildtag params | xiphon | 2 | -7/+19 |
2020-04-01 | Hash domain separation | Sarang Noether | 9 | -34/+34 |
2020-03-31 | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 5 | -12/+0 |
2020-03-31 | p2p: fix frequent weak_ptr exception on connection | moneromooo-monero | 1 | -4/+6 |
2020-03-30 | Always reject duplicate key-images from second txid | Lee Clagett | 2 | -12/+16 |
2020-03-30 | Allow unrestricted rpc calls to get full txpool info | Lee Clagett | 3 | -13/+20 |
2020-03-29 | daemon: fix print_net_stats RPC calls | moneromooo-monero | 1 | -2/+2 |
2020-03-28 | simplewallet: warn about correlations if print-ring-members is not set | moneromooo-monero | 2 | -14/+18 |
2020-03-27 | p2p: add another seed node | moneromooo-monero | 1 | -0/+1 |
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 20 | -130/+432 |
2020-03-22 | protocol: request txpool contents when synced | moneromooo-monero | 7 | -0/+143 |
2020-03-21 | Daemon: Print estimates for time until fully synced | rbrunner7 | 4 | -12/+199 |
2020-03-20 | p2p: remove old debug commands | Aaron Hook | 11 | -326/+1 |
2020-03-20 | p2p: do not add recently failed addresses to the peerlist | moneromooo-monero | 3 | -7/+17 |
2020-03-19 | Fixing static_asserts in ZMQ JSON | Lee Clagett | 1 | -3/+2 |
2020-03-14 | Correct key image check in tx_pool | Lee Clagett | 1 | -16/+7 |
2020-03-14 | workaround for GetObject windows.h macro and rapidjson conflict | xiphon | 1 | -1/+1 |
2020-03-12 | core: move the LockedTXN class out of txpool so it may be reused | moneromooo-monero | 2 | -30/+65 |
2020-03-12 | rpc: add --rpc-payment-allow-free-loopback | moneromooo-monero | 2 | -1/+12 |
2020-03-12 | db_lmdb: fix race crash using a stale cursor | moneromooo-monero | 1 | -0/+1 |
2020-03-10 | Fix receive order leakage with tx fluffing | Lee Clagett | 1 | -0/+3 |
2020-03-09 | Reduce template bloat in hex->bin for ZMQ json | Lee Clagett | 2 | -16/+26 |
2020-03-09 | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 2 | -3/+3 |
2020-03-07 | p2p: plug tor to clearnet association vector | Aaron Hook | 1 | -8/+6 |
2020-03-07 | wallet2: remember daemon address overrides when loading a new wallet | moneromooo-monero | 2 | -2/+26 |
2020-03-07 | Added logging for dropped local txes with no i2p/tor connections | Lee Clagett | 1 | -4/+17 |
2020-03-05 | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 9 | -1006/+781 |
2020-03-01 | device: Ledger - fix wide char hidapi error string conversion | xiphon | 1 | -2/+14 |
2020-02-28 | daemon: auto public nodes - cache and prioritize most stable nodes | xiphon | 7 | -43/+304 |
2020-02-27 | blockchain_db: faster fetching of consecutive txes | moneromooo-monero | 5 | -30/+121 |
2020-02-24 | daemon: if no banned IPs print something | sumogr | 1 | -3/+7 |
2020-02-19 | cryptonote_core: skip block notify on blockchain switching rollback | xiphon | 2 | -10/+20 |
2020-02-17 | remove empty statements | Interchained | 6 | -9/+9 |
2020-02-17 | rpc: Add check for too old timestamps in payment signatures. | Guillaume Le Vaillant | 1 | -0/+5 |
2020-02-17 | simplewallet: fix smart mining not starting after first setup | moneromooo-monero | 1 | -2/+10 |
2020-02-12 | tx_pool: catch theoretical error in get_block_reward | moneromooo-monero | 1 | -1/+5 |
2020-02-12 | threadpool: lock mutex in create | moneromooo-monero | 1 | -0/+1 |
2020-02-11 | wallet2_api: wallet recovery - seed offset passphrase support | xiphon | 5 | -6/+14 |
2020-02-10 | core: mention time being off in hash rate changes message | moneromooo-monero | 1 | -1/+1 |
2020-02-08 | rpc: fix print_pool_sh not finding local txes | moneromooo-monero | 1 | -1/+4 |
2020-02-08 | device_ledger: include status code name in error message | xiphon | 2 | -3/+111 |
2020-02-07 | wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msg | xiphon | 1 | -0/+1 |
2020-02-06 | miner: use verification mode for low diff one block nonce searches | moneromooo-monero | 1 | -1/+1 |
2020-01-31 | p2p: fix spurious warning when we're connected to at last one seed | moneromooo-monero | 1 | -2/+8 |
2020-01-29 | p2p: remove obsolete local time in handshake | moneromooo-monero | 2 | -5/+0 |
2020-01-29 | p2p: avoid sending the same peer list over and over | moneromooo-monero | 3 | -4/+17 |
2020-01-26 | p2p: remove backward compatible peer list | moneromooo-monero | 1 | -58/+2 |
2020-01-26 | p2p: simplify last_seen serialization now we have optional stores | moneromooo-monero | 1 | -2/+1 |
2020-01-26 | cryptonote_protocol: omit top 64 bits of difficulty when 0 | moneromooo-monero | 1 | -2/+8 |
2020-01-26 | p2p: remove obsolete local time from TIMED_SYNC | moneromooo-monero | 3 | -8/+4 |
2020-01-26 | network: log traffic and add a simple traffic analysis script | moneromooo-monero | 2 | -4/+20 |
2020-01-26 | wallet: do not split integrated addresses in address book api | moneromooo-monero | 6 | -161/+71 |
2020-01-25 | wallet2_api: implement estimateTransactionFee | xiphon | 5 | -14/+45 |
2020-01-24 | wallet2: fix store-tx-info loading | moneromooo-monero | 1 | -3/+12 |
2020-01-18 | net: fix incorrect less operator for top/i2p addresses | Aaron Hook | 2 | -2/+4 |
2020-01-17 | [randomx] Add missing randomx_vm_set_cache() | cohcho | 1 | -0/+4 |
2020-01-16 | wallet2: reject zero keys in json input | moneromooo-monero | 1 | -0/+4 |
2020-01-14 | wallet: reroll fake outs selection on local tx_sanity_check failure | xiphon | 5 | -12/+59 |
2020-01-11 | Wallet: Distingush amounts for a single subaddress | Tadeas Moravec | 4 | -2/+38 |
2020-01-10 | Daemon: Guard against reporting "synchronized" too early | rbrunner7 | 1 | -1/+1 |
2020-01-09 | ringdb: use a different iv for key and data in rings table | moneromooo-monero | 1 | -18/+37 |
2020-01-09 | simplewallet: reword mixin in user message in terms of ring size | moneromooo-monero | 1 | -1/+1 |
2020-01-09 | wallet2: do not remove known rings when a tx fails | moneromooo-monero | 1 | -1/+0 |
2020-01-09 | Fix check_fee() discrepancy. | UkoeHB | 1 | -2/+2 |
2020-01-07 | p2p: fix off by one adding fallback peers | moneromooo-monero | 1 | -2/+2 |
2020-01-03 | p2p: fix adding wrong indices to the filtered peer list | moneromooo-monero | 1 | -1/+1 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 5 | -10/+41 |
2019-12-30 | wallet: fix exceptions getting the hash of a pruned tx | moneromooo-monero | 4 | -13/+13 |
2019-12-20 | rpc: fill miner_tx_hash again | moneromooo-monero | 1 | -0/+1 |
2019-12-17 | p2p: drop the peerlist dump to TRACE | moneromooo-monero | 1 | -1/+1 |
2019-12-17 | wallet2: guard against race with multiple decrypt_keys users | moneromooo-monero | 2 | -0/+9 |