aboutsummaryrefslogtreecommitdiff
path: root/test/functional
AgeCommit message (Expand)Author
2021-06-21Merge bitcoin/bitcoin#22089: test: MiniWallet: fix fee calculation for P2PK a...MarcoFalke
2021-06-21Merge bitcoin/bitcoin#21056: rpc: Add a `-rpcwaittimeout` parameter to limit ...W. J. van der Laan
2021-06-21style: remove () from assert in rpc_setban.pyVasil Dimov
2021-06-21test: ensure banlist can be read from disk after restartVasil Dimov
2021-06-21test: doc: improve doc for `from_hex` helper (mention `to_hex` alternative)Sebastian Falbesoner
2021-06-21scripted-diff: test: rename `FromHex` to `from_hex`Sebastian Falbesoner
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2021-06-21Merge bitcoin/bitcoin#22147: p2p: Protect last outbound HB compact block peerW. J. van der Laan
2021-06-19Merge bitcoin/bitcoin#22210: test: Use MiniWallet in test_no_inherited_signal...MarcoFalke
2021-06-18Taproot descriptor inferencePieter Wuille
2021-06-18Merge bitcoin/bitcoin#14604: tests: Add test and refactor feature_block.pyMarcoFalke
2021-06-18Merge bitcoin/bitcoin#22249: test: kill process group to avoid dangling proce...MarcoFalke
2021-06-18Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...Samuel Dobson
2021-06-17Merge bitcoin/bitcoin#22120: test: p2p_invalid_block: Check that a block reje...MarcoFalke
2021-06-16Added new test for future blocks reacceptancesanket1729
2021-06-16Fixed inconsistencies between code and commentssanket1729
2021-06-15test: check rejected future block later acceptedLuke Dashjr
2021-06-15test: kill process group to avoid dangling processesS3RK
2021-06-13Merge bitcoin/bitcoin#22130: test: refactor: dedup utility function chain_tra...MarcoFalke
2021-06-13Merge bitcoin/bitcoin#22102: Remove `Warning:` from warning message printed f...MarcoFalke
2021-06-12tests: check spending of P2TRPieter Wuille
2021-06-12Merge bitcoin/bitcoin#22156: Allow tr() import only when Taproot is activeW. J. van der Laan
2021-06-11test: ensure I2P addresses are relayedVasil Dimov
2021-06-11test: make CAddress in functional tests comparableVasil Dimov
2021-06-11test: implement ser/unser of I2P addresses in functional testsVasil Dimov
2021-06-11test: use NODE_* constants instead of magic numbersVasil Dimov
2021-06-11Merge bitcoin/bitcoin#22118: test: check anchors.dat when node starts for the...MarcoFalke
2021-06-10Allow tr() import only when Taproot is activeAndrew Chow
2021-06-10tests: Add test for compact block HB selectionPieter Wuille
2021-06-10test: Run pep-8 on touched testMarcoFalke
2021-06-10test: Use MiniWallet in test_no_inherited_signaling RBF testMarcoFalke
2021-06-10test: Remove unused generate() from testMarcoFalke
2021-06-10test: Add txin.sequence option to MiniWalletMarcoFalke
2021-06-10Merge bitcoin/bitcoin#22084: package testmempoolaccept followupsfanquake
2021-06-08test: MiniWallet: fix fee calculation for P2PK and check tx vsizeSebastian Falbesoner
2021-06-08test: MiniWallet: force P2PK signature to have fixed size (71 bytes)Sebastian Falbesoner
2021-06-08Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling in...MarcoFalke
2021-06-08Add sync_blocks in wallet_orphanedreward.py.Daniel Kraft
2021-06-08test: doc: improve doc for chain_transaction() helperSebastian Falbesoner
2021-06-08test: refactor: dedup utility function chain_transaction()Sebastian Falbesoner
2021-06-07Remove `Warning:`Prayank
2021-06-07Merge bitcoin/bitcoin#22149: test: Add temporary logging to debug #20975W. J. van der Laan
2021-06-07Merge bitcoin/bitcoin#22092: test: convert documentation into type annotationsfanquake
2021-06-05Merge bitcoin/bitcoin#22150: test: Remove unused node from feature_nulldummyMarcoFalke
2021-06-04test: Fix p2p_leak.py intermittent failure by lowering timeoutMartin Zumsande
2021-06-04test: Remove unused node from feature_nulldummyMarcoFalke
2021-06-04test: Add temporary logging to debug #20975MarcoFalke
2021-06-04Merge bitcoin/bitcoin#18795: Test: wallet issue with orphaned rewardsMarcoFalke
2021-06-03Merge bitcoin/bitcoin#22051: Basic Taproot derivation support for descriptorsW. J. van der Laan