10166 Commits (66a5b419eff57588f674ef7f409c389b71bebb22)

Author SHA1 Message Date
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
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
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 7 years ago
Matt Corallo 861f9a28bc Skip remainder of init if upgrade is cancelled 7 years ago
Wladimir J. van der Laan ce076383a8 doc: Add comment to use ValueFromAmount/AmountFromValue for JSON, not utilmoneystr 7 years ago
Wladimir J. van der Laan ec05c508c6 rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv 7 years ago
Wladimir J. van der Laan 46347add43 rpc: Move ValueFromAmount to core_write 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Matt Corallo 01699fb283 Fix resendwallettransactions assert failure if -walletbroadcast=0 7 years ago
Matt Corallo 1de73f4e19 Disconnect network service bits 6 and 8 until Aug 1, 2018 7 years ago
Wladimir J. van der Laan 1967d2a4da qt: Increase BLOCK_CHAIN_SIZE constants 7 years ago
John Newbery c25d90f125 [wallet] Add HasUnusedKeys() helper 7 years ago
John Newbery f2123e3a7b [wallet] Cache keyid -> keypool id mappings 7 years ago
Ferdinando M. Ametrano ce3baa193f changed regtest RPCport to 18443 to avoid conflict with testnet 18332 7 years ago
Pieter Wuille 8842d1a5d4 Add undocumented -forcecompactdb to force LevelDB compactions 7 years ago
Pieter Wuille b1973d6181 Update chain transaction statistics 7 years ago
John Newbery 83f1ec33ce [wallet] Don't hold cs_LastBlockFile while calling setBestChain 7 years ago
Matt Corallo 2376bfcf24 [wallet] [moveonly] Move LoadKeyPool to cpp 7 years ago
Jonas Schnelli cab8557e35 [wallet] [moveonly] Move CAffectedKeysVisitor 7 years ago
practicalswift 11dd29b658 [net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& request) 7 years ago
practicalswift d3d946a294 Pass SendCoinsRecipient (208 bytes) by const reference 7 years ago
Masahiko Hyuga 7f121a079b Fix typo in sendcoinsdialog. 7 years ago
Matt Corallo e7539f8649 Fix some broken init-time prints/constants 7 years ago
practicalswift 3eb53b8671 Avoid returning a BIP9Stats object with uninitialized values 7 years ago
Matt Corallo 13ab353829 Check for empty coinsview instead of just-reset coinsview in init 7 years ago
Matt Corallo fce3f4f492 Fix resume-of-reindex-after-restart 7 years ago
Matt Corallo efac91e654 Always wait for threadGroup to exit in bitcoind shutdown 7 years ago
practicalswift fd05132e5a Restore default format state of cout after printing with std::fixed/setprecision 7 years ago
practicalswift 9862550260 Use the noexcept specifier (C++11) instead of deprecated throw() 7 years ago
Wladimir J. van der Laan 42307c4bf3
qt: Periodic translations update 7 years ago