aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-09-05bench: Remove redundant logging benchmarksMarcoFalke
2024-09-04Merge bitcoin/bitcoin#30244: ci: parse TEST_RUNNER_EXTRA into an arrayAva Chow
2024-09-04Merge bitcoin/bitcoin#30723: lint: Speed up and fix flake8 checksAva Chow
2024-09-04Merge bitcoin/bitcoin#30148: cli: restrict multiple exclusive argument usage ...Ava Chow
2024-09-04Merge bitcoin/bitcoin#29566: test: update satoshi_round functionAva Chow
2024-09-04Merge bitcoin/bitcoin#28417: contrib/signet/miner updatesAva Chow
2024-09-04Merge bitcoin/bitcoin#29605: net: Favor peers from addrman over fetching seed...Ava Chow
2024-09-03Merge bitcoin/bitcoin#29553: assumeutxo: Add dumptxoutset height param, remov...Ava Chow
2024-09-02Merge bitcoin/bitcoin#30761: test: Avoid intermittent timeout in p2p_headers_...merge-script
2024-09-02Merge bitcoin/bitcoin#30750: scripted-diff: LogPrint -> LogDebugmerge-script
2024-09-02Merge bitcoin/bitcoin#30664: build: Remove Autotools-based build systemmerge-script
2024-09-01test: Test for dumptxoutset at specific heightFabian Jahr
2024-09-01RPC: Add type parameter to dumptxoutsetFabian Jahr
2024-08-30build: Remove Autotools-based build systemHennadii Stepanov
2024-08-30Remove unused src_dir param from run_testsLőrinc
2024-08-30test: Avoid intermittent timeout in p2p_headers_sync_with_minchainwork.pyMarcoFalke
2024-08-29Merge bitcoin/bitcoin#30714: test: fix `TestShell` initialization (late follo...glozow
2024-08-29Merge bitcoin/bitcoin#30701: Use MiniWallet in functional test rpc_signrawtra...glozow
2024-08-29refactor: Remove unused LogPrintMarcoFalke
2024-08-29scripted-diff: LogPrint -> LogDebugMarcoFalke
2024-08-29lint: Speed up flake8 checksMarcoFalke
2024-08-29lint: Document missing py_lint dependencyMarcoFalke
2024-08-29lint: Remove python whitespace and shadowing lint rulesMarcoFalke
2024-08-29lint: Remove python lint rules that are SyntaxErrorMarcoFalke
2024-08-29test: [refactor] Fix F841 flake8MarcoFalke
2024-08-29test: [refactor] Fix E714 pycodestyleMarcoFalke
2024-08-28Update spelling.ignore-wordsLőrinc
2024-08-28Merge bitcoin/bitcoin#22838: descriptors: Be able to specify change and recei...glozow
2024-08-28Merge bitcoin/bitcoin#30454: build: Introduce CMake-based build systemmerge-script
2024-08-27Remove second node since only 1 is needed for the testMartin Saposnic
2024-08-27Replace custom funding tx creation with MiniWallet.Martin Saposnic
2024-08-27Merge bitcoin/bitcoin#30569: node: reduce unsafe uint256S usageAva Chow
2024-08-27Merge bitcoin/bitcoin#30705: test: Avoid intermittent block download timeout ...merge-script
2024-08-26init: fix fatal error on '-wallet' negated option valuefurszy
2024-08-26Merge bitcoin/bitcoin#30698: test: Add time-timewarp-attack boundary casesAva Chow
2024-08-26Merge bitcoin/bitcoin#30669: test: XORed blocks test follow upAva Chow
2024-08-25test: fix `TestShell` initialization (late follow-up for #30463)Sebastian Falbesoner
2024-08-25test: check xor.dat recreated when missingtdb3
2024-08-25test: add null block xor keytdb3
2024-08-25refactor: lift NUM_XOR_BYTEStdb3
2024-08-25refactor: move read_xor_key() to TestNodetdb3
2024-08-25refactor: use unlink rather than os.removetdb3
2024-08-24Merge bitcoin/bitcoin#30703: test: Avoid duplicate curl call in get_previous_...merge-script
2024-08-23test: add blocks_key_pathtdb3
2024-08-23test: Avoid intermittent block download timeout in p2p_ibd_stallingMarcoFalke
2024-08-23node: use uint256::FromUserHex for -assumevalid parsingstickies-v
2024-08-23node: use uint256::FromUserHex for -minimumchainwork parsingstickies-v
2024-08-23Merge bitcoin/bitcoin#30665: test: Enable detect_leaks=1 in ASAN_OPTIONS expl...merge-script
2024-08-23test: Avoid duplicate curl call in get_previous_releases.pyMarcoFalke
2024-08-22test: Add time-timewarp-attack boundary casesGreg Sanders