10770 Commits (ac96e788faa33d9bf52ea0ecefa5e168f5ae326a)

Author SHA1 Message Date
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
Eelis 6c4042a5d0 Assert that CWallet::SyncMetaData finds oldest transaction. 7 years ago
Eelis bfebc0b807 Remove dead store in ecdsa_signature_parse_der_lax. 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
practicalswift cffe85f975 Skip sys::system(...) call in case of empty command 7 years ago
practicalswift 6fb8f5f17c Check that -blocknotify command is non-empty before executing 7 years ago
practicalswift 99ba0c3008 Don't use pass by reference to const for cheaply-copied types (bool, char, etc.). 7 years ago
practicalswift b109a1c396 Remove redundant nullptr checks before deallocation 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
João Barbosa 793667af1c Improve shutdown process 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
Luke Dashjr 4aa25089b4 Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default 7 years ago
John Newbery 095142d1f9 [wallet] keypool mark-used and topup 7 years ago
Wladimir J. van der Laan 67f6f1c2d5
qt: Periodic translations update 7 years ago
Jeremy Rubin 8c2f4b8882 Expose more parallelism with relaxed atomics (suggested in #9938). Fix a test to check the exclusive or of two properties rather than just or. 7 years ago
practicalswift 1bcd44223c Remove the virtual specifier for functions with the override specifier 7 years ago
Karl-Johan Alm 03bc719a85
[wallet] Close DB on error. 7 years ago
Cory Fields 3f8fa7f58b Make sure to clean up mapBlockSource if we've already seen the block 7 years ago
Gregory Maxwell f4c3d2c9da Enable disablesafemode by default. 7 years ago
practicalswift 9d5e98ff80 Fix typos. 7 years ago
John Newbery 055d95f842 [wallet] return correct error code from resendwallettransaction 8 years ago
Matt Corallo 861f9a28bc Skip remainder of init if upgrade is cancelled 8 years ago
Wladimir J. van der Laan ce076383a8 doc: Add comment to use ValueFromAmount/AmountFromValue for JSON, not utilmoneystr 8 years ago
Wladimir J. van der Laan ec05c508c6 rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv 8 years ago
Wladimir J. van der Laan 46347add43 rpc: Move ValueFromAmount to core_write 8 years ago
practicalswift 446e2610b0 [qt] Fix potential memory leak in newPossibleKey(ChangeCWallet *wallet) 8 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 8 years ago
Matt Corallo 01699fb283 Fix resendwallettransactions assert failure if -walletbroadcast=0 8 years ago
Matt Corallo 1de73f4e19 Disconnect network service bits 6 and 8 until Aug 1, 2018 8 years ago