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_cltv.py
Age
Commit message (
Expand
)
Author
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-26
Set regtest.BIP65Height = 111 to speed up tests
MarcoFalke
2021-08-18
test: use f-strings in feature_cltv.py
fanquake
2021-07-27
test: use constants for CSV/CLTV activation heights in rpc_signrawtransaction
Sebastian Falbesoner
2021-05-31
test: feature_cltv.py: don't return tx copies in modification functions
Sebastian Falbesoner
2021-05-31
test: drop unused node parameters in feature_cltv.py
Sebastian Falbesoner
2021-05-31
test: fix typo in feature_cltv.py (s/ctlv/cltv/)
Sebastian Falbesoner
2021-05-24
test: MiniWallet: introduce enum type for output mode
Sebastian Falbesoner
2021-04-29
test: Run feature_cltv with MiniWallet
MarcoFalke
2021-04-29
test: Hide tx rehash in helper
MarcoFalke
2021-04-29
test: Remove new_tx reference
MarcoFalke
2021-03-31
test: check that _all_ invalid-CLTV txs are rejected after BIP65 activation
Sebastian Falbesoner
2021-03-31
test: check that _all_ invalid-CLTV txs are allowed in a block pre-BIP65
Sebastian Falbesoner
2021-03-31
test: prepare cltv_invalidate to test all failure reasons in feature_cltv.py
Sebastian Falbesoner
2021-03-31
test: add tx modfication helper function in feature_cltv.py
Sebastian Falbesoner
2021-01-12
rpc: Return wtxid from testmempoolaccept
MarcoFalke
2020-09-10
[refactor] clarify tests by referencing p2p objects directly
gzhao408
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-10
ci: Enable all functional tests in valgrind
MarcoFalke
2020-02-26
test: Reduce unneeded whitelist permissions in tests
MarcoFalke
2019-11-07
scripted-diff: [validation] Rename CheckInputs to CheckInputScripts
John Newbery
2019-10-10
[logging] Don't log REJECT code when transaction is rejected
John Newbery
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-08-13
[rpc] Tidy up reporting of buried and ongoing softforks
John Newbery
2019-07-16
Merge #15891: test: Require standard txs in regtest by default
MarcoFalke
2019-07-02
test: Add tests for getblockchaininfo.softforks
MarcoFalke
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-03-14
wallet/rpc: add maxfeerate parameter to testmempoolaccept
Karl-Johan Alm
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2019-02-28
test: Bump timeout on tests that timeout on windows
MarcoFalke
2018-11-07
tests: Remove unused testing code
practicalswift
2018-09-13
Merge #14180: qa: Run all tests even if wallet is not compiled
Wladimir J. van der Laan
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-31
qa: Read reject reasons from debug log, not p2p messages
MarcoFalke
2018-08-13
Merge #13054: tests: Enable automatic detection of undefined names in Python ...
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-09
qa: blocktools enforce named args for amount
MarcoFalke
2018-08-09
Merge #13669: Tests: Cleanup create_transaction implementations
MarcoFalke
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-09
[Tests] Cleanup extra instances of create_transaction
Conor Scott
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-07
Merge #13527: policy: Remove promiscuousmempoolflags
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-06-23
policy: Remove promiscuousmempoolflags
MarcoFalke
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns