13527 Commits (9eaf7189d80552130aa2c9981706180d29638bb9)
 

Author SHA1 Message Date
practicalswift bd02422332 Remove accidental trailing semicolons in Python code 7 years ago
MarcoFalke 0b9fb68289
Merge #10105: [tests] fixup - make all Travis test runs quiet, non just cron job runs 7 years ago
John Newbery 91f1f19674 Make all Travis test runs quiet, non just cron job runs 7 years ago
MarcoFalke 5b029aaedb
Merge #10076: [qa] combine_logs: Use ordered list for logfiles 7 years ago
MarcoFalke 79af9fbd8c
Merge #10096: Check that all test scripts in test/functional are being run 7 years ago
MarcoFalke c412fd805d
Merge #9780: Suppress noisy output from qa tests in Travis 7 years ago
Jonas Schnelli 4115af7ac7
Fix rebase issue where pwalletMain was used instead of pwallet 7 years ago
John Newbery 8c7288c06b Print out the final 1000 lines of test_framework.log if test fails 7 years ago
Russell Yanofsky e9a64615c8 Make qt wallet test compatible with qt4 7 years ago
John Newbery 6d780b1b0c Update travis config to run rpc-tests.py in quiet mode 7 years ago
John Newbery 55992f1302 Add --quiet option to suppress rpc-tests.py output 7 years ago
John Newbery 29d6634a69 Check that all test scripts in test/functional are being run 7 years ago
Wladimir J. van der Laan 8d8f28dd52 refactor: Move RPCNotifyBlockChange out of `rpc/server.h` 7 years ago
Wladimir J. van der Laan e6dcfeec05 refactor: Move GetDifficulty out of `rpc/server.h` 7 years ago
MarcoFalke fa4535df57 [qa] combine_logs: Use ordered list for logfiles 7 years ago
Wladimir J. van der Laan 5114f81136
Merge #10057: [init] Deduplicated sigaction() boilerplate 7 years ago
Wladimir J. van der Laan e6156a0aa3
Merge #10056: [zmq] Call va_end() on va_start()ed args. 7 years ago
Jonas Schnelli 0ddea4430d
Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before adding 7 years ago
Jonas Schnelli 9382f0425e
Do not break backward compatibility during wallet encryption 7 years ago
Wladimir J. van der Laan b1a4f27576
Merge #10073: Actually run assumevalid.py 7 years ago
Wladimir J. van der Laan db1ae5470b
Merge #10085: Docs: remove 'noconnect' option 7 years ago
Wladimir J. van der Laan c044f03f99
Merge #10083: [QA] Renaming rawTx into rawtx 7 years ago
Jameson Lopp 0fb288725b Move several relay options into the Relay help group 7 years ago
Jameson Lopp 1403b1a689 move rpcserialversion into RPC option group 7 years ago
Jameson Lopp d5690f1ab8 remove 'noconnect' option from documentation 7 years ago
MarcoFalke fa55853219 rpc: Rename first named arg of createrawtransaction 7 years ago
NicolasDorier dd5be2c7b3 [QA] Renaming rawTx into rawtx 7 years ago
MarcoFalke 111849345b
Merge #10069: [QA] Fix typo in fundrawtransaction test 7 years ago
MarcoFalke fa697b7192 [qa] Add setnetworkactive smoke test 7 years ago
Wladimir J. van der Laan 90dd9e6c4c
Merge #9946: Fix build errors if spaces in path or parent directory 7 years ago
Wladimir J. van der Laan 5d7eb39aec
Merge #10067: [trivial] Dead code removal 7 years ago
Wladimir J. van der Laan 530fcbd49b
Merge #10063: add missing spaces so that markdown recognizes headline 7 years ago
Andrew Chow 4df76e270c Ensure an item exists on the rpcconsole stack before adding 7 years ago
Matthew Zipkin b1f584dbc1 fix build if spaces in src dir path 7 years ago
John Newbery 717ad131f6 Actually run assumevalid.py. 7 years ago
Thomas Snider 81a3857c4e Deduplicated sigaction() boilerplate 7 years ago
MarcoFalke a0b1e57b20
Merge #10052: [test] Run extended tests once daily in Travis 7 years ago
MarcoFalke ca209230c8
Merge #10053: [test] Allow functional test cases to be skipped 7 years ago
Nicolas Dorier 803e6a3503 [QA] Fix typo in fundrawtransaction test 7 years ago
Jonas Schnelli 1df08d1580
Add assertion for CanSupportFeature(FEATURE_HD_SPLIT) 7 years ago
Jonas Schnelli cd468d07d5
Define CWallet::DeriveNewChildKey() as private 7 years ago
Jonas Schnelli ed79e4f497
Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keys 7 years ago
Jonas Schnelli 771a304ffe
Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very first point 7 years ago
Jonas Schnelli 1b3b5c6f8f
Slightly modify fundrawtransaction.py test (change getnewaddress() into getrawchangeaddress()) 7 years ago
Jonas Schnelli 003e197498
Remove FEATURE_HD_SPLIT bump TODO 7 years ago
Jonas Schnelli d9638e5aa4
Overhaul the internal/external key derive switch 7 years ago
Jonas Schnelli 1090502c3e
Fix superfluous cast and code style nits in RPC wallet-hd.py test 7 years ago
Jonas Schnelli 58e148333e
CKeyPool avoid "catch (...)" in SerializationOp 7 years ago
Jonas Schnelli e138876f0a
Only show keypoolsize_hd_internal if HD split is enabled 7 years ago
Jonas Schnelli add38d9b83
GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-internal-key, oldest-external-key) 7 years ago