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
2022-01-28
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
MarcoFalke
2022-01-15
rpc: move softfork info from getblockchaininfo to getdeploymentinfo
Anthony Towns
2022-01-11
test: MiniWallet: support default `from_node` for creating txs
Sebastian Falbesoner
2022-01-11
test: refactor: add constant for sequence number `SEQUENCE_FINAL`
Sebastian Falbesoner
2021-11-17
test: refactor: take use of `create_block` txlist parameter
Sebastian Falbesoner
2021-11-17
test: refactor: take use of `create_block` version parameter (or use default)
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-16
test: Activate all regtest softforks at height 1, unless overridden
MarcoFalke
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
[next]