Commit Graph

33 Commits (dddca3899c4738e512313a85aeb006310e34e31f)

Author SHA1 Message Date
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