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_nulldummy.py
Age
Commit message (
Expand
)
Author
2020-04-22
test: Check submitblock return values
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-26
test: Reduce unneeded whitelist permissions in tests
MarcoFalke
2019-10-10
[logging] Don't log REJECT code when transaction is rejected
John Newbery
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-05-08
test: Remove True argument to CBlock::serialize
MarcoFalke
2019-03-14
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
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-23
[tests] Remove deprecated addwitnessaddress call from feature_nulldummy
John Newbery
2018-09-23
[test] Fix flake8 warnings in tests
John Newbery
2018-09-10
qa: Run all tests even if wallet is not compiled
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
[Tests] Cleanup extra instances of create_transaction
Conor Scott
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-05-29
policy: Treat segwit as always active
MarcoFalke
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns