14925 Commits (aa2e0f09ec94dd0908f792ebc2249859ad174586)
 

Author SHA1 Message Date
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
John Newbery 1221f60c94 [wallet] Remove keypool_topup_cleanups 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
MarcoFalke 22e301a3d5
Merge #10901: Fix constness of ArgsManager methods 7 years ago
MarcoFalke c484ec6c9b
Merge #10645: Use nullptr (C++11) instead of zero (0) as the null pointer constant 7 years ago
practicalswift 36d326e8b0 Use nullptr instead of zero (0) as the null pointer constant 7 years ago
Wladimir J. van der Laan d451d0bcf1
Merge #11056: disable jni in builds 7 years ago
MarcoFalke a46a671e25
Merge #10957: Avoid returning a BIP9Stats object with uninitialized values 7 years ago
MarcoFalke 655970d9c6
Merge #10965: Replace deprecated throw() with noexcept specifier (C++11) 7 years ago
MarcoFalke b6a48914c5
Merge #9964: Add const to methods that do not modify the object for which it is called 7 years ago
MarcoFalke 7db65c363a
Merge #11011: [Trivial] Add a comment on the use of prevector in script. 7 years ago
MarcoFalke 6366941275
Merge #10680: Fix inconsistencies and grammar in various files 7 years ago
MarcoFalke 4fb2586661
Merge #10956: Fix typos 7 years ago
MarcoFalke d7be7b39fa
Merge #10705: Trivial: spelling fixes 7 years ago
klemens f42fc1d508 doc: spelling fixes 7 years ago
Andrew Chow e53615b443 Remove vchDefaultKey and have better first run detection 7 years ago
John Newbery c6ec4358a7 [tests] Add bitcoin_cli.py test script 7 years ago
John Newbery b23549f6e6 [tests] add TestNodeCLI class for calling bitcoin-cli for a node 7 years ago
MarcoFalke 85aec87b11
Merge #10711: [tests] Introduce TestNode 7 years ago
Russell Yanofsky 745d2e315f Clean up getbalance RPC parameter handling 7 years ago
Jonas Schnelli ae47724687
Merge #11017: [wallet] Close DB on error. 7 years ago
Jonas Schnelli 64e66bb262
Merge #10964: Pass SendCoinsRecipient (208 bytes) by reference 7 years ago
Gregory Sanders 844b73e486 disable jni in builds 7 years ago
John Newbery 7897338918 [tests] Introduce TestNode 7 years ago
Wladimir J. van der Laan 3841aaf059
Merge #11008: Enable disablesafemode by default. 7 years ago
Russell Yanofsky fd5d71ec4b Update developer notes after params.size() cleanup 7 years ago
Russell Yanofsky e067673f4e Avoid treating null RPC arguments different from missing arguments 7 years ago
Russell Yanofsky e666efcdba Get rid of redundant RPC params.size() checks 7 years ago
João Barbosa 8f2f1e0458 wallet: Avoid second mapWallet lookup 7 years ago
practicalswift c06755f5cf wallet: Fix memory leak when loading a corrupted wallet file 7 years ago
practicalswift a897d0e37a tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt 7 years ago