Age | Commit message (Expand) | Author | Files | Lines |
2021-04-16 | Merge pull request #7136 | luigi1111 | 1 | -0/+1 |
2021-04-16 | Merge pull request #7002 | luigi1111 | 1 | -0/+2 |
2021-03-28 | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 1 | -0/+2 |
2021-03-05 | fix serialization being different on mac | moneromooo-monero | 1 | -2/+2 |
2021-02-18 | Merge pull request #7355 | luigi1111 | 2 | -2/+2 |
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 2 | -3/+0 |
2021-01-28 | Remove copies from foreach loops (thanks to Clang) | Lee Clagett | 2 | -2/+2 |
2021-01-16 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 1 | -0/+1 |
2021-01-02 | blockchain: lock access to m_blocks_hash_of_hashes | moneromooo-monero | 1 | -0/+2 |
2020-12-31 | protocol: more sanity checks in new chain block hashes | moneromooo-monero | 4 | -6/+28 |
2020-12-29 | rpc: limit the number of txes for get_blocks.bin | moneromooo-monero | 4 | -8/+9 |
2020-12-01 | Merge pull request #7025 | Alexander Blair | 1 | -2/+2 |
2020-11-29 | Merge pull request #7021 | luigi1111 | 4 | -9/+46 |
2020-11-29 | Merge pull request #7018 | luigi1111 | 3 | -3/+16 |
2020-11-29 | Merge pull request #6924 | luigi1111 | 1 | -8/+0 |
2020-11-29 | Merge pull request #6922 | luigi1111 | 2 | -14/+5 |
2020-11-25 | cryptonote_core: dandelion - use local height or median height if syncing | xiphon | 3 | -3/+16 |
2020-11-17 | Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s | Lee Clagett | 1 | -2/+2 |
2020-11-15 | Fix timeout checks for forwarded and Dandelion++ stem txes | Lee Clagett | 4 | -9/+46 |
2020-10-20 | blockchain: remove some dead code | moneromooo-monero | 1 | -8/+0 |
2020-10-20 | Make Blockchain::get_fee_quantization_mask() compile time | SChernykh | 2 | -14/+5 |
2020-10-19 | cryptonote_core: Fix missing override warnings | Nathan Dorfman | 1 | -2/+2 |
2020-10-18 | Merge pull request #6881 | Alexander Blair | 1 | -1/+4 |
2020-10-18 | Merge pull request #6875 | Alexander Blair | 2 | -1/+2 |
2020-10-18 | blockchain: fix sync at v14 boundary | moneromooo-monero | 1 | -3/+15 |
2020-10-12 | tx_pool: silence spammy harmless warning till we fix the bug | moneromooo-monero | 1 | -1/+4 |
2020-10-12 | Dandelion++: skip desynced peers in stem phase | xiphon | 2 | -1/+2 |
2020-09-15 | blockchain: deterministic UNIX time unlock checks | moneromooo-monero | 2 | -28/+64 |
2020-09-14 | build: prepare v0.17 | selsta | 1 | -1/+1 |
2020-09-07 | blockchain: fix pow skipping for old blocks without precalc hash | moneromooo-monero | 1 | -1/+1 |
2020-09-06 | Merge pull request #6111 | Riccardo Spagni | 6 | -26/+101 |
2020-09-03 | Merge pull request #6757 | luigi1111 | 2 | -10/+14 |
2020-09-01 | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 2 | -10/+14 |
2020-08-27 | functional_tests: add a large (many randomx epochs) p2p reorg test | moneromooo-monero | 1 | -4/+35 |
2020-08-27 | core: fix mining from a block that's not the current top | moneromooo-monero | 6 | -22/+66 |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 2 | -4/+55 |
2020-08-27 | Merge pull request #6767 | Alexander Blair | 1 | -0/+3 |
2020-08-27 | Merge pull request #6760 | Alexander Blair | 1 | -2/+2 |
2020-08-21 | enforce claiming maximum coinbase amount | moneromooo-monero | 1 | -2/+2 |
2020-08-17 | Avoid some temporary strings when reading off the database | moneromooo-monero | 3 | -17/+17 |
2020-08-16 | Merge pull request #6727 | Alexander Blair | 1 | -0/+11 |
2020-08-16 | Merge pull request #6661 | Alexander Blair | 1 | -1/+1 |
2020-08-16 | Merge pull request #6614 | Alexander Blair | 1 | -3/+2 |
2020-08-16 | Fix build with Boost 1.74 | moneromooo-monero | 1 | -0/+3 |
2020-08-09 | Merge pull request #6354 | Alexander Blair | 2 | -10/+54 |
2020-07-30 | blockchain: guard against exceptions in add_new_block/children | moneromooo-monero | 1 | -0/+11 |
2020-07-24 | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command | rbrunner7 | 1 | -3/+2 |
2020-07-19 | Merge pull request #6534 | Alexander Blair | 4 | -0/+146 |
2020-07-19 | Merge pull request #6526 | Alexander Blair | 1 | -0/+1 |
2020-07-19 | Merge pull request #6512 | Alexander Blair | 13 | -13/+13 |
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-08 | Merge pull request #6647 | luigi1111 | 1 | -1/+1 |
2020-07-08 | Merge pull request #6629 | luigi1111 | 1 | -0/+1 |
2020-07-08 | Merge pull request #6568 | luigi1111 | 2 | -36/+0 |
2020-07-08 | Merge pull request #6544 | luigi1111 | 1 | -5/+72 |
2020-06-14 | avoid a couple needless copies | moneromooo-monero | 1 | -1/+1 |
2020-06-12 | Fix D++ block template check | Lee Clagett | 1 | -1/+1 |
2020-06-09 | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc... | stoffu | 4 | -0/+146 |
2020-06-05 | blockchain: fix total_height in getblocks.bin response | moneromooo-monero | 1 | -0/+1 |
2020-05-19 | cryptonote_core: remove "We are most likely forked" message | moneromooo-monero | 2 | -36/+0 |
2020-05-17 | blockchain: detect and log bad difficulty calculations | moneromooo-monero | 1 | -5/+72 |
2020-05-15 | Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 | Lee Clagett | 2 | -10/+54 |
2020-05-13 | build: prepare v0.16.0.0 release | selsta | 1 | -1/+1 |
2020-05-13 | blockchain: fix theoretical race getting bulk timestamps | moneromooo-monero | 1 | -0/+1 |
2020-05-07 | Merge pull request #6510 | luigi1111 | 1 | -2/+0 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 13 | -13/+13 |
2020-05-06 | cryptonote_core: take out the time based upgrade warning | moneromooo-monero | 1 | -2/+0 |
2020-05-06 | Merge pull request #6478 | luigi1111 | 1 | -1/+1 |
2020-05-06 | Merge pull request #6472 | luigi1111 | 1 | -1/+1 |
2020-05-06 | Merge pull request #6468 | luigi1111 | 2 | -4/+5 |
2020-05-04 | Adding ZMQ/Pub support for txpool_add and chain_main events | Lee Clagett | 4 | -16/+77 |
2020-05-01 | Merge pull request #6436 | luigi1111 | 1 | -1/+1 |
2020-04-29 | txpool.cpp: rename var to fix for old g++ version (xenial default) | Sumo Gr | 1 | -2/+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 | 1 | -1/+1 |
2020-04-20 | cryptonote_core: skip dns checkpoints on startup if not enforced | xiphon | 2 | -4/+5 |
2020-04-08 | Add timelock verification on device | cslashm | 1 | -1/+1 |
2020-04-04 | Merge pull request #6347 | luigi1111 | 2 | -10/+20 |
2020-04-04 | Merge pull request #6339 | luigi1111 | 2 | -3/+3 |
2020-04-04 | Merge pull request #6328 | luigi1111 | 1 | -1/+1 |
2020-03-31 | Merge pull request #6336 | luigi1111 | 1 | -1/+5 |
2020-03-31 | Merge pull request #6214 | luigi1111 | 4 | -0/+53 |
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 | 2 | -6/+8 |
2020-03-27 | Merge pull request #6289 | Alexander Blair | 2 | -9/+13 |
2020-03-27 | Merge pull request #6284 | Alexander Blair | 1 | -2/+2 |
2020-03-27 | Merge pull request #6275 | Alexander Blair | 2 | -21/+0 |
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 2 | -32/+88 |
2020-04-10 | Merge pull request #6403 | luigi1111 | 1 | -16/+7 |
2020-04-10 | Merge pull request #6358 | luigi1111 | 1 | -30/+2 |
2020-03-22 | protocol: request txpool contents when synced | moneromooo-monero | 4 | -0/+53 |
2020-03-20 | p2p: remove old debug commands | Aaron Hook | 2 | -21/+0 |
2020-03-14 | Correct key image check in tx_pool | Lee Clagett | 1 | -16/+7 |
2020-03-12 | core: move the LockedTXN class out of txpool so it may be reused | moneromooo-monero | 1 | -30/+12 |
2020-02-28 | Merge pull request #6225 | Alexander Blair | 2 | -5/+5 |
2020-02-28 | Merge pull request #6211 | Alexander Blair | 4 | -0/+21 |
2020-02-27 | blockchain_db: faster fetching of consecutive txes | moneromooo-monero | 1 | -30/+2 |
2020-02-19 | cryptonote_core: skip block notify on blockchain switching rollback | xiphon | 2 | -10/+20 |
2020-02-17 | remove empty statements | Interchained | 2 | -3/+3 |
2020-02-12 | tx_pool: catch theoretical error in get_block_reward | moneromooo-monero | 1 | -1/+5 |
2020-02-10 | core: mention time being off in hash rate changes message | moneromooo-monero | 1 | -1/+1 |
2020-02-06 | Merge pull request #6127 | Alexander Blair | 1 | -2/+3 |
2020-02-06 | Merge pull request #6078 | Alexander Blair | 1 | -1/+8 |
2020-02-06 | Merge pull request #6050 | Alexander Blair | 1 | -2/+3 |
2020-02-04 | Merge pull request #6233 | luigi1111 | 1 | -1/+1 |
2020-01-25 | Merge pull request #6140 | Alexander Blair | 1 | -3/+10 |
2020-01-24 | Merge pull request #6146 | Alexander Blair | 2 | -18/+2 |
2020-01-16 | Merge pull request #6124 | Alexander Blair | 1 | -1/+6 |
2020-01-14 | wallet: reroll fake outs selection on local tx_sanity_check failure | xiphon | 2 | -9/+13 |
2020-01-09 | Fix check_fee() discrepancy. | UkoeHB | 1 | -2/+2 |
2019-12-14 | blockchain: fix flushing txes from the txpool | moneromooo-monero | 1 | -1/+1 |
2019-12-12 | Merge pull request #6055 | luigi1111 | 1 | -1/+1 |
2019-12-12 | Merge pull request #6052 | luigi1111 | 1 | -2/+2 |
2019-12-12 | print_coinbase_tx_sum now supports 128 bits sums | moneromooo-monero | 2 | -5/+5 |
2019-12-02 | rpc: add bad-blocks to flush_cache RPC | moneromooo-monero | 4 | -0/+21 |
2019-11-15 | blockchain: speedup fetching pruned contiguous tx blobs | moneromooo-monero | 1 | -3/+10 |
2019-11-13 | simplewallet: noob-friendly help menu | wowario | 1 | -2/+3 |
2019-11-12 | blockchain: error out if the builtin hashes data size is wrong | moneromooo-monero | 1 | -1/+6 |
2019-11-04 | Change to Tx diffusion (Dandelion++ fluff) instead of flooding | Lee Clagett | 2 | -18/+2 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 7 | -205/+334 |
2019-11-02 | Merge pull request #6079 | Riccardo Spagni | 1 | -1/+1 |
2019-11-02 | 0.15.0.0 release engineering | Riccardo Spagni | 1 | -1/+1 |
2019-11-01 | Add a --keep-fakechain option to keep fakechain databases | JamesWrigley | 1 | -1/+8 |
2019-10-31 | cryptonote: untangle dependency from miner to blockchain | moneromooo-monero | 2 | -2/+6 |
2019-10-29 | blockchain: fix comment wrongly refering to SHA-3 rather than Keccak | moneromooo-monero | 1 | -1/+1 |
2019-10-29 | tx_pool: fix error message assuming incorrectly | moneromooo-monero | 1 | -2/+2 |
2019-10-28 | core: point out when we hit the block rate visibility limit | moneromooo-monero | 1 | -2/+3 |
2019-10-27 | blockchain: fix unwanted error when probing the pool for a tx | moneromooo-monero | 1 | -2/+11 |
2019-10-25 | Merge pull request #5958 | luigi1111 | 1 | -15/+19 |
2019-10-25 | Merge pull request #6028 | luigi1111 | 1 | -1/+1 |
2019-10-25 | rpc: add a flush_cache RPC | moneromooo-monero | 2 | -0/+13 |
2019-10-25 | tx_pool: fix divide by 0 in log | moneromooo-monero | 1 | -1/+1 |
2019-10-22 | Merge pull request #5973 | luigi1111 | 1 | -5/+1 |
2019-10-22 | Merge pull request #5981 | luigi1111 | 2 | -2/+3 |
2019-10-22 | Merge pull request #5974 | luigi1111 | 1 | -2/+4 |
2019-10-22 | Merge pull request #5970 | luigi1111 | 1 | -3/+12 |
2019-10-22 | Merge pull request #5966 | luigi1111 | 1 | -8/+3 |
2019-10-22 | Merge pull request #5919 | luigi1111 | 3 | -0/+86 |
2019-10-21 | Support median block size > 4 GB | moneromooo-monero | 1 | -8/+3 |
2019-10-16 | Merge pull request #5962 | luigi1111 | 2 | -2/+2 |
2019-10-16 | blockchain: initialize pow to ff..ff | moneromooo-monero | 1 | -2/+4 |
2019-10-14 | Merge pull request #5941 | luigi1111 | 1 | -1/+2 |
2019-10-14 | Merge pull request #5933 | luigi1111 | 1 | -0/+2 |
2019-10-11 | blockchain: use effective median block weight for penalty from v12 | moneromooo-monero | 1 | -3/+12 |
2019-10-11 | tx_pool: do not divide by 0 | moneromooo-monero | 1 | -2/+2 |
2019-10-11 | cryptonote: don't leave block_weight uninitialized | moneromooo-monero | 1 | -0/+1 |
2019-10-10 | blockchain: fill in cumulative block weight for alt blocks | moneromooo-monero | 3 | -0/+86 |
2019-10-10 | cryptonote: fill in tx weight when syncing from pruned blocks | moneromooo-monero | 1 | -5/+1 |
2019-10-08 | Merge pull request #5915 | luigi1111 | 6 | -89/+314 |
2019-10-06 | tx_pool: make spent return-by-reference as intended | stoffu | 2 | -2/+2 |
2019-10-03 | Add hmac over encrypted value during transaction | cslashm | 1 | -15/+19 |
2019-09-30 | Merge pull request #5902 | luigi1111 | 1 | -1/+3 |
2019-09-30 | Merge pull request #5900 | luigi1111 | 1 | -3/+10 |
2019-09-28 | blockchain: tweak fee as a function of median values | moneromooo-monero | 1 | -1/+2 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 6 | -89/+314 |
2019-09-25 | RandomX integration | Howard Chu | 5 | -6/+119 |
2019-09-25 | ban peers sending bad pow outright | moneromooo-monero | 1 | -0/+2 |
2019-09-24 | Merge pull request #5882 | luigi1111 | 1 | -0/+10 |
2019-09-24 | Merge pull request #5878 | luigi1111 | 1 | -3/+2 |
2019-09-24 | Merge pull request #5877 | luigi1111 | 3 | -13/+13 |
2019-09-24 | Merge pull request #5864 | luigi1111 | 1 | -1/+1 |
2019-09-19 | core: move hardforks into its own lib | moneromooo-monero | 4 | -133/+7 |
2019-09-17 | blockchain: enforce 10 block age for spending outputs | moneromooo-monero | 1 | -0/+10 |
2019-09-16 | Properly format multiline logs | moneromooo-monero | 1 | -1/+1 |
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 2 | -5/+4 |
2019-09-14 | Merge pull request #5865 | luigi1111 | 1 | -2/+3 |
2019-09-14 | Merge pull request #5854 | luigi1111 | 1 | -4/+4 |
2019-09-14 | Merge pull request #5823 | luigi1111 | 2 | -13/+39 |
2019-09-11 | blockchain: keep block template timestamp not below recent median | moneromooo-monero | 1 | -1/+3 |
2019-09-04 | Merge pull request #5819 | luigi1111 | 1 | -1/+2 |
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 3 | -13/+13 |
2019-08-28 | blockchain: fix logging bad number of blocks if first one fails | moneromooo-monero | 1 | -2/+3 |
2019-08-28 | Fix bug in mempool get_transaction_stats histogram calculation | Tom Smeding | 1 | -3/+10 |
2019-08-26 | core: make the "update probably needed soon" message less scary | moneromooo-monero | 1 | -4/+4 |
2019-08-21 | Merge pull request #5755 | luigi1111 | 1 | -2/+2 |
2019-08-21 | Merge pull request #5750 | luigi1111 | 1 | -0/+15 |
2019-08-19 | Merge pull request #5727 | luigi1111 | 1 | -1/+1 |
2019-08-19 | Merge pull request #5721 | luigi1111 | 2 | -43/+12 |
2019-08-19 | blockchain: reject rct signatures in coinbase txes from v12 | moneromooo-monero | 1 | -0/+7 |
2019-08-19 | core: from v12, require consistent ring size for mixable txes | moneromooo-monero | 1 | -8/+23 |
2019-08-19 | blockchain: forbid v1 coinbase from v12 | moneromooo-monero | 2 | -5/+9 |
2019-08-18 | blockchain: Fix alt chain generated coins overflow | iamamyth | 1 | -1/+2 |
2019-08-15 | Merge pull request #5637 | luigi1111 | 1 | -1/+1 |
2019-08-15 | Replace std::random_shuffle with std::shuffle | Tom Smeding | 1 | -1/+1 |
2019-08-14 | Merge pull request #5525 | luigi1111 | 2 | -4/+4 |
2019-08-14 | Merge pull request #5487 | luigi1111 | 1 | -0/+13 |
2019-07-24 | Merge pull request #5635 | luigi1111 | 1 | -1/+1 |
2019-07-24 | Merge pull request #5591 | luigi1111 | 1 | -2/+0 |
2019-07-24 | Merge pull request #5585 | luigi1111 | 2 | -2/+0 |
2019-07-24 | Merge pull request #5524 | luigi1111 | 3 | -93/+140 |
2019-07-24 | Merge pull request #5502 | luigi1111 | 2 | -6/+4 |
2019-07-18 | update checkpoints.dat hash | Riccardo Spagni | 1 | -1/+1 |
2019-07-15 | improve tx_sanity_check clarification | vicsn | 1 | -2/+2 |
2019-07-15 | Remove unused txs member in NOTIFY_RESPONSE_GET_OBJECT | Doyle | 1 | -2/+0 |
2019-07-10 | wallet: provide original address for outgoing transfers | xiphon | 1 | -0/+15 |
2019-07-04 | Merge pull request #5663 | luigi1111 | 1 | -1/+1 |
2019-07-04 | Merge pull request #5650 | luigi1111 | 1 | -4/+8 |
2019-07-03 | Remove unnecessary m_check_txin_table, fix const correctness | Martijn Otto | 2 | -43/+12 |
2019-06-19 | tx_sanity_check: relax the median check a lot | moneromooo-monero | 1 | -1/+1 |