10308 Commits (dbc4ae03963014ab4b7957d62ba59dbd8f938c33)

Author SHA1 Message Date
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Jorge Timón 6d2d2eb493
RPC: gettxout: Slightly improve doc and tests 7 years ago
Wladimir J. van der Laan ce5381e7fe build: Rename --enable-experimental-asm to --enable-asm and enable by default 7 years ago
Dan Raviv b426e24678 Remove redundant explicitly defined copy ctors 7 years ago
danra 946638d0a0 Improve versionbits_computeblockversion test code consistency 7 years ago
Andrew Chow e2548302f4 Make tabs toolbar no longer have a context menu 7 years ago
Dan Raviv 5ac072caa2 Fix boost headers included as user instead of system headers 7 years ago
Dan Raviv 9b348ff9eb Fix memory leaks in qt/guiutil.cpp 7 years ago
danra 37c4362f22 Trivial: Documentation fixes for CVectorWriter ctors 7 years ago
Dan Raviv bc70ab5dff Fix header guards using reserved identifiers 7 years ago
Alex Morcos 6af49dddea Output a bit more information for fee calculation report. 7 years ago
Alex Morcos a54c7b94f8 Fix rounding errors in calculation of minimum change size 7 years ago
danra eefc2f36f3 Move local include to before system includes 7 years ago
danra e40fa987e4 Simplify bswap_16 implementation 7 years ago
Wladimir J. van der Laan 82dd7195e1 rpc: Write authcookie atomically 7 years ago
Akio Nakamura 33366768af Fix getchaintxstats() 7 years ago
Russell Yanofsky de9a1db2ed Acquire cs_main lock before cs_wallet during wallet initialization 7 years ago
Joe Harvell 79191f51b5 Add option -stdinrpcpass to allow RPC password to be read from standard input 7 years ago
Andreas Schildbach ecb11f561c Document the non-strict-DER-conformance of one test in tx_valid.json. 7 years ago
MeshCollider c001992440 Fix potential null dereferences 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
Matt Corallo ee4d1493e2 Drop upgrade-cancel callback registration for a generic "resumeable" 7 years ago
Jim Posen 360b464a08 Comments: More comments on functions/globals in standard.h. 7 years ago
practicalswift bea8e9e66e Document the preference of nullptr over NULL or (void*)0 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
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
practicalswift 36d326e8b0 Use nullptr instead of zero (0) as the null pointer constant 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
Russell Yanofsky 745d2e315f Clean up getbalance RPC parameter handling 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
Russell Yanofsky f01103c1e0 MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp 7 years ago
Russell Yanofsky e7fe3208a8 MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cpp 7 years ago
Russell Yanofsky d97fe2016c Move some static functions out of wallet.h/cpp 7 years ago
Marko Bencun fcbde9091e remove unused gArgs wrappers 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
Gregory Maxwell 08f71c29ea [Trivial] Add a comment on the use of prevector in script. 7 years ago
Felix Weis 86279464b4 [RPC] trivial: gettxout no longer shows version of tx 7 years ago
Andrew Chow e029c6e709 Only return hex field once in getrawtransaction 7 years ago
Pieter Wuille 85c82b50d1 Avoid masking of difficulty adjustment errors by checkpoints 7 years ago