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
Age
Commit message (
Expand
)
Author
2018-09-24
Merge #13424: Consistently validate txid / blockhash length and encoding in r...
MarcoFalke
2018-09-19
init: Remove deprecated args from hidden args
MarcoFalke
2018-09-18
Merge #13152: [rpc] Add getnodeaddresses RPC command
MarcoFalke
2018-09-17
[rpc] Add getnodeaddresses RPC command
chris-belcher
2018-09-17
[qa] Test for duplicate inputs within a transaction
Suhas Daftuar
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-16
tests: Reorder tests and move most of extended tests up to normal tests
Chun Kuan Lee
2018-09-14
Merge #12493: [wallet] Reopen CDBEnv after encryption instead of shutting down
Wladimir J. van der Laan
2018-09-13
Merge #14215: [qa] Use correct python index slices in example test
MarcoFalke
2018-09-13
Merge #14179: qa: Fixups to "Run all tests even if wallet is not compiled"
MarcoFalke
2018-09-13
[qa] Use correct python index slices in example test
Suhas Daftuar
2018-09-13
Merge #13983: rpc: Return more specific reject reason for submitblock
MarcoFalke
2018-09-13
qa: Remove unneded import_deterministic_coinbase_privkeys overwrite, add comm...
MarcoFalke
2018-09-13
qa: Fix codespell error and have lint-spelling error instead of warn
MarcoFalke
2018-09-13
Merge #14199: [psbt]Remove redundant BIP174 test from rpc_psbt.json
Wladimir J. van der Laan
2018-09-13
Merge #14180: qa: Run all tests even if wallet is not compiled
Wladimir J. van der Laan
2018-09-12
logging: Replace LogPrint macros with regular functions
MarcoFalke
2018-09-11
Remove redundant BIP174 test from rpc_psbt.json
araspitzu
2018-09-11
Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...
Wladimir J. van der Laan
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-10
qa: Premine to deterministic address with -disablewallet
MarcoFalke
2018-09-10
qa: Fix silent merge conflict in wallet_importmulti
MarcoFalke
2018-09-10
Merge #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys
Wladimir J. van der Laan
2018-09-08
Merge #14119: qa: Read reject reasons from debug log, not p2p messages
Wladimir J. van der Laan
2018-09-06
Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...
MarcoFalke
2018-09-06
Merge #14105: util: Report parse errors in configuration file
Wladimir J. van der Laan
2018-09-06
test: Add test for config file parsing errors
MarcoFalke
2018-09-05
Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...
MarcoFalke
2018-09-05
Merge #14115: lint: Make all linters work under the default macOS dev environ...
MarcoFalke
2018-09-04
lint: Add spell check linter (codespell)
practicalswift
2018-09-04
Fix typos reported by codespell
practicalswift
2018-09-04
Merge #14128: lint: Make sure we read the command line inputs using utf-8 dec...
Wladimir J. van der Laan
2018-09-02
lint: Make sure we read the command line inputs using utf-8 decoding in python
Chun Kuan Lee
2018-09-01
Test rpc_help.py failed: Check whether ZMQ is enabled or not.
Kvaciral
2018-08-31
qa: Read reject reasons from debug log, not p2p messages
MarcoFalke
2018-08-31
Merge #14088: tests: Don't assert(...) with side effects
Wladimir J. van der Laan
2018-08-31
macOS fix: Check for correct version of flake8 to avoid spurious warnings. Th...
practicalswift
2018-08-31
macOS fix: Add excludes for checks added in the newer shellcheck version inst...
practicalswift
2018-08-31
macOS fix: Work around empty (sub)expression error when using BSD grep
practicalswift
2018-08-31
macOS fix: Avoid mapfile due to ancient version of bash shipped with macOS
practicalswift
2018-08-29
qa: Use named args in some tests
MarcoFalke
2018-08-29
scripted-diff: Use named arguments in feature_block
MarcoFalke
2018-08-29
scripted-diff: Pass node into p2p_segwit acceptance tests
MarcoFalke
2018-08-29
Merge #14020: Add tests for RPC help
MarcoFalke
2018-08-29
Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependency
Wladimir J. van der Laan
2018-08-29
Merge #13862: utils: drop boost::interprocess::file_lock
Wladimir J. van der Laan
2018-08-28
Merge #14055: fix walletcreatefundedpsbt deriv paths, add test
Wladimir J. van der Laan
2018-08-28
Merge #14052: qa: Add some actual witness in rpc_rawtransaction
MarcoFalke
2018-08-28
Removes the Boost case_conv.hpp dependency.
251
2018-08-28
Add regression test: Don't assert(...) with side effects
practicalswift
[next]