Commit Graph

56 Commits (803ef70fd9f65ef800567ff9456fac525bc3e3c2)

Author SHA1 Message Date
MarcoFalke b620b2d58a
Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`
3 years ago
Sebastian Falbesoner ca6c154ef1 test: refactor: remove `hex_str_to_bytes` helper
3 years ago
Sebastian Falbesoner 905d672b74 test: use script_util helpers for creating P2W{PKH,SH} scripts
3 years ago
Sebastian Falbesoner 285a65ccfd test: use script_util helpers for creating P2SH scripts
3 years ago
Sebastian Falbesoner a084ebe133 test: introduce `get_weight()` helper for CTransaction
3 years ago
Sebastian Falbesoner b57b633b94 test: use script_util helpers for creating P2PKH scripts
3 years ago
Sebastian Falbesoner a79396fe5f test: remove `ToHex` helper, use .serialize().hex() instead
3 years ago
Sebastian Falbesoner 2ce7b47958 test: introduce `tx_from_hex` helper for tx deserialization
3 years ago
Michael Dietz 085b3a7299
rpc: deprecate `addresses` and `reqSigs` from rpc outputs
4 years ago
Prayank 4b16c61461 scripted-diff: test: Replace uses of (dis)?connect_nodes global
4 years ago
MarcoFalke cb21d864c5
Merge #19401: QA: Use GBT to get block versions correct
4 years ago
Luke Dashjr d438d609cd QA: Use GBT to get block versions correct
4 years ago
Sebastian Falbesoner dac7a111bd refactor: test: use _ variable for unused loop counters
4 years ago
Christopher Coverdale 20b6e95944
test: refactor functional tests to use restart_node
4 years ago
MarcoFalke 297466b49f
Merge #18826: Expose txinwitness for coinbase in JSON form from RPC
5 years ago
MarcoFalke aa8d76806c
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
5 years ago
Rod Vagg 34645c4dd0
Test txinwitness is accessible on coinbase vin
5 years ago
MarcoFalke b6a5dc90bf
Merge #18384: [test] more specific feature_segwit test error messages and fixing incorrect comments
5 years ago
Gloria Zhao 3c21db7b78 [test] add 8 error messages to feature_segwit and change version to type
5 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
MarcoFalke 4444edc2e6
ci: Enable all functional tests in valgrind
5 years ago
Luke Dashjr 412d5fe879 QA: feature_segwit: Check that template "rules" includes "!segwit" as appropriate
5 years ago
fanquake b6f9e3576a
test: re-enable CLI test support by using EncodeDecimal in json.dumps()
5 years ago
practicalswift 993e38a4e2 tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
5 years ago
John Newbery 0053e16714 [logging] Don't log REJECT code when transaction is rejected
5 years ago
Jon Atack 6659810e2f
test: use named args for sendrawtransaction calls
5 years ago
Wladimir J. van der Laan 0ee0474234
Merge #16521: rpc: Use the default maxfeerate value as BTC/kB
5 years ago
Daniel Edgecumbe 9c9cc2bd20
qa: Add RPC tests for weight in mempool entry
5 years ago
Joonmo Yang 261843e4be wallet/rpc: Use the default maxfeerate value as BTC/kB
5 years ago
John Newbery 0328dcdcfc [Consensus] Bury segwit deployment
5 years ago
MarcoFalke fa89badf88
test: Require standard txs in regtest
5 years ago
MarcoFalke fafe5f0d09
test: Remove unused imports
6 years ago
MarcoFalke fa16a09215
scripted-diff: use self.sync_* methods
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
Amiti Uttarwar 8e4b4f683a Address test todos by removing -txindex to nodes.
6 years ago
Amiti Uttarwar 04da9f4834 [RPC] Update getrawtransaction interface
6 years ago
John Newbery 0025c9eae4 [mining] segwit option must be set in GBT
6 years ago
John Newbery 07e3f585ab [test] Remove deprecated addwitnessaddress from feature_segwit.py
6 years ago
John Newbery 67d7d67cf3 [test] Fix flake8 warnings in tests
6 years ago
MarcoFalke fac9539836
qa: Run all tests even if wallet is not compiled
6 years ago
practicalswift 68400d8b96 tests: Use explicit imports
6 years ago
Wladimir J. van der Laan 78dae8cacc
Merge #13780: 0.17: Pre-branch maintenance
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
MarcoFalke faa24441ec
policy: Remove promiscuousmempoolflags
6 years ago
MarcoFalke fa7a6cf1b3
policy: Treat segwit as always active
7 years ago
MarcoFalke 364bae5f7a qa: Pad scriptPubKeys to get minimum sized txs
7 years ago
Wladimir J. van der Laan 487dcbe80c
Merge #13002: Do not treat bare multisig outputs as IsMine unless watched
7 years ago