aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: display command line options passed to send_cli() in debug logJon Atack2020-04-212-3/+3
* Merge #18721: test: Fix linter issueMarcoFalke2020-04-211-1/+0
|\
| * test: Fix linter issueHennadii Stepanov2020-04-211-1/+0
|/
* Merge #18672: test: add further BIP37 size limit checks to p2p_filter.pyMarcoFalke2020-04-212-5/+15
|\
| * test: add further BIP37 size limit checks to p2p_filter.pySebastian Falbesoner2020-04-202-5/+15
* | Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...MarcoFalke2020-04-205-31/+164
|\ \
| * | tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...practicalswift2020-04-205-31/+164
* | | Merge #18676: build: Check libevent minimum version in configure scriptWladimir J. van der Laan2020-04-202-3/+3
|\ \ \ | |_|/ |/| |
| * | build: Set libevent minimum version to 2.0.21Hennadii Stepanov2020-04-172-3/+3
* | | Merge #18705: ci: Remove xenial tsan workaroundMarcoFalke2020-04-201-6/+2
|\ \ \
| * | | ci: Remove xenial tsan workaroundMarcoFalke2020-04-191-6/+2
* | | | Merge #17579: [refactor] Merge getreceivedby tally into GetReceived functionMarcoFalke2020-04-201-58/+48
|\ \ \ \
| * | | | Merge getreceivedby tally into GetReceived functionAndrew Toth2020-03-271-58/+48
* | | | | Merge #17831: rpc: doc: Fix and extend getblockstats examplesMarcoFalke2020-04-201-2/+4
|\ \ \ \ \
| * | | | | rpc: doc: Fix and extend getblockstats examplesAdam Soltys2020-04-171-2/+4
* | | | | | Merge #18544: net: limit BIP37 filter lifespan (active between 'filterload'.....MarcoFalke2020-04-203-7/+24
|\ \ \ \ \ \
| * | | | | | test: add more inactive filter tests to p2p_filter.pySebastian Falbesoner2020-04-141-4/+22
| * | | | | | net: limit BIP37 filter lifespan (active between 'filterload' and 'filterclear')Sebastian Falbesoner2020-04-092-3/+2
* | | | | | | Merge #18691: test: add wait_for_cookie_credentials() to framework for rpcwai...MarcoFalke2020-04-202-17/+29
|\ \ \ \ \ \ \
| * | | | | | | test: fix intermittent race condition in interface_bitcoin_cli.pyJon Atack2020-04-191-16/+12
| * | | | | | | test: add wait_for_cookie_credentials() to test frameworkJon Atack2020-04-191-1/+17
|/ / / / / / /
* | | | | | | Merge #18601: wallet: Refactor WalletRescanReserver to use wallet referenceMarcoFalke2020-04-196-23/+23
|\ \ \ \ \ \ \
| * | | | | | | wallet: Refactor WalletRescanReserver to use wallet referenceJoão Barbosa2020-04-196-23/+23
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge #18610: scripted-diff: test: replace command with msgtype (naming)MarcoFalke2020-04-194-49/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | scripted-diff: test: replace command with msgtypeSebastian Falbesoner2020-04-154-49/+49
* | | | | | | Merge #15761: Replace -upgradewallet startup option with upgradewallet RPCMarcoFalke2020-04-196-64/+82
|\ \ \ \ \ \ \
| * | | | | | | Remove -upgradewallet startup optionAndrew Chow2020-04-134-33/+3
| * | | | | | | Add upgradewallet RPCAndrew Chow2020-04-132-0/+41
| * | | | | | | Make UpgradeWallet a member function of CWalletAndrew Chow2020-04-132-16/+15
| * | | | | | | Have UpgradeWallet take the version to upgrade to and an error message out pa...Andrew Chow2020-04-132-4/+4
| * | | | | | | Only run UpgradeWallet if the wallet needs to be upgradedAndrew Chow2020-04-132-29/+26
| * | | | | | | Move wallet upgrading to its own functionAndrew Chow2020-04-132-36/+47
* | | | | | | | Merge #18675: tests: Don't initialize PrecomputedTransactionData in txvalidat...MarcoFalke2020-04-191-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | [tests] Don't initialize PrecomputedTransactionData in txvalidationcache testsJohn Newbery2020-04-161-5/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge #18633: test: Properly raise FailedToStartError when rpc shutdown befor...MarcoFalke2020-04-191-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | test: Properly raise FailedToStartError when rpc shutdown before warmup finis...MarcoFalke2020-04-181-3/+3
* | | | | | | | | Merge #18695: test: Replace boost::mutex with std::mutexfanquake2020-04-191-3/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test: Replace boost::mutex with std::mutexHennadii Stepanov2020-04-181-3/+5
* | | | | | | | | | Merge #18692: test: Bump timeout in wallet_import_rescanMarcoFalke2020-04-182-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: Bump timeout in wallet_import_rescanMarcoFalke2020-04-172-3/+3
* | | | | | | | | | | Merge #17219: wallet: allow transaction without change if keypool is emptySamuel Dobson2020-04-184-21/+73
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [wallet] allow transaction without change if keypool is emptySjors Provoost2020-02-043-11/+70
| * | | | | | | | | | [wallet] CreateTransaction: simplify change address checkSjors Provoost2020-02-042-10/+3
| * | | | | | | | | | [wallet] translate "Keypool ran out" messageSjors Provoost2020-02-042-3/+3
* | | | | | | | | | | Merge #18682: fuzz: http_request workaround for libevent < 2.1.1MarcoFalke2020-04-171-0/+17
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | fuzz: http_request workaround for libevent < 2.1.1Sebastian Falbesoner2020-04-171-0/+17
* | | | | | | | | | | Merge #18641: test: Create cached blocks not in the futureMarcoFalke2020-04-171-3/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | test: Create cached blocks not in the futureMarcoFalke2020-04-141-3/+7
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge #18683: ci: Disable valgrind functionl tests on forked repos to avoid t...MarcoFalke2020-04-172-2/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ci: Disable valgrind functionl tests on forked repos to avoid timeoutsMarcoFalke2020-04-172-2/+8