aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* add a max levin packet size by command typemoneromooo-monero2021-01-033-0/+3
* Merge pull request #7250Alexander Blair2021-01-014-0/+8
|\
| * Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett2020-12-174-0/+8
* | protocol: more sanity checks in new chain block hashesmoneromooo-monero2020-12-313-3/+10
|/
* protocol: fix false positives dropping peersmoneromooo-monero2020-12-272-0/+2
* Revert "Reject existing claimed blocks in sync mode"luigi11112020-12-272-2/+0
* Merge pull request #7154Alexander Blair2020-12-262-0/+2
|\
| * protocol: reject claimed block hashes that already are in the chainmoneromooo-monero2020-12-172-0/+2
* | Fix byte_stream::put_nLee Clagett2020-12-141-0/+17
|/
* Merge pull request #7110Alexander Blair2020-12-101-9/+11
|\
| * protocol: drop origin IP if a block fails to verify in sync modemoneromooo-monero2020-12-101-9/+11
* | Merge pull request #7009Alexander Blair2020-12-107-31/+30
|\ \
| * | Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-107-31/+30
| |/
* | Merge pull request #7003Alexander Blair2020-12-101-43/+50
|\ \ | |/ |/|
| * Change to more efficient allocation strategy in byte_streamLee Clagett2020-10-131-43/+50
* | crypto: fix non zero scalar being 0 after reducingmoneromooo-monero2020-12-041-551/+540
* | Merge pull request #7018luigi11112020-11-293-3/+10
|\ \
| * | cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-253-3/+10
* | | Merge pull request #6973luigi11112020-11-291-0/+109
|\ \ \
| * | | Switch to Dandelion++ fluff mode if no out connections for stem modeLee Clagett2020-11-031-0/+109
* | | | Merge pull request #6937luigi11112020-11-2915-32/+32
|\ \ \ \
| * | | | Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable...mj-xmr2020-10-2815-32/+32
| |/ / /
* | | | Merge pull request #6856luigi11112020-11-281-18/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Unit Tests: Remove block reward upper bound size checksTheCharlatan2020-10-031-18/+0
* | | | Better log message for unusable anon networksHoward Chu2020-11-161-1/+2
| |_|/ |/| |
* | | functional_tests: inrease mining timeoutselsta2020-10-221-1/+1
| |/ |/|
* | Dandelion++: skip desynced peers in stem phasexiphon2020-10-121-34/+41
* | Merge pull request #6840Alexander Blair2020-09-271-1/+1
|\ \
| * | fuzz_tests: fix build error in signature fuzz testmoneromooo-monero2020-09-241-1/+1
| |/
* / functional_tests: rewrite mining code, clearer timeout infoiamamyth2020-09-241-12/+11
|/
* Merge pull request #6798luigi11112020-09-072-10/+32
|\
| * enable CLSAG support for Trezor clientDusan Klinec2020-09-042-10/+32
* | Merge pull request #6111Riccardo Spagni2020-09-064-3/+139
|\ \
| * | functional_tests: add a large (many randomx epochs) p2p reorg testmoneromooo-monero2020-08-271-0/+19
| * | functional_tests: add randomx testsmoneromooo-monero2020-08-272-0/+117
| * | core: fix mining from a block that's not the current topmoneromooo-monero2020-08-271-3/+3
* | | Merge pull request #6757luigi11112020-09-031-20/+20
|\ \ \ | |_|/ |/| |
| * | threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero2020-09-011-20/+20
* | | Bind signature to full address and signing modeSarang Noether2020-08-281-0/+2
* | | wallet: allow signing a message with spend or view keymoneromooo-monero2020-08-282-7/+12
* | | core_tests: fix failures after v13moneromooo-monero2020-08-284-13/+21
* | | core_tests: remove hardcoded hf versionmoneromooo-monero2020-08-281-1/+1
* | | Merge pull request #6769Alexander Blair2020-08-271-0/+41
|\ \ \
| * | | Add clear method to byte_streamLee Clagett2020-08-171-0/+41
* | | | Added balance check to MLSAG/CLSAG performance testsSarang Noether2020-08-273-119/+257
* | | | Updated MLSAG and CLSAG tests for consistencySarang Noether2020-08-273-31/+63
* | | | CLSAG verification performance testSarang Noether2020-08-272-22/+40
* | | | CLSAG optimizationsSarang Noether2020-08-272-85/+81
* | | | Integrate CLSAGs into moneromoneromooo-monero2020-08-2715-85/+656
* | | | unit_tests: add ge_triple_scalarmult_base_vartime testmoneromooo-monero2020-08-271-0/+62