14849 Commits (ce665863b137ac4a7470cf006a92aa7694faca71)
 

Author SHA1 Message Date
MarcoFalke 3f726c99f8
Merge #11112: [developer-notes] By default, declare single-argument constructors "explicit" 7 years ago
MarcoFalke 77fc469fc7
Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstate 7 years ago
MarcoFalke 4ae6d0fbef
Merge #10798: [tests] [utils] test bitcoin-cli 7 years ago
Russell Yanofsky de9a1db2ed Acquire cs_main lock before cs_wallet during wallet initialization 7 years ago
Wladimir J. van der Laan affe9271aa
Merge #10997: RPC: Add option -stdinrpcpass to bitcoin-cli to allow RPC password to be read from standard input 7 years ago
Wladimir J. van der Laan 00ada17230
Merge #11119: [doc] build-windows: Mention that only trusty works 7 years ago
MarcoFalke 8858b6ddd3
Merge #11068: qa: Move wait_until to util 7 years ago
Wladimir J. van der Laan 41496e20f3
Merge #11077: [tests] fix timeout issues from TestNode 7 years ago
Joe Harvell 79191f51b5 Add option -stdinrpcpass to allow RPC password to be read from standard input 7 years ago
John Newbery 2b4ea520b7 [tests] fix timeout issues from TestNode 7 years ago
MarcoFalke fa14b67970 [doc] build-windows: Mention that only trusty works 7 years ago
Wladimir J. van der Laan 31b2612bbf
Merge #10679: Document the non-DER-conformance of one test in tx_valid.json. 7 years ago
Andreas Schildbach ecb11f561c Document the non-strict-DER-conformance of one test in tx_valid.json. 7 years ago
Wladimir J. van der Laan 2c9f5ecf3f
Merge #10923: travis: Build with --enable-werror under OS X 7 years ago
practicalswift f1708ef89a Add recommendation: By default, declare single-argument constructors `explicit` 7 years ago
Matt Corallo cd0ea48742 Changing -txindex requires -reindex, not -reindex-chainstate 7 years ago
Wladimir J. van der Laan 3e55f13bfc
Merge #11024: tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt 7 years ago
Wladimir J. van der Laan fc5c237d4a
Merge #11007: wallet: Fix potential memory leak when loading a corrupted wallet file 7 years ago
Wladimir J. van der Laan 2ab7c6300f
Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not return 7 years ago
Wladimir J. van der Laan 4b65fa5921
Merge #11058: Comments: More comments on functions/globals in standard.h. 7 years ago
Wladimir J. van der Laan 7ed57d3d7c
Merge #11050: Avoid treating null RPC arguments different from missing arguments 7 years ago
Wladimir J. van der Laan ea3ac5990d
Merge #11026: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default 7 years ago
Wladimir J. van der Laan 271e40a989
Merge #11094: Docs: Hash in ZMQ hash is raw bytes, not hex 7 years ago
Wladimir J. van der Laan c559884cac
Merge #10809: optim: mark a few classes final 7 years ago
Wladimir J. van der Laan 7ee6c434ce
Merge #11097: gitian: quick hack to fix version string in releases 7 years ago
Wladimir J. van der Laan 820ddd48a7
Merge #11027: [RPC] Only return hex field once in getrawtransaction 7 years ago
Wladimir J. van der Laan a8532299d8
Merge #11091: test: Increase initial RPC timeout to 60 seconds 7 years ago
Wladimir J. van der Laan c1470a058f test: Increase initial RPC timeout to 60 seconds 7 years ago
Cory Fields 4452829b10 gitian: quick hack to fix version string in releases 7 years ago
practicalswift a65e02803c Build with --enable-werror under OS X 7 years ago
Karel Bílek 06a3aecf06 Docs: Hash in ZMQ hash is raw bytes, not hex 7 years ago
Jim Posen 360b464a08 Comments: More comments on functions/globals in standard.h. 7 years ago
Wladimir J. van der Laan 262167393d
Merge #10952: [wallet] Remove vchDefaultKey and have better first run detection 7 years ago
Wladimir J. van der Laan 0e5b7486cb
Merge #11044: [wallet] Keypool topup cleanups 7 years ago
Wladimir J. van der Laan fc51565cbd
Merge #11039: Avoid second mapWallet lookup 7 years ago
Wladimir J. van der Laan 9e00a625b4
Merge #11066: Document the preference of nullptr over NULL or (void*)0 7 years ago
Wladimir J. van der Laan aeec8b4b68
Merge #11080: doc: Update build-openbsd for 6.1 7 years ago
Wladimir J. van der Laan 9f60b3707d
Merge #11081: Add length check for CExtKey deserialization (jonasschnelli, guidovranken) 7 years ago
Wladimir J. van der Laan c58128f189
Merge #10878: Docs: Fix Markdown formatting issues in init.md 7 years ago
Wladimir J. van der Laan f3558834db
Merge #11083: Fix combinerawtransaction RPC help result section 7 years ago
practicalswift bea8e9e66e Document the preference of nullptr over NULL or (void*)0 7 years ago
Wladimir J. van der Laan dbf6bd6ea0
Merge #11071: Use static_assert(…, …) (C++11) instead of assert(…) where appropriate 7 years ago
Wladimir J. van der Laan 4afb5aa9e1
Merge #10969: Declare single-argument (non-converting) constructors "explicit" 7 years ago
Jonas Nick f9ca0fe44e Fix combinerawtransaction RPC help result section 7 years ago
Jonas Schnelli 07685d1bc1
Add length check for CExtKey deserialization 7 years ago
Andrew Chow 6bbdafcdc4 Pass serialization flags and whether to include hex to TxToUniv 7 years ago
Wladimir J. van der Laan 5be6e9b4f9 doc: Update build-openbsd for 6.1 7 years ago
MarcoFalke 08ce33f8e9 qa: Move wait_until to util 7 years ago
practicalswift d1e6f91f85 Prefer compile-time checking over run-time checking 7 years ago
John Newbery 67ceff4039 [wallet] Add logging to MarkReserveKeysAsUsed 7 years ago