aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | store outPk/8 in the tx for speedmoneromooo-monero2022-04-051-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 consensusmoneromooo-monero2022-04-0513-24/+645
| | |
* | | Bulletproofs+Sarang Noether2022-04-045-0/+292
| |/ |/|
* | Merge pull request #8158luigi11112022-03-181-5/+2
|\ \ | |/ |/| | | e5000a9 Balance includes unconfirmed transfers to self (woodser)
| * Balance includes unconfirmed transfers to selfwoodser2022-01-311-5/+2
| |
* | Merge pull request #8052luigi11112022-03-024-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 ↵koe2022-01-254-0/+64
| | | | | | | | | | | | haven't been reduced by the field order
* | | Merge pull request #7877luigi11112022-03-024-119/+270
|\ \ \ | |_|/ |/| | | | | e08abaa multisig key exchange update and refactor (koe)
| * | multisig key exchange update and refactorkoe2022-02-224-119/+270
| | |
* | | functional_tests: update uri test with external pidselsta2021-12-141-9/+5
| | |
* | | tx_pool: full tx revalidation on fork boundariesmoneromooo-monero2021-11-011-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 #7874luigi11112021-10-112-36/+337
|\ \ | |/ |/| | | | | 9154883 node_server: fix race condition (anon) 8922f96 node_server: add race condition demo (anon)
| * node_server: fix race conditionanon2021-09-201-36/+77
| |
| * node_server: add race condition demoanon2021-09-201-0/+260
| |
* | Merge pull request #7923luigi11112021-09-231-2/+4
|\ \ | | | | | | | | | 5eaedb5 unit_tests: fix use after free in serialization test (moneromooo-monero)
| * | unit_tests: fix use after free in serialization testmoneromooo-monero2021-09-081-2/+4
| |/
* | Mac: UT node server fix IP localhost by aliasingmj-xmr2021-09-121-0/+3
| |
* | Merge pull request #7880luigi11112021-09-091-1/+0
|\ \ | | | | | | | | | 573a025 core_tests: remove unused typedef, fix warning (selsta)
| * | core_tests: remove unused typedef, fix warningselsta2021-08-191-1/+0
| |/
* | Merge pull request #7828luigi11112021-09-091-0/+7
|\ \ | |/ |/| | | b2c59af EasyLogging++: new anti-UB test and propagating exception (mj-xmr)
| * EasyLogging++: new anti-UB test and propagating exceptionmj-xmr2021-08-031-0/+7
| |
* | Merge pull request #7818luigi11112021-08-112-8/+8
|\ \ | | | | | | | | | 9c8e3e8 unit_tests: fix broken tests (anon)
| * | unit_tests: fix broken testsanon2021-07-282-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 #7809luigi11112021-08-111-0/+1
|\ \ | |/ |/| | | 7354ffb p2p: remove blocked addresses/hosts from peerlist (moneromooo-monero)
| * p2p: remove blocked addresses/hosts from peerlistmoneromooo-monero2021-08-051-0/+1
| |
* | EasyLogging++: Add UTests, that protect against regressionsmj-xmr2021-07-061-0/+13
|/
* unit_tests: check for ge_frombytes_vartime failuremoneromooo-monero2021-06-112-4/+4
| | | | CID 1446559
* Merge pull request #7661luigi11112021-06-106-26/+82
|\ | | | | | | 08e4497 Improve cryptonote (block and tx) binary read performance (Lee Clagett)
| * Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-236-26/+82
| |
* | Merge pull request #7723luigi11112021-06-011-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 themmj-xmr2021-05-141-1/+20
| | |
* | | Merge pull request #7713luigi11112021-06-011-1/+1
|\ \ \ | |/ / |/| | | | | b40129e Warnings: unused var in core_tests:chaingen.h (mj-xmr)
| * | Warnings: unused var in core_tests:chaingen.hmj-xmr2021-05-111-1/+1
| |/
* | Merge pull request #7691luigi11112021-05-122-2/+2
|\ \ | | | | | | | | | cbd54ea cmake: set 3.5 as minimum version (selsta)
| * | cmake: set 3.5 as minimum versionselsta2021-04-272-2/+2
| |/
* | Merge pull request #7690luigi11112021-05-121-1/+2
|\ \ | | | | | | | | | 3cc4428 clang: fix -Wpessimizing-move warning (selsta)
| * | clang: fix -Wpessimizing-move warningselsta2021-04-281-1/+2
| |/
* | Merge pull request #7688luigi11112021-05-121-1/+1
|\ \ | | | | | | | | | 451b5a5 clang: fix -Wrange-loop-analysis warnings (selsta)
| * | clang: fix -Wrange-loop-analysis warningsselsta2021-04-271-1/+1
| |/
* / Tests: Mining test uses a parametric path for finding the calculation appmj-xmr2021-04-273-41/+66
|/ | | | MINING_SILENT and MINING_NO_MEASUREMENT env vars
* Merge pull request #7669luigi11112021-04-226-43/+127
|\ | | | | | | 679d055 Remove payload copy in all outgoing p2p messages (Lee Clagett)
| * Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-196-43/+127
| |
* | Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr2021-04-162-0/+2
|/
* Revert "Merge pull request #7136"luigi11112021-04-165-121/+27
| | | | | This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f.
* Merge pull request #7653luigi11112021-04-161-1/+1
|\ | | | | | | 73d3b00 unit_tests: fix boost 1.58 compatibility (anon)
| * unit_tests: fix boost 1.58 compatibilityanon2021-04-081-1/+1
| |
* | Merge pull request #7136luigi11112021-04-165-27/+121
|\ \ | |/ |/| | | 23aae55 Remove payload copy in all outgoing p2p messages (Lee Clagett)
| * Remove payload copy in all outgoing p2p messagesLee Clagett2021-01-165-27/+121
| |
* | Merge pull request #7646luigi11112021-04-061-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 crashingmj-xmr2021-04-051-0/+12
| | |