| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | store outPk/8 in the tx for speed | moneromooo-monero | 2022-04-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | It avoids dividing by 8 when deserializing a tx, which is a slow operation, and multiplies by 8 when verifying and extracing the amount, which is much faster as well as less frequent | |||||
| * | | | plug bulletproofs plus into consensus | moneromooo-monero | 2022-04-05 | 13 | -24/+645 | |
| | | | | ||||||
| * | | | Bulletproofs+ | Sarang Noether | 2022-04-04 | 5 | -0/+292 | |
| | |/ |/| | ||||||
| * | | Merge pull request #8158 | luigi1111 | 2022-03-18 | 1 | -5/+2 | |
| |\ \ | |/ |/| | | | e5000a9 Balance includes unconfirmed transfers to self (woodser) | |||||
| | * | Balance includes unconfirmed transfers to self | woodser | 2022-01-31 | 1 | -5/+2 | |
| | | | ||||||
| * | | Merge pull request #8052 | luigi1111 | 2022-03-02 | 4 | -0/+64 | |
| |\ \ | | | | | | | | | | c36ea26 fix ge_p3_is_point_at_infinity(), which is evaluating field elements that haven't been reduced by the field order (koe) | |||||
| | * | | fix ge_p3_is_point_at_infinity(), which is evaluating field elements that ↵ | koe | 2022-01-25 | 4 | -0/+64 | |
| | | | | | | | | | | | | | haven't been reduced by the field order | |||||
| * | | | Merge pull request #7877 | luigi1111 | 2022-03-02 | 4 | -119/+270 | |
| |\ \ \ | |_|/ |/| | | | | | e08abaa multisig key exchange update and refactor (koe) | |||||
| | * | | multisig key exchange update and refactor | koe | 2022-02-22 | 4 | -119/+270 | |
| | | | | ||||||
| * | | | functional_tests: update uri test with external pid | selsta | 2021-12-14 | 1 | -9/+5 | |
| | | | | ||||||
| * | | | tx_pool: full tx revalidation on fork boundaries | moneromooo-monero | 2021-11-01 | 1 | -5/+10 | |
| | |/ |/| | | | | | | | | | avoids mining txes after a fork that are invalid by this fork's rules, but were valid by the previous fork rules at the time they were verified and added to the txpool. | |||||
| * | | Merge pull request #7874 | luigi1111 | 2021-10-11 | 2 | -36/+337 | |
| |\ \ | |/ |/| | | | | | 9154883 node_server: fix race condition (anon) 8922f96 node_server: add race condition demo (anon) | |||||
| | * | node_server: fix race condition | anon | 2021-09-20 | 1 | -36/+77 | |
| | | | ||||||
| | * | node_server: add race condition demo | anon | 2021-09-20 | 1 | -0/+260 | |
| | | | ||||||
| * | | Merge pull request #7923 | luigi1111 | 2021-09-23 | 1 | -2/+4 | |
| |\ \ | | | | | | | | | | 5eaedb5 unit_tests: fix use after free in serialization test (moneromooo-monero) | |||||
| | * | | unit_tests: fix use after free in serialization test | moneromooo-monero | 2021-09-08 | 1 | -2/+4 | |
| | |/ | ||||||
| * | | Mac: UT node server fix IP localhost by aliasing | mj-xmr | 2021-09-12 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merge pull request #7880 | luigi1111 | 2021-09-09 | 1 | -1/+0 | |
| |\ \ | | | | | | | | | | 573a025 core_tests: remove unused typedef, fix warning (selsta) | |||||
| | * | | core_tests: remove unused typedef, fix warning | selsta | 2021-08-19 | 1 | -1/+0 | |
| | |/ | ||||||
| * | | Merge pull request #7828 | luigi1111 | 2021-09-09 | 1 | -0/+7 | |
| |\ \ | |/ |/| | | | b2c59af EasyLogging++: new anti-UB test and propagating exception (mj-xmr) | |||||
| | * | EasyLogging++: new anti-UB test and propagating exception | mj-xmr | 2021-08-03 | 1 | -0/+7 | |
| | | | ||||||
| * | | Merge pull request #7818 | luigi1111 | 2021-08-11 | 2 | -8/+8 | |
| |\ \ | | | | | | | | | | 9c8e3e8 unit_tests: fix broken tests (anon) | |||||
| | * | | unit_tests: fix broken tests | anon | 2021-07-28 | 2 | -8/+8 | |
| | |/ | | | | | | | | | boosted_tcp_server: check condition before sleep too cryptonote_protocol_handler: each instance of BlockchainLMDB requires separate thread due to private thread local fields | |||||
| * | | Merge pull request #7809 | luigi1111 | 2021-08-11 | 1 | -0/+1 | |
| |\ \ | |/ |/| | | | 7354ffb p2p: remove blocked addresses/hosts from peerlist (moneromooo-monero) | |||||
| | * | p2p: remove blocked addresses/hosts from peerlist | moneromooo-monero | 2021-08-05 | 1 | -0/+1 | |
| | | | ||||||
| * | | EasyLogging++: Add UTests, that protect against regressions | mj-xmr | 2021-07-06 | 1 | -0/+13 | |
| |/ | ||||||
| * | unit_tests: check for ge_frombytes_vartime failure | moneromooo-monero | 2021-06-11 | 2 | -4/+4 | |
| | | | | | CID 1446559 | |||||
| * | Merge pull request #7661 | luigi1111 | 2021-06-10 | 6 | -26/+82 | |
| |\ | | | | | | | 08e4497 Improve cryptonote (block and tx) binary read performance (Lee Clagett) | |||||
| | * | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 2021-01-23 | 6 | -26/+82 | |
| | | | ||||||
| * | | Merge pull request #7723 | luigi1111 | 2021-06-01 | 1 | -1/+20 | |
| |\ \ | | | | | | | | | | 3450f4b Doc: funtional_tests add new mining env vars and how to use them (mj-xmr) | |||||
| | * | | Doc: funtional_tests add new mining env vars and how to use them | mj-xmr | 2021-05-14 | 1 | -1/+20 | |
| | | | | ||||||
| * | | | Merge pull request #7713 | luigi1111 | 2021-06-01 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | | | | b40129e Warnings: unused var in core_tests:chaingen.h (mj-xmr) | |||||
| | * | | Warnings: unused var in core_tests:chaingen.h | mj-xmr | 2021-05-11 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge pull request #7691 | luigi1111 | 2021-05-12 | 2 | -2/+2 | |
| |\ \ | | | | | | | | | | cbd54ea cmake: set 3.5 as minimum version (selsta) | |||||
| | * | | cmake: set 3.5 as minimum version | selsta | 2021-04-27 | 2 | -2/+2 | |
| | |/ | ||||||
| * | | Merge pull request #7690 | luigi1111 | 2021-05-12 | 1 | -1/+2 | |
| |\ \ | | | | | | | | | | 3cc4428 clang: fix -Wpessimizing-move warning (selsta) | |||||
| | * | | clang: fix -Wpessimizing-move warning | selsta | 2021-04-28 | 1 | -1/+2 | |
| | |/ | ||||||
| * | | Merge pull request #7688 | luigi1111 | 2021-05-12 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | 451b5a5 clang: fix -Wrange-loop-analysis warnings (selsta) | |||||
| | * | | clang: fix -Wrange-loop-analysis warnings | selsta | 2021-04-27 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Tests: Mining test uses a parametric path for finding the calculation app | mj-xmr | 2021-04-27 | 3 | -41/+66 | |
| |/ | | | | MINING_SILENT and MINING_NO_MEASUREMENT env vars | |||||
| * | Merge pull request #7669 | luigi1111 | 2021-04-22 | 6 | -43/+127 | |
| |\ | | | | | | | 679d055 Remove payload copy in all outgoing p2p messages (Lee Clagett) | |||||
| | * | Remove payload copy in all outgoing p2p messages | Lee Clagett | 2021-01-19 | 6 | -43/+127 | |
| | | | ||||||
| * | | Split epee/string_tools.h and encapsulate boost::lexical_cast | mj-xmr | 2021-04-16 | 2 | -0/+2 | |
| |/ | ||||||
| * | Revert "Merge pull request #7136" | luigi1111 | 2021-04-16 | 5 | -121/+27 | |
| | | | | | | This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f. | |||||
| * | Merge pull request #7653 | luigi1111 | 2021-04-16 | 1 | -1/+1 | |
| |\ | | | | | | | 73d3b00 unit_tests: fix boost 1.58 compatibility (anon) | |||||
| | * | unit_tests: fix boost 1.58 compatibility | anon | 2021-04-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #7136 | luigi1111 | 2021-04-16 | 5 | -27/+121 | |
| |\ \ | |/ |/| | | | 23aae55 Remove payload copy in all outgoing p2p messages (Lee Clagett) | |||||
| | * | Remove payload copy in all outgoing p2p messages | Lee Clagett | 2021-01-16 | 5 | -27/+121 | |
| | | | ||||||
| * | | Merge pull request #7646 | luigi1111 | 2021-04-06 | 1 | -0/+12 | |
| |\ \ | | | | | | | | | | 176cea0 Tests: Fix test node_server.bind_same_p2p_port from randomly crashing (mj-xmr) | |||||
| | * | | Tests: Fix test node_server.bind_same_p2p_port from randomly crashing | mj-xmr | 2021-04-05 | 1 | -0/+12 | |
| | | | | ||||||
