Commit Graph

45 Commits (54b3699862de687f782c7c52500d6a2372478355)

Author SHA1 Message Date
fanquake ffdab41f94
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* changes
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
Sebastian Falbesoner 041abfebe4 test: MiniWallet: add P2TR support and use it per default
3 years ago
lsilva01 7b3c9e4ee8 Make explicit the node param in init_wallet()
3 years ago
Shubhankar 74c0d81b46 test: use miniwallet in test_rpc() function in feature_rbf.py
3 years ago
Sebastian Falbesoner aa26797f69 test: MiniWallet: add `send_to` method to create arbitrary txouts
3 years ago
merge-script ae674a0198
Merge bitcoin/bitcoin#22998: test: use MiniWallet for make_utxo helper in feature_rbf.py
3 years ago
MarcoFalke fa7e3f1fc1
test: Replace MiniWallet scan_blocks with rescan_utxos
3 years ago
Sebastian Falbesoner f680d27155 test: use MiniWallet for make_utxo helper in feature_rbf.py
3 years ago
Sebastian Falbesoner 0f27524602 test: scale amounts in test_doublespend_tree down by factor 10
3 years ago
Sebastian Falbesoner d1e2481274 test: scale amounts in test_doublespend_chain down by factor 10
3 years ago
MarcoFalke fa2e9de59f
test: Check that non-signaling BIP125 tx can be replaced via parent
3 years ago
MarcoFalke fab2e23b57
Use generate* from TestFramework
3 years ago
Sebastian Falbesoner aa02c64540 test: use MiniWallet for simple doublespend test in feature_rbf.py
3 years ago
Sebastian Falbesoner a3f6397c73 test: feature_rbf.py: make MiniWallet instance available for all sub-tests
3 years ago
Sebastian Falbesoner 84c874794c test: remove unneeded initialization code in feature_rbf.py
3 years ago
Antoine Riard c4ddee64c7 test: Add test for replacement relay fee check
3 years ago
Sebastian Falbesoner a79396fe5f test: remove `ToHex` helper, use .serialize().hex() instead
3 years ago
MarcoFalke fa7d71f270
test: Run pep-8 on touched test
3 years ago
MarcoFalke fab7e99c2a
test: Use MiniWallet in test_no_inherited_signaling RBF test
3 years ago
MarcoFalke fab871f649
test: Remove unused generate() from test
3 years ago
MarcoFalke 82bc7faec8
Merge bitcoin/bitcoin#21946: Document and test lack of inherited signaling in RBF policy
3 years ago
Kiminuo bfa9309ad6 Use COINBASE_MATURITY constant in functional tests.
4 years ago
Antoine Riard 906b6d9da6 test: Extend feature_rbf.py with no inherited signaling
4 years ago
Michael Dietz 085b3a7299
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
4 years ago
MarcoFalke fa0074e2d8
scripted-diff: Bump copyright headers
4 years ago
Sebastian Falbesoner dac7a111bd refactor: test: use _ variable for unused loop counters
4 years ago
MarcoFalke faff9e4bb4
test: Remove unused, undocumented and misleading CScript.__add__
5 years ago
practicalswift 993e38a4e2 tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
5 years ago
Sebastian Falbesoner 32d665c265 test: fix "tx-size-small" errors after default address change
5 years ago
Gregory Sanders f50785ab56 Change default address type to bech32
5 years ago
MarcoFalke fa89badf88
test: Require standard txs in regtest
5 years ago
Matt Corallo 8053e5cdad Remove -mempoolreplacement to prevent needless block prop slowness.
6 years ago
Karl-Johan Alm 6c0a6f73e3
wallet/rpc: add maxfeerate parameter to sendrawtransaction
6 years ago
MarcoFalke faa7cdf764
scripted-diff: Update copyright in ./test
6 years ago
MarcoFalke fa0e65b772
scripted-diff: test: Remove brackets after assert
6 years ago
MarcoFalke fa6bf21f5e
scripted-diff: test: Use py3.5 bytes::hex() method
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
Wladimir J. van der Laan 6516b36731
Merge #12676: Show "bip125-replaceable" flag, when retrieving mempool entries
6 years ago
practicalswift 68400d8b96 tests: Use explicit imports
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
dexX7 870bd4c73d
Update functional RBF test to check replaceable flag
7 years ago
MarcoFalke 364bae5f7a qa: Pad scriptPubKeys to get minimum sized txs
7 years ago
Andrew Chow eefff65a4b scripted-diff: change signrawtransaction to signrawtransactionwithwallet in tests
7 years ago
Anthony Towns ca6523d0c8 [tests] Rename feature_* functional tests.
7 years ago