index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
feature_bip68_sequence.py
Age
Commit message (
Expand
)
Author
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2021-06-21
test: introduce `tx_from_hex` helper for tx deserialization
Sebastian Falbesoner
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-16
Merge #19401: QA: Use GBT to get block versions correct
MarcoFalke
2020-09-12
QA: Use GBT to get block versions correct
Luke Dashjr
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-06-19
net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-04-22
test: Check submitblock return values
MarcoFalke
2019-10-24
Merge #17004: validation: Remove REJECT code from CValidationState
Wladimir J. van der Laan
2019-10-14
test: fix "tx-size-small" errors after default address change
Sebastian Falbesoner
2019-10-10
[logging] Don't log REJECT code when transaction is rejected
John Newbery
2019-09-26
Change default address type to bech32
Gregory Sanders
2019-08-14
[Consensus] Bury CSV deployment height
John Newbery
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-05-08
test: Remove True argument to CBlock::serialize
MarcoFalke
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-11
Enable W191 and W291 flake8 checks.
John Bampton
2018-05-05
qa: Pad scriptPubKeys to get minimum sized txs
MarcoFalke
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-16
test: Fix bip68 sequence test to reflect updated rpc error message
Ben Woosley
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns