aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-10-28rpc: add non-regression test about deriveaddresses crash when index is 214748...muxator
2022-05-30Swap out hashlib.ripemd160 for own implementationPieter Wuille
2022-05-30Add pure Python RIPEMD-160Pieter Wuille
2022-03-05fs: Make compatible with boost 1.78Andrew Chow
2022-02-15test: Call ceildiv helper with integerMartin Zumsande
2022-02-15tests: Calculate fees more similarly to CFeeRate::GetFeeAndrew Chow
2022-02-15tests: Test for assertion when feerate is rounded downAndrew Chow
2022-02-15fees: Always round up fee calculated from a feerateAndrew Chow
2022-02-15Fix (inverse) meaning of -persistmempoolMarcoFalke
2021-08-20test: fix bug in 22686S3RK
2021-08-20test: Test for ApproximateBestSubset edge case with too little feesAndrew Chow
2021-07-20Merge bitcoin/bitcoin#22492: wallet: Reorder locks in dumpwallet to avoid loc...MarcoFalke
2021-07-20Merge bitcoin/bitcoin#22261: [p2p/mempool] Two small fixes to node broadcast ...fanquake
2021-07-20Merge bitcoin/bitcoin#22096: p2p: AddrFetch - don't disconnect on self-announ...fanquake
2021-07-20Merge bitcoin/bitcoin#21711: guix: Add full installation and usage documentationfanquake
2021-07-19tests: Test for dumpwallet lock order issueAndrew Chow
2021-07-19Merge bitcoin/bitcoin#22387: Rate limit the processing of rumoured addressesW. J. van der Laan
2021-07-16Test that descriptor wallet upgrade does nothingAndrew Chow
2021-07-15Improve tests using statisticsJohn Newbery
2021-07-15Functional tests for addr rate limitingPieter Wuille
2021-07-15Randomize the order of addr processingPieter Wuille
2021-07-15Rate limit the processing of incoming addr messagesPieter Wuille
2021-07-15Merge bitcoin/bitcoin#22211: net: relay I2P addresses even if not reachable (...W. J. van der Laan
2021-07-15Merge bitcoin/bitcoin#22447: test: whitelist rpc_rawtransaction peers to spee...fanquake
2021-07-14test: move rpc_rawtransaction tests to < 30s groupJon Atack
2021-07-14test: whitelist rpc_rawtransaction peers to speed up testsJon Atack
2021-07-14test: Fix wallet_listdescriptors.py if bdb is not compiledHennadii Stepanov
2021-07-14Merge bitcoin/bitcoin#20354: test: Add feature_taproot.py --previous_releaseMarcoFalke
2021-07-13Merge bitcoin/bitcoin#22112: Force port 0 in I2PW. J. van der Laan
2021-07-12Merge bitcoin/bitcoin#20234: net: don't bind on 0.0.0.0 if binds are restrict...W. J. van der Laan
2021-07-12test: Add functional test for AddrFetch connectionsMartin Zumsande
2021-07-12net, rpc: Enable AddrFetch connections for functional testingMartin Zumsande
2021-07-09[test] Allow rebroadcast for same-txid-different-wtxid transactionsglozow
2021-07-09[test] Test transactions are not re-added to unbroadcast setDuncan Dean
2021-07-09Merge bitcoin/bitcoin#22253: validation: distinguish between same tx and same...W. J. van der Laan
2021-07-09test: ensure I2P ports are handled as expectedVasil Dimov
2021-07-09Merge bitcoin/bitcoin#22363: test: refactor: use `script_util` helpers for cr...MarcoFalke
2021-07-09Merge bitcoin/bitcoin#22381: guix: Test security-check sanity before performi...fanquake
2021-07-08Merge bitcoin/bitcoin#22408: test: add tests for `bad-txns-prevout-null` reje...MarcoFalke
2021-07-08tree-wide: Rename gitian-keys to builder-keysCarl Dong
2021-07-08[test] submit same txid different wtxid as mempool txglozow
2021-07-07net: don't bind on 0.0.0.0 if binds are restricted to TorVasil Dimov
2021-07-07lint: Run mypy with --show-error-codesCarl Dong
2021-07-06lint: exclude Guix patches from spell-checkingfanquake
2021-07-05test: add `bad-txns-prevout-null` test to mempool_accept.pySebastian Falbesoner
2021-07-05test: add `bad-txns-prevout-null` test case to invalid_txs.pySebastian Falbesoner
2021-07-05test: use script_util helpers for creating P2W{PKH,SH} scriptsSebastian Falbesoner
2021-07-05test: use script_util helpers for creating P2SH scriptsSebastian Falbesoner
2021-07-01Merge bitcoin/bitcoin#22310: test: Add functional test for replacement relay ...MarcoFalke
2021-07-01Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existingfanquake