aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett5-4/+94
2019-03-24Merge pull request #5274Riccardo Spagni4-4/+4
2019-03-21Merge pull request #5256Riccardo Spagni2-0/+24
2019-03-21Merge pull request #5251Riccardo Spagni5-7/+17
2019-03-21Merge pull request #5211Riccardo Spagni11-83/+1394
2019-03-20tests/trezor: HF9 and HF10 testsDusan Klinec9-83/+1241
2019-03-20crypto: hmac_keccak addedDusan Klinec2-0/+153
2019-03-19Adding classes, functions, and utilities for common LMDB operations.Lee Clagett2-0/+406
2019-03-19Merge pull request #5240Riccardo Spagni1-1/+0
2019-03-17Merge pull request #5192Riccardo Spagni1-2/+2
2019-03-17Merge pull request #5061Riccardo Spagni156-156/+156
2019-03-14Merge pull request #4977Riccardo Spagni9-110/+3077
2019-03-12tests: disable wallet SSL init for tests involving wallet2moneromooo-monero4-4/+4
2019-03-08blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero2-0/+24
2019-03-07gtest: build fix for NetBSDmoneromooo-monero2-1/+4
2019-03-07tests: handle any cmake detected python interpretermoneromooo-monero3-6/+13
2019-03-06tests: fix cnv4-jit-test link on macmoneromooo-monero1-1/+0
2019-03-05Update 2019 copyrightbinaryFate156-156/+156
2019-03-05Merge pull request #4852Riccardo Spagni1-0/+19
2019-03-05epee: add SSL supportMartijn Otto1-0/+19
2019-03-05device/trezor: debugging features, trezor testsDusan Klinec9-110/+3077
2019-03-05cryptonote: avoid double parsing blocks when syncingmoneromooo-monero4-7/+7
2019-03-05save some database calls when getting top block hash and heightmoneromooo-monero2-2/+6
2019-03-05Avoid repeated (de)serialization when syncingmoneromooo-monero3-31/+31
2019-03-04Merge pull request #5117Riccardo Spagni1-1/+0
2019-03-04Merge pull request #5102Riccardo Spagni2-62/+59
2019-03-04tests: add a CNv4 JIT testmoneromooo-monero2-0/+133
2019-03-04performance_tests: add tests for new Cryptonight variantsmoneromooo-monero2-10/+10
2019-03-04Merge pull request #5126Riccardo Spagni3-6/+35
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero12-176/+732
2019-02-25performance_tests: fix NetBSD buildmoneromooo-monero1-2/+2
2019-02-14Adding cnv4-2 tweaksSChernykh1-10/+10
2019-02-14Cryptonight variant 4 aka CryptonightRSChernykh3-6/+35
2019-02-01unit_tests: remove leftover debug printmoneromooo-monero1-1/+0
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett4-8/+936
2019-01-28notify: handle arbitrary tagsmoneromooo-monero1-1/+1
2019-01-28Merge pull request #5064Riccardo Spagni1-0/+36
2019-01-28Merge pull request #5052Riccardo Spagni12-107/+94
2019-01-28performance_tests: better stats, and keep track of timing historymoneromooo-monero2-62/+59
2019-01-22ringct: remove unused senderPk from ecdhTuplemoneromooo-monero2-4/+0
2019-01-22ringct: the commitment mask is now deterministicmoneromooo-monero2-36/+0
2019-01-22ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero3-6/+22
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero11-78/+89
2019-01-22Pruningmoneromooo-monero4-0/+245
2019-01-18Merge pull request #5046Riccardo Spagni2-5/+13
2019-01-18Merge pull request #5028Riccardo Spagni1-1/+1
2019-01-16blockchain_db: allow getting output keys without commitmentmoneromooo-monero1-1/+1
2019-01-16epee: speedup word/number matchingmoneromooo-monero1-0/+84
2019-01-16Merge pull request #5036Riccardo Spagni1-2/+2
2019-01-16Merge pull request #5005Riccardo Spagni3-16/+16
2019-01-16Merge pull request #5001Riccardo Spagni2-0/+2
2019-01-16Merge pull request #4984Riccardo Spagni1-1/+1
2019-01-16Merge pull request #4976Riccardo Spagni4-10/+79
2019-01-11added two tests for partial word and case tolerance in mnemonicsPaul Shapiro1-1/+36
2019-01-07core_tests: add a --list_tests command line switchmoneromooo-monero2-5/+13
2019-01-07Make get_output_key method constmoneroexamples1-2/+2
2019-01-06Merge pull request #4952Riccardo Spagni1-3/+3
2019-01-02remove trailing whitespace in README.mdDavid Meister1-2/+2
2018-12-31Merge pull request #4941luigi11111-5/+16
2018-12-23epee: better network buffer data structuremoneromooo-monero4-10/+79
2018-12-23Remove boost::lexical_cast for uuid and unused uuid functionLee Clagett2-0/+2
2018-12-22core_tests: rename invalid multisig tests to read "invalid"moneromooo-monero3-16/+16
2018-12-18blockchain_db: speedup tx output gatheringmoneromooo-monero1-1/+1
2018-12-12Merge pull request #4901Riccardo Spagni1-0/+1
2018-12-12Merge pull request #4787Riccardo Spagni2-0/+2
2018-12-07p2p: use vector instead of list for peer listsmoneromooo-monero1-3/+3
2018-12-05unit_tests: strengthen notify test against OS schedulingmoneromooo-monero1-5/+16
2018-12-04Merge pull request #4895Riccardo Spagni1-1/+1
2018-12-04Merge pull request #4894Riccardo Spagni7-13/+7
2018-12-04move int-util.h to epeemoneromooo-monero1-1/+1
2018-12-04Merge pull request #4854Riccardo Spagni2-3/+1
2018-12-04Merge pull request #4850Riccardo Spagni1-0/+29
2018-12-04Merge pull request #4848Riccardo Spagni1-1/+4
2018-11-27Outputs where all amounts are known spent can now be prunedmoneromooo-monero1-0/+1
2018-11-26Merge pull request #4821Riccardo Spagni1-1/+1
2018-11-26rpc: speedup get_outs.binmoneromooo-monero1-1/+1
2018-11-26Merge pull request #4832Riccardo Spagni2-0/+178
2018-11-23unit_tests: fix malloc/delete mismatchmoneromooo-monero1-1/+1
2018-11-23unit_tests: do not rethrow a copy of an exceptionmoneromooo-monero1-1/+1
2018-11-23remove some unused codemoneromooo-monero5-8/+2
2018-11-23tests: slow_memmem now returns size_tmoneromooo-monero1-4/+4
2018-11-16unit_tests: don't take the address of an unwrapped secret keymoneromooo-monero1-1/+4
2018-11-16tests: add unit tests for get_output_distributionmoneromooo-monero4-87/+325
2018-11-16Merge pull request #4803Riccardo Spagni1-2/+2
2018-11-16Merge pull request #4795Riccardo Spagni3-0/+25
2018-11-15unit_tests: add some hex parsing test for non hex inputxiphon1-0/+16
2018-11-15unit_tests: add a test for parse_hexstr_to_binbuffmoneromooo-monero1-0/+13
2018-11-15Removed a lot of unnecessary includesMartijn Otto2-3/+1
2018-11-14Merge pull request #4769Riccardo Spagni1-1/+1
2018-11-15libwallet_api_tests: add missing dependency on Boost Locale and ICUstoffu1-0/+2
2018-11-09unit_tests: add logging unit testmoneromooo-monero2-0/+178
2018-11-06Merge pull request #4739Riccardo Spagni1-1/+1
2018-11-06Merge pull request #4732Riccardo Spagni3-5/+93
2018-11-06protocol: option to pad transaction relay to the next kBmoneromooo-monero2-0/+2
2018-11-05unit_tests: fix leak when the test check failsmoneromooo-monero1-2/+2
2018-11-04simplewallet: print the number of show/all transfersmoneromooo-monero1-1/+0
2018-11-04wallet2: only export necessary outputs and key imagesmoneromooo-monero3-2/+14
2018-11-04Merge pull request #4693Riccardo Spagni5-2/+62
2018-11-04rct: add a zeroCommit cache for common pre-rct casemoneromooo-monero3-0/+25
2018-11-01core: avoid unnecessary tx/blob conversionsmoneromooo-monero1-1/+1
2018-11-01unit_tests: notify test special case for the usual weirdomoneromooo-monero1-1/+5
2018-10-29tests: fix MSYS2 gcc 7.3.0 warning -Wtype-limitsxiphon1-1/+1
2018-10-27unit_tests: fix notify unit test when /tmp does not existmoneromooo-monero1-1/+9
2018-10-26Merge pull request #4721Riccardo Spagni1-1/+5
2018-10-26Merge pull request #4613Riccardo Spagni1-0/+10
2018-10-26Merge pull request #4308Riccardo Spagni1-0/+84
2018-10-26performance_tests: add ge_p3_tobytesmoneromooo-monero2-0/+81
2018-10-26performance_tests: measure ge_frombytes_vartime onlymoneromooo-monero1-5/+12
2018-10-24unit_tests: notify test special case for the usual weirdomoneromooo-monero1-1/+5
2018-10-23Merge pull request #4640Riccardo Spagni1-1/+1
2018-10-22multiexp: handle pippenger multiexps with part precalcmoneromooo-monero1-2/+2
2018-10-22performance_tests: sc_check and ge_dsm_precompmoneromooo-monero4-0/+60
2018-10-20Merge pull request #4521Riccardo Spagni1-0/+21
2018-10-18Rename "blackball" for claritymoneromooo-monero1-5/+5
2018-10-17unit_tests: fix notify test when run from make *testmoneromooo-monero1-1/+1
2018-10-16unit_tests: call umask before mkstempmoneromooo-monero1-0/+10
2018-10-15Fix Windows build after epee dependency changeiDunk54001-4/+0
2018-10-15Merge pull request #4489Riccardo Spagni15-0/+31
2018-10-15Merge pull request #4481Riccardo Spagni3-1/+117
2018-10-12Remove epee header dependency on cryptonote_coremoneromooo-monero2-0/+2
2018-10-08unit_tests: add unit test for alloc alignment being a power of 2moneromooo-monero1-0/+21
2018-10-07Merge pull request #4036Riccardo Spagni5-146/+298
2018-10-07tests: update crypto tests data file after PRNG changesmoneromooo-monero1-562/+562
2018-10-07cryptonote: sort tx_extra fieldsmoneromooo-monero1-0/+84
2018-10-03functional_tests: fix linking on WindowsiDunk54001-0/+4
2018-10-02Merge pull request #4464Riccardo Spagni1-1/+1
2018-10-02Catch more exceptions in dtorsmoneromooo-monero15-0/+31
2018-10-01Multisig M/N functionality core tests addednaughtyfox4-42/+223
2018-10-01Arbitrary M/N multisig schemes:naughtyfox2-105/+76
2018-10-01unit_tests: add a notifier testmoneromooo-monero3-1/+117
2018-09-29Merge pull request #4459Riccardo Spagni4-38/+47
2018-09-29Merge pull request #4424Riccardo Spagni2-6/+6
2018-09-29Merge pull request #4407Riccardo Spagni1-0/+24
2018-09-28unit_tests: fix longstanding DNS related unit testmoneromooo-monero1-1/+1
2018-09-22Merge pull request #4404Riccardo Spagni1-10/+10
2018-09-22cryptonote tweak v2.2Lee Clagett1-10/+10
2018-09-21Merge pull request #4385Riccardo Spagni1-0/+32
2018-09-21Merge pull request #4384Riccardo Spagni1-0/+0
2018-09-21Merge pull request #4371Riccardo Spagni2-0/+916
2018-09-21Merge pull request #4209Riccardo Spagni1-1/+56
2018-09-18Merge pull request #4391Riccardo Spagni1-0/+1
2018-09-18Merge pull request #4306Riccardo Spagni1-0/+7
2018-09-17api/wallet: properly disable key encryptionstoffu2-3/+3
2018-09-16Fix missing std::runtime_error def in difficulty.cppHoward Chu1-0/+1
2018-09-15unit_tests: sanity check on transaction weightmoneromooo-monero1-0/+32
2018-09-15tests: update test wallet keys file for encrypted keysmoneromooo-monero1-0/+0
2018-09-14Merge pull request #4253Riccardo Spagni1-6/+6
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-6/+6
2018-09-14Merge pull request #4260Riccardo Spagni1-4/+4
2018-09-14Merge pull request #4254Riccardo Spagni1-0/+4
2018-09-12Adding expect<T> - a value-or-error implementationLee Clagett2-0/+916
2018-09-12wipeable_string: add hex_to_pod functionmoneromooo-monero1-0/+7
2018-09-11Merge pull request #4219Riccardo Spagni34-248/+2507
2018-09-11bulletproofs: speed up the latest changes a bitmoneromooo-monero3-0/+13
2018-09-11performance_tests: add padded bulletproof constructionmoneromooo-monero2-2/+14
2018-09-11core_tests: add a test for 4-aggregated BP verificationmoneromooo-monero3-0/+16
2018-09-11fuzz_tests: add a bulletproof fuzz testmoneromooo-monero3-0/+85
2018-09-11unit_tests: add a few more multiexp unit testsmoneromooo-monero1-2/+52
2018-09-11core_tests: add a test for a tx with empty bulletproofmoneromooo-monero3-0/+20
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero14-255/+271
2018-09-11bulletproofs: a few fixes from the Kudelski reviewmoneromooo-monero1-10/+0
2018-09-11bulletproofs: reject points not in the main subgroupmoneromooo-monero3-0/+64
2018-09-11Add Pippenger cache and limit Straus cache sizemoneromooo-monero2-9/+135
2018-09-11add pippenger unit testsmoneromooo-monero1-0/+55
2018-09-11performance_tests: add stats and loop count multiplier optionsmoneromooo-monero2-317/+409
2018-09-11performance_tests: add aggregated bulletproof tx verificationmoneromooo-monero2-0/+81
2018-09-11Pippenger multiexpmoneromooo-monero2-1/+146
2018-09-11precalc the ge_p3 representation of Hmoneromooo-monero1-0/+7
2018-09-11performance_tests: document the tested bulletproof layoutsmoneromooo-monero1-8/+8
2018-09-11unit_tests: a couple more bulletproof unit tests for gammamoneromooo-monero1-0/+19
2018-09-11require canonical multi output bulletproof layoutmoneromooo-monero3-13/+13
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero9-17/+590
2018-09-11aligned: aligned memory alloc/realloc/freemoneromooo-monero2-1/+88
2018-09-11performance_tests: add signature generation/verificationmoneromooo-monero3-0/+72
2018-09-11bulletproofs: add aggregated verificationmoneromooo-monero5-0/+87
2018-09-11make straus cached mode thread safe, and add tests for itmoneromooo-monero4-1/+163
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero4-3/+66
2018-09-11performance_tests: add tx checking tests with more than 2 outputsmoneromooo-monero2-12/+23
2018-09-11performance_tests: add a --verbose flag, and default to tersemoneromooo-monero2-121/+135
2018-09-11add Straus multiexpmoneromooo-monero3-0/+97
2018-09-11performance_tests: add crypto opsmoneromooo-monero3-0/+133
2018-09-11performance_tests: add bulletproofsmoneromooo-monero3-0/+73
2018-09-11performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero1-0/+10
2018-09-11performance_tests: add (Borromean) range proofsmoneromooo-monero3-0/+68
2018-09-11bulletproofs: multi-output bulletproofsmoneromooo-monero1-0/+19
2018-09-11performance_tests: don't override log level to 0moneromooo-monero1-1/+0
2018-09-11Merge pull request #4218Riccardo Spagni3-2/+216
2018-09-10Merge pull request #4293luigi11112-1/+19
2018-09-10Merge pull request #4230luigi11111-1024/+1024
2018-09-10record blackballs as amount/offset, and add export abilitymoneromooo-monero1-4/+4
2018-09-09Cryptonight variant 2SChernykh3-2/+216
2018-09-04Merge pull request #4298luigi11111-0/+8
2018-09-04Merge pull request #4275luigi11112-0/+151
2018-09-04Merge pull request #4264luigi11111-1/+1
2018-09-04Merge pull request #4257luigi11111-0/+1
2018-09-04Merge pull request #4245luigi11111-1/+1
2018-08-25is_hdd updatep8p2-1/+19
2018-08-23unit_tests: disable mlocker tests on windows (no implementation)moneromooo-monero1-0/+8
2018-08-23add and use constant time 32 byte equality functionmoneromooo-monero3-0/+93
2018-08-23wallet: store trusted-daemon flag in wallet2stoffu1-1/+1