| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | crypto: fix non zero scalar being 0 after reducing | moneromooo-monero | 2020-12-04 | 1 | -551/+540 |
| * | Merge pull request #7018 | luigi1111 | 2020-11-29 | 3 | -3/+10 |
| |\ | |||||
| | * | cryptonote_core: dandelion - use local height or median height if syncing | xiphon | 2020-11-25 | 3 | -3/+10 |
| * | | Merge pull request #6973 | luigi1111 | 2020-11-29 | 1 | -0/+109 |
| |\ \ | |||||
| | * | | Switch to Dandelion++ fluff mode if no out connections for stem mode | Lee Clagett | 2020-11-03 | 1 | -0/+109 |
| * | | | Merge pull request #6937 | luigi1111 | 2020-11-29 | 15 | -32/+32 |
| |\ \ \ | |||||
| | * | | | Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable... | mj-xmr | 2020-10-28 | 15 | -32/+32 |
| | |/ / | |||||
| * | | | Merge pull request #6856 | luigi1111 | 2020-11-28 | 1 | -18/+0 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Unit Tests: Remove block reward upper bound size checks | TheCharlatan | 2020-10-03 | 1 | -18/+0 |
| * | | | Better log message for unusable anon networks | Howard Chu | 2020-11-16 | 1 | -1/+2 |
| * | | | functional_tests: inrease mining timeout | selsta | 2020-10-22 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Dandelion++: skip desynced peers in stem phase | xiphon | 2020-10-12 | 1 | -34/+41 |
| * | | Merge pull request #6840 | Alexander Blair | 2020-09-27 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | fuzz_tests: fix build error in signature fuzz test | moneromooo-monero | 2020-09-24 | 1 | -1/+1 |
| | |/ | |||||
| * / | functional_tests: rewrite mining code, clearer timeout info | iamamyth | 2020-09-24 | 1 | -12/+11 |
| |/ | |||||
| * | Merge pull request #6798 | luigi1111 | 2020-09-07 | 2 | -10/+32 |
| |\ | |||||
| | * | enable CLSAG support for Trezor client | Dusan Klinec | 2020-09-04 | 2 | -10/+32 |
| * | | Merge pull request #6111 | Riccardo Spagni | 2020-09-06 | 4 | -3/+139 |
| |\ \ | |||||
| | * | | functional_tests: add a large (many randomx epochs) p2p reorg test | moneromooo-monero | 2020-08-27 | 1 | -0/+19 |
| | * | | functional_tests: add randomx tests | moneromooo-monero | 2020-08-27 | 2 | -0/+117 |
| | * | | core: fix mining from a block that's not the current top | moneromooo-monero | 2020-08-27 | 1 | -3/+3 |
| * | | | Merge pull request #6757 | luigi1111 | 2020-09-03 | 1 | -20/+20 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 2020-09-01 | 1 | -20/+20 |
| * | | | Bind signature to full address and signing mode | Sarang Noether | 2020-08-28 | 1 | -0/+2 |
| * | | | wallet: allow signing a message with spend or view key | moneromooo-monero | 2020-08-28 | 2 | -7/+12 |
| * | | | core_tests: fix failures after v13 | moneromooo-monero | 2020-08-28 | 4 | -13/+21 |
| * | | | core_tests: remove hardcoded hf version | moneromooo-monero | 2020-08-28 | 1 | -1/+1 |
| * | | | Merge pull request #6769 | Alexander Blair | 2020-08-27 | 1 | -0/+41 |
| |\ \ \ | |||||
| | * | | | Add clear method to byte_stream | Lee Clagett | 2020-08-17 | 1 | -0/+41 |
| * | | | | Added balance check to MLSAG/CLSAG performance tests | Sarang Noether | 2020-08-27 | 3 | -119/+257 |
| * | | | | Updated MLSAG and CLSAG tests for consistency | Sarang Noether | 2020-08-27 | 3 | -31/+63 |
| * | | | | CLSAG verification performance test | Sarang Noether | 2020-08-27 | 2 | -22/+40 |
| * | | | | CLSAG optimizations | Sarang Noether | 2020-08-27 | 2 | -85/+81 |
| * | | | | Integrate CLSAGs into monero | moneromooo-monero | 2020-08-27 | 15 | -85/+656 |
| * | | | | unit_tests: add ge_triple_scalarmult_base_vartime test | moneromooo-monero | 2020-08-27 | 1 | -0/+62 |
| * | | | | CLSAG signatures | Sarang Noether | 2020-08-27 | 4 | -4/+196 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #6760 | Alexander Blair | 2020-08-27 | 3 | -0/+30 |
| |\ \ \ | |||||
| | * | | | enforce claiming maximum coinbase amount | moneromooo-monero | 2020-08-21 | 3 | -0/+30 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #6690 | Alexander Blair | 2020-08-27 | 10 | -12/+10 |
| |\ \ \ | |||||
| | * | | | replace most boost serialization with existing monero serialization | moneromooo-monero | 2020-08-17 | 10 | -12/+10 |
| * | | | | Merge pull request #6660 | Alexander Blair | 2020-08-27 | 2 | -8/+193 |
| |\ \ \ \ | |_|_|/ |/| | | | |||||
| | * | | | functional_tests: add p2p functional tests | moneromooo-monero | 2020-08-26 | 2 | -8/+193 |
| * | | | | Revert "Use domain-separated ChaCha20 for in-memory key encryption" | luigi1111 | 2020-08-17 | 2 | -74/+0 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #6718 | Alexander Blair | 2020-08-16 | 1 | -0/+11 |
| |\ \ \ | |||||
| | * | | | Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with un... | koe | 2020-07-23 | 1 | -0/+11 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #6716 | Alexander Blair | 2020-08-16 | 4 | -4/+4 |
| |\ \ \ | |||||
| | * | | | wallet2_api: implement runtime proxy configuration | xiphon | 2020-07-20 | 4 | -4/+4 |
| | |/ / | |||||
| * | | | Merge pull request #6603 | Alexander Blair | 2020-08-16 | 1 | -1/+16 |
| |\ \ \ | |||||
| | * | | | Change ZMQ-JSON txextra to hex and remove unnecessary base fields | Lee Clagett | 2020-08-14 | 1 | -1/+16 |
| * | | | | Merge pull request #6601 | Alexander Blair | 2020-08-16 | 1 | -1/+1 |
| |\ \ \ \ | |||||
