Age | Commit message (Expand) | Author | Files | Lines |
2024-03-07 | unit_tests: fix strtoul unit test | jeffro256 | 1 | -1/+0 |
2024-02-20 | wallet: feature: transfer amount with fee included | jeffro256 | 2 | -0/+138 |
2024-02-08 | serialization: fix infinite loops and clean up dispatching | jeffro256 | 1 | -5/+34 |
2024-01-30 | Disable/fix ports with I2P | Lee Clagett | 1 | -42/+37 |
2024-01-29 | Add <cstdint> to aligned test | Lee *!* Clagett | 1 | -0/+1 |
2023-11-28 | Fix missing checks for IsObject in ZMQ jsonrpc reading | Lee Clagett | 1 | -0/+7 |
2023-10-02 | add a test for the long term weight cache | Boog900 | 1 | -0/+35 |
2023-08-23 | wallet2: fix `store_to()` and `change_password()` | jeffro256 | 5 | -8/+269 |
2023-08-19 | functional_tests: fix multisig tests noutputs assertion | jeffro256 | 1 | -89/+50 |
2023-08-10 | wallet-rpc: restore from multisig seed | jeffro256 | 1 | -9/+146 |
2023-06-30 | core_rpc_server: return ID of submitted block | jeffro256 | 1 | -0/+10 |
2023-06-12 | wallet: respect frozen key images in multisig wallets [RELEASE] | jeffro256 | 1 | -0/+101 |
2023-05-25 | common: do not use DNS to determine if address is local | tobtoht | 2 | -0/+51 |
2023-03-17 | verRctNonSemanticsSimpleCached: fix fragility | Jeffrey Ryan | 3 | -0/+427 |
2023-03-13 | wallet2: fix rescanning tx via scan_tx | j-berman | 3 | -8/+224 |
2022-11-21 | DNSResolver: fix not handling hostnames without dot characters [release] | Jeffrey Ryan | 1 | -0/+11 |
2022-11-17 | p2p: fix exclusive node DNS resolution for certain hosts [release] | Jeffrey Ryan | 1 | -0/+35 |
2022-10-25 | Fix dandelion++ fluff/stem bug with local txes | Lee Clagett | 1 | -15/+84 |
2022-09-22 | Move update_checkpoints() to a later stage | SChernykh | 2 | -0/+2 |
2022-09-21 | add an option to force-update multisig key exchange under some circumstances | koe | 1 | -24/+64 |
2022-09-20 | Second thread pool for IO | SChernykh | 1 | -1/+1 |
2022-09-12 | wallet2: check wallet compatibility with daemon's hard fork version | j-berman | 1 | -1/+1 |
2022-09-07 | wallet2: better test on whether to allow output import | moneromooo-monero | 1 | -0/+9 |
2022-09-07 | allow exporting outputs in chunks | moneromooo-monero | 3 | -15/+41 |
2022-09-06 | wallet2: fixes for export/import output flow | j-berman | 2 | -18/+67 |
2022-09-01 | multisig: fix #8537 seed restore (suggestions by @UkoeHB) | j-berman | 1 | -1/+1 |
2022-08-05 | feat(trezor): add HF15 support, BP+ | Dusan Klinec | 3 | -17/+96 |
2022-07-21 | Publish submitted txs via zmq | j-berman | 4 | -5/+25 |
2022-07-13 | derive multisig tx secret keys from an entropy source plus the tx inputs' key... | koe | 1 | -2/+3 |
2022-07-08 | address PR comments | j-berman | 1 | -5/+5 |
2022-07-05 | connection: add segfault and deadlocks demo | anon | 1 | -2/+252 |
2022-06-30 | multisig: fix critical vulnerabilities in signing | anon | 11 | -124/+114 |
2022-05-18 | Don't exclusively drop tor/i2p outgoing cxns in idle loop | j-berman | 1 | -2/+2 |
2022-05-18 | unit_tests: add more sha256sum test cases | Jeffrey Ryan | 5 | -0/+42 |
2022-05-17 | disable multisig by default | moneromooo-monero | 1 | -5/+5 |
2022-04-29 | More tests for view tags | SChernykh | 1 | -0/+14 |
2022-04-29 | multisig: add post-kex verification round to check that all participants have... | koe | 3 | -47/+61 |
2022-04-29 | Update copyright to 2022 for Hardfork files | Akrit | 7 | -7/+7 |
2022-04-21 | Preserve commitment format inside transactions | Luke Parker | 1 | -2/+0 |
2022-04-18 | Bump ring size to 16 for v15 & remove set default in wallet cli | j-berman | 4 | -13/+13 |
2022-04-18 | Add Include statements | Jeffrey | 1 | -0/+1 |
2022-04-18 | Add view tags to outputs to reduce wallet scanning time | j-berman | 14 | -20/+603 |
2022-04-10 | Fee changes from ArticMine | moneromooo-monero | 3 | -4/+192 |
2022-04-10 | epee: allow copying a rolling_median_t object | moneromooo-monero | 1 | -0/+18 |
2022-04-06 | tests: integrated_address: remove missing payment id assertion | reemuru | 1 | -3/+1 |
2022-04-05 | store outPk/8 in the tx for speed | moneromooo-monero | 1 | -0/+2 |
2022-04-05 | plug bulletproofs plus into consensus | moneromooo-monero | 13 | -24/+645 |
2022-04-04 | Bulletproofs+ | Sarang Noether | 5 | -0/+292 |
2022-03-30 | Remove dead code from parserse_base_utils and fix unit tests | Jeffrey | 1 | -67/+74 |
2022-03-04 | Compil. time: cryptonote_core minus portable_storage header | mj-xmr | 1 | -0/+2 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 228 | -228/+259 |
2022-02-22 | multisig key exchange update and refactor | koe | 4 | -120/+271 |
2022-01-31 | Balance includes unconfirmed transfers to self | woodser | 1 | -5/+2 |
2022-01-25 | fix ge_p3_is_point_at_infinity(), which is evaluating field elements that hav... | koe | 4 | -0/+64 |
2021-12-14 | functional_tests: update uri test with external pid | selsta | 1 | -9/+5 |
2021-11-01 | tx_pool: full tx revalidation on fork boundaries | moneromooo-monero | 1 | -5/+10 |
2021-09-20 | node_server: fix race condition | anon | 1 | -36/+77 |
2021-09-20 | node_server: add race condition demo | anon | 1 | -0/+260 |
2021-09-12 | Mac: UT node server fix IP localhost by aliasing | mj-xmr | 1 | -0/+3 |
2021-09-08 | unit_tests: fix use after free in serialization test | moneromooo-monero | 1 | -2/+4 |
2021-08-19 | core_tests: remove unused typedef, fix warning | selsta | 1 | -1/+0 |
2021-08-05 | p2p: remove blocked addresses/hosts from peerlist | moneromooo-monero | 1 | -0/+1 |
2021-08-03 | EasyLogging++: new anti-UB test and propagating exception | mj-xmr | 1 | -0/+7 |
2021-07-28 | unit_tests: fix broken tests | anon | 2 | -8/+8 |
2021-07-06 | EasyLogging++: Add UTests, that protect against regressions | mj-xmr | 1 | -0/+13 |
2021-06-11 | unit_tests: check for ge_frombytes_vartime failure | moneromooo-monero | 2 | -4/+4 |
2021-05-14 | Doc: funtional_tests add new mining env vars and how to use them | mj-xmr | 1 | -1/+20 |
2021-05-11 | Warnings: unused var in core_tests:chaingen.h | mj-xmr | 1 | -1/+1 |
2021-04-28 | clang: fix -Wpessimizing-move warning | selsta | 1 | -1/+2 |
2021-04-27 | cmake: set 3.5 as minimum version | selsta | 2 | -2/+2 |
2021-04-27 | Tests: Mining test uses a parametric path for finding the calculation app | mj-xmr | 3 | -41/+66 |
2021-04-27 | clang: fix -Wrange-loop-analysis warnings | selsta | 1 | -1/+1 |
2021-04-16 | Split epee/string_tools.h and encapsulate boost::lexical_cast | mj-xmr | 2 | -0/+2 |
2021-04-16 | Revert "Merge pull request #7136" | luigi1111 | 5 | -121/+27 |
2021-04-08 | unit_tests: fix boost 1.58 compatibility | anon | 1 | -1/+1 |
2021-04-05 | Tests: Fix test node_server.bind_same_p2p_port from randomly crashing | mj-xmr | 1 | -0/+12 |
2021-03-30 | [CI] Adaptive mining timeout, depending on available CPU power | mj-xmr | 5 | -10/+254 |
2021-03-27 | Warnings: fix ut/levin.cpp missing braces | mj-xmr | 1 | -1/+4 |
2021-03-22 | cryptonote_protocol_handler: add race condition demo | anon | 1 | -0/+592 |
2021-03-20 | [CI] Use Python3 for funcional tests, instead of Python2 | mj-xmr | 1 | -4/+6 |
2021-03-12 | async_protocol_handler_config: add deadlock demo | anon | 1 | -0/+110 |
2021-03-05 | fix serialization being different on mac | moneromooo-monero | 1 | -1/+1 |
2021-02-23 | functional_tests: hide check_missing_rpc_methods behind requests check | moneromooo-monero | 1 | -6/+5 |
2021-02-19 | async_protocol_handler_config: add segfault demo | anon | 1 | -2/+73 |
2021-02-11 | Increase timeout for the mining test 4 times (to 240s) | mj-xmr | 1 | -1/+1 |
2021-02-09 | New add_aux_pow RPC to support merge mining | moneromooo-monero | 1 | -0/+213 |
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 10 | -13/+2 |
2021-02-06 | Reduce compilation time of epee/portable_storage.h | mj-xmr | 1 | -0/+1 |
2021-01-28 | Remove copies from foreach loops (thanks to Clang) | Lee Clagett | 2 | -10/+10 |
2021-01-27 | unit_tests: fix wipeable_string parse_hexstr test with latest gtest | xiphon | 1 | -9/+9 |
2021-01-23 | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 6 | -26/+82 |
2021-01-19 | boosted_tcp_server: add segfault demo | anon | 1 | -0/+150 |
2021-01-19 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 6 | -43/+127 |
2021-01-16 | Remove payload copy in all outgoing p2p messages | Lee Clagett | 5 | -27/+121 |
2021-01-03 | add a max levin packet size by command type | moneromooo-monero | 3 | -0/+3 |
2021-01-01 | Split fuzz tests during fuzz build | Nym Seddon | 1 | -11/+16 |
2020-12-31 | protocol: more sanity checks in new chain block hashes | moneromooo-monero | 3 | -3/+10 |
2020-12-27 | protocol: fix false positives dropping peers | moneromooo-monero | 2 | -0/+2 |
2020-12-27 | Revert "Reject existing claimed blocks in sync mode" | luigi1111 | 2 | -2/+0 |
2020-12-22 | Command max_bytes moved from dynamic map to static switch | Lee Clagett | 1 | -3/+40 |
2020-12-20 | Restrict duplicate keys in epee binary format | Lee Clagett | 2 | -0/+55 |
2020-12-17 | protocol: reject claimed block hashes that already are in the chain | moneromooo-monero | 2 | -0/+2 |
2020-12-17 | Add aggressive restrictions to pre-handshake p2p buffer limit | Lee Clagett | 4 | -0/+8 |
2020-12-14 | Fix byte_stream::put_n | Lee Clagett | 1 | -0/+17 |
2020-12-14 | fuzz_tests: add a test for utf8canonical | moneromooo-monero | 4 | -0/+49 |
2020-12-10 | protocol: drop origin IP if a block fails to verify in sync mode | moneromooo-monero | 1 | -9/+11 |
2020-12-04 | crypto: fix non zero scalar being 0 after reducing | moneromooo-monero | 1 | -551/+540 |
2020-11-25 | cryptonote_core: dandelion - use local height or median height if syncing | xiphon | 3 | -3/+10 |
2020-11-16 | Better log message for unusable anon networks | Howard Chu | 1 | -1/+2 |
2020-11-03 | Switch to Dandelion++ fluff mode if no out connections for stem mode | Lee Clagett | 1 | -0/+109 |
2020-10-28 | Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable... | mj-xmr | 15 | -32/+32 |
2020-10-22 | functional_tests: inrease mining timeout | selsta | 1 | -1/+1 |
2020-10-13 | Change to more efficient allocation strategy in byte_stream | Lee Clagett | 1 | -43/+50 |
2020-10-13 | Allow byte_stream->byte_slice conversion to shrink unused buffer space | Lee Clagett | 1 | -1/+3 |
2020-10-12 | Dandelion++: skip desynced peers in stem phase | xiphon | 1 | -34/+41 |
2020-10-10 | Change epee binary output from std::stringstream to byte_stream | Lee Clagett | 7 | -31/+30 |
2020-10-03 | Unit Tests: Remove block reward upper bound size checks | TheCharlatan | 1 | -18/+0 |
2020-09-24 | functional_tests: rewrite mining code, clearer timeout info | iamamyth | 1 | -12/+11 |
2020-09-24 | fuzz_tests: fix build error in signature fuzz test | moneromooo-monero | 1 | -1/+1 |
2020-09-04 | enable CLSAG support for Trezor client | Dusan Klinec | 2 | -10/+32 |
2020-09-01 | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 1 | -20/+20 |
2020-08-28 | Bind signature to full address and signing mode | Sarang Noether | 1 | -0/+2 |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 2 | -7/+12 |
2020-08-28 | core_tests: fix failures after v13 | moneromooo-monero | 4 | -13/+21 |
2020-08-28 | core_tests: remove hardcoded hf version | moneromooo-monero | 1 | -1/+1 |
2020-08-27 | functional_tests: add a large (many randomx epochs) p2p reorg test | moneromooo-monero | 1 | -0/+19 |
2020-08-27 | functional_tests: add randomx tests | moneromooo-monero | 2 | -0/+117 |
2020-08-27 | core: fix mining from a block that's not the current top | moneromooo-monero | 1 | -3/+3 |
2020-08-27 | Added balance check to MLSAG/CLSAG performance tests | Sarang Noether | 3 | -144/+282 |
2020-08-27 | Updated MLSAG and CLSAG tests for consistency | Sarang Noether | 3 | -31/+63 |
2020-08-27 | CLSAG verification performance test | Sarang Noether | 2 | -22/+40 |
2020-08-27 | CLSAG optimizations | Sarang Noether | 2 | -86/+82 |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 15 | -85/+656 |
2020-08-27 | unit_tests: add ge_triple_scalarmult_base_vartime test | moneromooo-monero | 1 | -0/+62 |
2020-08-27 | CLSAG signatures | Sarang Noether | 4 | -4/+196 |
2020-08-26 | functional_tests: add p2p functional tests | moneromooo-monero | 2 | -8/+193 |
2020-08-21 | enforce claiming maximum coinbase amount | moneromooo-monero | 3 | -0/+30 |
2020-08-17 | Add clear method to byte_stream | Lee Clagett | 1 | -0/+41 |
2020-08-17 | Revert "Use domain-separated ChaCha20 for in-memory key encryption" | luigi1111 | 2 | -74/+0 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 10 | -12/+10 |
2020-08-14 | Change ZMQ-JSON txextra to hex and remove unnecessary base fields | Lee Clagett | 1 | -1/+16 |
2020-08-14 | Fix pruned tx for ZMQ's GetBlocksFast | Lee Clagett | 1 | -1/+1 |
2020-08-09 | Use domain-separated ChaCha20 for in-memory key encryption | Sarang Noether | 2 | -0/+74 |
2020-08-09 | Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc... | Sarang Noether | 3 | -5/+165 |
2020-07-23 | Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with un... | koe | 1 | -0/+11 |
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 4 | -4/+4 |
2020-06-14 | fuzz_tests: fix init check in oss-fuzz mode | moneromooo-monero | 1 | -1/+1 |
2020-06-14 | fix leaks in fuzz tests | moneromooo-monero | 4 | -17/+34 |
2020-06-14 | fuzz_tests: add a tx extra fuzz test | moneromooo-monero | 4 | -0/+58 |
2020-06-09 | repo: update donation fund address | selsta | 3 | -9/+9 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 1 | -2/+3 |
2020-05-28 | functional_tests: add simple relay_tx test | moneromooo-monero | 1 | -0/+11 |
2020-05-27 | tests: fix missing error on missing python entry point | moneromooo-monero | 1 | -0/+1 |
2020-05-20 | ByteSlice: Fix persisting ptr to std::moved SSO buffer | Doyle | 1 | -0/+23 |
2020-05-16 | Support for supercop ASM in wallet, and benchmark for supercop | Lee Clagett | 3 | -0/+479 |
2020-05-15 | fuzz_tests: refactor and add OSS-Fuzz compatibility | moneromooo-monero | 15 | -540/+228 |
2020-05-15 | Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 | Lee Clagett | 1 | -8/+246 |
2020-05-14 | build: fix boost 1.73 compatibility | selsta | 1 | -2/+2 |
2020-05-12 | Fixed bugs for take_slice and byte_stream->byte_slice | Lee Clagett | 1 | -0/+31 |
2020-05-11 | remove double includes | sumogr | 2 | -3/+0 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 181 | -181/+181 |
2020-05-04 | Adding ZMQ/Pub support for txpool_add and chain_main events | Lee Clagett | 4 | -8/+776 |
2020-05-03 | performance_tests: some windows fixes | moneromooo-monero | 2 | -2/+2 |
2020-04-27 | trezor: adapt to new passphrase mechanism | Dusan Klinec | 4 | -57/+43 |
2020-04-24 | Revert functional test changes in babf25d2e and 571546067 | Lee Clagett | 3 | -65/+25 |
2020-04-18 | unit_tests: fix gcc+ warning | Sumo Gr | 1 | -0/+4 |
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 1 | -0/+5 |
2020-04-14 | Bulletproofs: verification speedup | Sarang Noether | 3 | -0/+11 |
2020-04-11 | Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON. | Lee Clagett | 2 | -5/+259 |
2020-04-06 | functional_tests: ensure signatures never reuse a timestamp | moneromooo-monero | 1 | -0/+2 |
2020-04-06 | functional_tests: ensure signed timestamps are fresh | moneromooo-monero | 1 | -1/+3 |
2020-04-03 | Use byte_slice for sending zmq messages - removes data copy within zmq | Lee Clagett | 1 | -0/+39 |
2020-03-31 | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 1 | -3/+0 |
2020-03-30 | Always reject duplicate key-images from second txid | Lee Clagett | 1 | -13/+39 |
2020-03-30 | Allow unrestricted rpc calls to get full txpool info | Lee Clagett | 2 | -12/+26 |
2020-03-30 | Fixed string_ref usage bug in epee::from_hex::vector | Lee Clagett | 1 | -0/+3 |
2020-03-28 | Fix network unit tests after epee changes | Lee Clagett | 1 | -2/+2 |
2020-03-26 | Adding Dandelion++ support to public networks: | Lee Clagett | 5 | -29/+1118 |
2020-03-26 | functional_tests: speed up signature generation | moneromooo-monero | 2 | -5/+29 |
2020-03-26 | functional_tests: update cookie at 10 seconds interval | moneromooo-monero | 1 | -0/+28 |
2020-03-22 | protocol: request txpool contents when synced | moneromooo-monero | 2 | -0/+4 |
2020-03-20 | p2p: remove old debug commands | Aaron Hook | 4 | -2/+2 |
2020-03-14 | Correct key image check in tx_pool | Lee Clagett | 3 | -0/+64 |
2020-03-10 | Fix receive order leakage with tx fluffing | Lee Clagett | 1 | -8/+12 |
2020-03-09 | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 1 | -3/+43 |
2020-03-05 | Various improvements to the ZMQ JSON-RPC handling: | Lee Clagett | 2 | -20/+38 |
2020-02-28 | daemon: auto public nodes - cache and prioritize most stable nodes | xiphon | 2 | -0/+173 |
2020-02-18 | unit_tests: fix missing test names | xiphon | 2 | -5/+1 |
2020-02-17 | remove empty statements | Interchained | 2 | -2/+2 |
2020-02-12 | wipeable_string: split - treat CR, LF and Tabs as separators | xiphon | 1 | -0/+1 |
2020-01-26 | serialization: do not write optional fields with default value | moneromooo-monero | 1 | -2/+2 |
2020-01-26 | network: log traffic and add a simple traffic analysis script | moneromooo-monero | 3 | -18/+19 |
2020-01-26 | wallet: do not split integrated addresses in address book api | moneromooo-monero | 2 | -60/+5 |
2020-01-19 | fix tests bug added in #6110 | Dusan Klinec | 1 | -4/+10 |
2020-01-18 | net: fix incorrect less operator for top/i2p addresses | Aaron Hook | 1 | -23/+403 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 1 | -8/+23 |
2019-12-12 | print_coinbase_tx_sum now supports 128 bits sums | moneromooo-monero | 1 | -0/+5 |
2019-12-01 | unit_tests: remove invalid bulletproofs unit test | moneromooo-monero | 1 | -9/+0 |
2019-11-27 | make_test_signature: exit nicely on top level exception | moneromooo-monero | 1 | -0/+2 |
2019-11-18 | Fixed bug in ZMQ JSON-RPC method field | Lee Clagett | 2 | -1/+58 |