Commit Graph

39 Commits (e4478d312f908623c02728d6e0a36beddcd85d5a)

Author SHA1 Message Date
Sebastian Falbesoner df5d783aef test: refactor: take use of `create_block` txlist parameter
3 years ago
fanquake ffdab41f94
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* changes
3 years ago
Sebastian Falbesoner a9872e1478 test: remove unnecessary block rehashing prior to solving
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
MarcoFalke facc352648
test: Implicitly sync after generate*, unless opted out
3 years ago
MarcoFalke fa2ac5881e
test: Replace satoshi_round with int() or Decimal()
3 years ago
MarcoFalke fa4db8671b
test: Activate all regtest softforks at height 1, unless overridden
3 years ago
MarcoFalke fad4f44645
test: Set peertimeout in write_config
3 years ago
MarcoFalke fa0b916971
scripted-diff: Use generate* from TestFramework
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
MarcoFalke fa0074e2d8
scripted-diff: Bump copyright headers
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
MarcoFalke fa3365430c
net: Use mockable time for ping/pong, add tests
4 years ago
MarcoFalke fa262712ca
test: Check submitblock return values
5 years ago
Wladimir J. van der Laan b688b859db
Merge #17004: validation: Remove REJECT code from CValidationState
5 years ago
Sebastian Falbesoner 32d665c265 test: fix "tx-size-small" errors after default address change
5 years ago
John Newbery 0053e16714 [logging] Don't log REJECT code when transaction is rejected
5 years ago
Gregory Sanders f50785ab56 Change default address type to bech32
5 years ago
John Newbery 1c93b9b31c [Consensus] Bury CSV deployment height
5 years ago
MarcoFalke fa89badf88
test: Require standard txs in regtest
5 years ago
MarcoFalke fa52eb55c9
test: Remove True argument to CBlock::serialize
6 years ago
MarcoFalke fafe5f0d09
test: Remove unused imports
6 years ago
MarcoFalke fa16a09215
scripted-diff: use self.sync_* methods
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
practicalswift 68400d8b96 tests: Use explicit imports
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
Wladimir J. van der Laan 6af005c3eb
Merge #11423: [Policy] Several transaction standardness rules
7 years ago
John Bampton 0d31ef4762 Enable W191 and W291 flake8 checks.
7 years ago
MarcoFalke 364bae5f7a qa: Pad scriptPubKeys to get minimum sized txs
7 years ago
practicalswift f020aca297 Minor Python cleanups to make flake8 pass with the new rules enabled
7 years ago
Andrew Chow eefff65a4b scripted-diff: change signrawtransaction to signrawtransactionwithwallet in tests
7 years ago
Ben Woosley e710387ca9
test: Fix bip68 sequence test to reflect updated rpc error message
7 years ago
Anthony Towns ca6523d0c8 [tests] Rename feature_* functional tests.
7 years ago