aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-17disable multisig by defaultmoneromooo-monero1-5/+5
2022-04-29multisig: add post-kex verification round to check that all participants have...koe1-33/+52
2022-04-18Bump ring size to 16 for v15 & remove set default in wallet clij-berman4-13/+13
2022-04-10Fee changes from ArticMinemoneromooo-monero1-4/+4
2022-04-06tests: integrated_address: remove missing payment id assertionreemuru1-3/+1
2022-03-04Copyright: Update to 2022mj-xmr28-28/+34
2022-02-22multisig key exchange update and refactorkoe1-19/+10
2022-01-31Balance includes unconfirmed transfers to selfwoodser1-5/+2
2021-12-14functional_tests: update uri test with external pidselsta1-9/+5
2021-04-27Tests: Mining test uses a parametric path for finding the calculation appmj-xmr3-41/+66
2021-04-16Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr1-0/+1
2021-03-30[CI] Adaptive mining timeout, depending on available CPU powermj-xmr4-10/+249
2021-03-20[CI] Use Python3 for funcional tests, instead of Python2mj-xmr1-4/+6
2021-02-23functional_tests: hide check_missing_rpc_methods behind requests checkmoneromooo-monero1-6/+5
2021-02-11Increase timeout for the mining test 4 times (to 240s)mj-xmr1-1/+1
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-1/+0
2020-10-28Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable...mj-xmr1-2/+2
2020-10-22functional_tests: inrease mining timeoutselsta1-1/+1
2020-09-24functional_tests: rewrite mining code, clearer timeout infoiamamyth1-12/+11
2020-08-28Bind signature to full address and signing modeSarang Noether1-0/+2
2020-08-28wallet: allow signing a message with spend or view keymoneromooo-monero1-5/+10
2020-08-27functional_tests: add a large (many randomx epochs) p2p reorg testmoneromooo-monero1-0/+19
2020-08-27functional_tests: add randomx testsmoneromooo-monero2-0/+117
2020-08-27Integrate CLSAGs into moneromoneromooo-monero1-2/+2
2020-08-26functional_tests: add p2p functional testsmoneromooo-monero2-8/+193
2020-08-09Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc...Sarang Noether1-5/+34
2020-06-09repo: update donation fund addressselsta3-9/+9
2020-05-28functional_tests: add simple relay_tx testmoneromooo-monero1-0/+11
2020-05-27tests: fix missing error on missing python entry pointmoneromooo-monero1-0/+1
2020-05-06Update copyright year to 2020SomaticFanatic21-21/+21
2020-04-24Revert functional test changes in babf25d2e and 571546067Lee Clagett3-65/+25
2020-04-06functional_tests: ensure signatures never reuse a timestampmoneromooo-monero1-0/+2
2020-04-06functional_tests: ensure signed timestamps are freshmoneromooo-monero1-1/+3
2020-03-31cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon1-3/+0
2020-03-30Always reject duplicate key-images from second txidLee Clagett1-13/+39
2020-03-30Allow unrestricted rpc calls to get full txpool infoLee Clagett2-12/+26
2020-03-26functional_tests: speed up signature generationmoneromooo-monero2-5/+29
2020-03-26functional_tests: update cookie at 10 seconds intervalmoneromooo-monero1-0/+28
2020-01-26serialization: do not write optional fields with default valuemoneromooo-monero1-2/+2
2020-01-26wallet: do not split integrated addresses in address book apimoneromooo-monero1-59/+5
2019-12-31wallet: allow message sign/verify for subaddressesmoneromooo-monero1-8/+23
2019-12-12print_coinbase_tx_sum now supports 128 bits sumsmoneromooo-monero1-0/+5
2019-11-27make_test_signature: exit nicely on top level exceptionmoneromooo-monero1-0/+2
2019-10-27functional_tests: ensure mining stops on error in mining testmoneromooo-monero1-1/+11
2019-10-25functional_tests: fix rpc_payment tests with python 3moneromooo-monero1-3/+4
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero7-6/+506
2019-10-15functional_tests: fix transfer test - long payment ids are gonemoneromooo-monero1-1/+1
2019-10-14wallet_rpc_server: don't report integrated addresses for 0 payment IDmoneromooo-monero1-1/+1
2019-10-14wallet: remove long payment ID sending supportmoneromooo-monero2-10/+15
2019-10-14wallet2: ignore received unencrypted payment IDs (but warn hard)moneromooo-monero1-6/+6
2019-09-17functional_tests: fix failure on windows removing filesmoneromooo-monero1-0/+2
2019-09-17fix wallet python test when run with ctestmoneromooo-monero2-1/+3
2019-09-17functional_tests: python3 compatibilitymoneromooo-monero7-15/+15
2019-09-17functional_tests: pop exactly what we need to test before testingmoneromooo-monero10-10/+20
2019-09-17functional_tests: check for RPC methods which aren't exposedmoneromooo-monero2-0/+54
2019-09-17functional_tests: add get_transaction_pool_statsmoneromooo-monero1-0/+84
2019-09-17functional_tests: add save_bcmoneromooo-monero1-0/+3
2019-09-17functional_tests: add is_key_image_spent testsmoneromooo-monero1-1/+45
2019-09-17functional_tests: add submitblock testmoneromooo-monero1-0/+28
2019-09-17functional_tests: check transaction fee is around what we expectmoneromooo-monero1-2/+9
2019-09-17functional_tests: add tx_notes testsmoneromooo-monero1-0/+18
2019-09-17functional_tests: add wallet attributes testmoneromooo-monero1-0/+23
2019-09-17functional_tests: add rescan_spent/rescan_blockchain testsmoneromooo-monero1-0/+39
2019-09-17functional_tests: add monero: URI testsmoneromooo-monero2-1/+235
2019-09-17wallet: add edit_address_book RPCmoneromooo-monero1-6/+71
2019-09-17functional_tests: add address book testsmoneromooo-monero2-1/+239
2019-09-17functional_tests: add wallet password change, store and tag testsmoneromooo-monero2-9/+165
2019-09-17functional_tests: add spend proof testsmoneromooo-monero1-0/+35
2019-09-17functional_tests: add test for mining via walletmoneromooo-monero1-7/+21
2019-09-17functional_tests: add multisig state testsmoneromooo-monero1-0/+68
2019-09-17functional_tests: add get_transfers testmoneromooo-monero1-0/+23
2019-09-17functional_tests: add missing sweep_dust parameters, and test itmoneromooo-monero1-0/+8
2019-09-17functional_tests: move extraneous stuff out of the frameworkmoneromooo-monero1-5/+16
2019-09-05wallet: fix mismatch between two concepts of "balance"moneromooo-monero1-4/+4
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez1-1/+1
2019-08-16functional_tests: test creating wallets with local language namesmoneromooo-monero1-2/+3
2019-07-29functional_tests: add validate_address testsmoneromooo-monero1-0/+111
2019-07-09wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero1-0/+3
2019-06-19tests: functional: fix python syntaxredfish1-1/+1
2019-05-29functional_tests: fix python3 compatibilitymoneromooo-monero15-59/+60
2019-05-20functional_tests: fix rare get_output_distribution failuremoneromooo-monero1-1/+10
2019-05-09python-rpc: add missing getblock RPC parametersmoneromooo-monero1-4/+4
2019-05-02functional_tests: add tests for pending/out transfer addressesmoneromooo-monero1-0/+59
2019-04-26functional_tests: add a 3/3 multisig testmoneromooo-monero1-0/+7
2019-04-25rpc: improve get_output_distributionmoneromooo-monero2-1/+218
2019-04-24functional_tests: add get_fee_estimate to blockchain testmoneromooo-monero1-0/+12
2019-04-23consensus: from v12, enforce >= 2 outputsmoneromooo-monero1-0/+1
2019-04-23functional_tests: flush stdout before popening new processmoneromooo-monero1-0/+1
2019-04-20functional_tests: reset blockchain on test startmoneromooo-monero8-0/+57
2019-04-18functional_tests: detect requests python modulemoneromooo-monero1-3/+9
2019-04-15functional_tests: add sweep_single testmoneromooo-monero1-0/+50
2019-04-11functional_tests: exit with 1 if any test failsmoneromooo-monero1-0/+2
2019-04-11functional_tests: cold signing key images/outputs import/exportmoneromooo-monero1-0/+6
2019-04-11functional_tests: add double spend detection testsmoneromooo-monero1-0/+61
2019-04-11functional_tests: add alt chains testsmoneromooo-monero1-1/+34
2019-04-11functional_tests: add wallet creation language testsmoneromooo-monero1-0/+21
2019-04-11functional_tests: add more wallet testsmoneromooo-monero2-0/+55
2019-04-11functional_tests: add describe_transfer testsmoneromooo-monero2-0/+33
2019-04-11functional_tests: add more blockchain related testsmoneromooo-monero1-0/+125
2019-04-11functional_tests: add bans testsmoneromooo-monero1-0/+117
2019-04-05rpc: make wide_difficulty hexadecimalmoneromooo-monero1-7/+7
2019-03-23python-rpc: add console.pymoneromooo-monero1-1/+1
2019-03-22functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero17-892/+25
2019-03-22functional_tests: add balance testsmoneromooo-monero1-59/+171
2019-03-22functional_tests: add missing parameters to get_balancemoneromooo-monero1-1/+6
2019-03-21functional_tests: add proofs tests (tx key, in/out tx, reserve)moneromooo-monero3-1/+350
2019-03-21functional_tests: add more transfer testsmoneromooo-monero2-6/+60
2019-03-21functional_tests: add get_bulk_transfer testsmoneromooo-monero2-0/+49
2019-03-21functional_tests: add message signing/verification testsmoneromooo-monero3-1/+110
2019-03-21functional_tests: add multisig and cold signing testsmoneromooo-monero4-2/+544
2019-03-21functional_tests: support several daemons/walletsmoneromooo-monero3-29/+42
2019-03-21functional_tests: add txpool RPC testsmoneromooo-monero3-1/+178
2019-03-21functional_tests: add integrated address testsmoneromooo-monero3-1/+125
2019-03-21functional_tests: add basic transfer testsmoneromooo-monero3-14/+360
2019-03-21functional_tests: plug RPC tests into the cmake machinerymoneromooo-monero2-3/+120
2019-03-21functional_tests: add basic mining testsmoneromooo-monero3-0/+152
2019-03-21functional_tests: add wallet address/subaddress RPC testsmoneromooo-monero2-0/+259
2019-03-21functional_tests: improve RPC blockchain testsmoneromooo-monero6-72/+295
2019-03-05Update 2019 copyrightbinaryFate6-6/+6
2018-12-23Remove boost::lexical_cast for uuid and unused uuid functionLee Clagett1-0/+1
2018-10-15Fix Windows build after epee dependency changeiDunk54001-4/+0
2018-10-03functional_tests: fix linking on WindowsiDunk54001-0/+4
2018-09-17api/wallet: properly disable key encryptionstoffu1-2/+2
2018-09-14remove obsolete daemon selection of fake outs and old tx constructionmoneromooo-monero1-6/+6
2018-08-23wallet: store trusted-daemon flag in wallet2stoffu1-1/+1
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-2/+2
2018-06-29first new functional testsvictorsintnicolaas6-0/+464
2018-06-13wallet: on first refresh, start off with a quantized heightmoneromooo-monero1-7/+7
2018-03-05Stagenetstoffu1-3/+3
2018-01-26Update 2018 copyrightxmr-eric6-6/+6
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-10-21Initialize openssl on startupmoneromooo-monero1-0/+2
2017-10-07Subaddresseskenshi841-4/+4
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni6-6/+6
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-1/+1
2017-01-25Updates to epee HTTP client codeLee Clagett1-2/+2
2017-01-16Change logging to easylogging++moneromooo-monero3-13/+11
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-2/+2
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-0/+1
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero1-1/+1
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero1-1/+0
2016-04-17tests: fix compile failure on wallet2::transfermoneromooo-monero1-1/+2
2016-04-02wallet: better output selection for transfer/transfer_newmoneromooo-monero1-1/+1
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-2/+0
2015-12-31updated copyright yearRiccardo Spagni6-6/+6
2015-11-17tests: fix build error with CLANGmoneromooo-monero1-1/+1
2015-05-17s/terget/target/moneromooo-monero2-6/+6
2015-02-242014 network limit 1.3 fix log/path/data +utilsrfree2monero1-0/+2
2015-01-02year updated in licenseRiccardo Spagni6-6/+6
2014-10-24cmake: fix up link linesBen Boeckel1-1/+2
2014-10-24cmake: support 2.8.7Ben Boeckel1-1/+1
2014-10-23cmake: put each test executable in its own directoryBen Boeckel1-0/+52
2014-09-15Separate testnet address prefixZachary Michaels1-3/+3
2014-09-15Reorganize testnet constantsZachary Michaels1-3/+9
2014-07-23License updated to BSD 3-clausefluffypony5-19/+145
2014-06-30final changes to get transaction splitting building. needs testing.Thomas Winget1-1/+3
2014-05-03initial [broken] updatemydesktop1-2/+2
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-26/+27
2014-03-20some fixesAntonio Juarez1-7/+8
2014-03-03moved all stuff to githubAntonio Juarez5-0/+528