10392 Commits (80f5f28d38e59b550ab7e7465cfa48defee343a6)

Author SHA1 Message Date
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
Wladimir J. van der Laan f0aceddf88 p2p: Hardcoded seeds update pre-0.15 branch 7 years ago
Alex Morcos bdd5543ad6 Clarify help message for -discardfee 7 years ago
John Newbery d84e78ec39 [wallet] Specify wallet name in wallet loading errors 7 years ago
João Barbosa a6da027d83 Reject invalid wallet files 7 years ago
João Barbosa 3ef77a0c12 Reject duplicate wallet filenames 7 years ago
Pieter Wuille efeb273305 Force on-the-fly compaction during pertxout upgrade 7 years ago
Alex Morcos 49d903e696 Eliminate fee overpaying edge case when subtracting fee from recipients 7 years ago
Gregory Maxwell 9a8b054185 Update defaultAssumeValid according to release-process.md. 7 years ago
Andrew Chow e222dc2aee Replace ismine with producesignature check in witnessifier 7 years ago
Matt Corallo c0025d0a92 Fix segfault when shutting down before fully loading 7 years ago
Matt Corallo 138569722c Order chainstate init more logically. 7 years ago
Matt Corallo ff3a21919d Call RewindBlockIndex even if we're about to run -reindex-chainstate 7 years ago
Matt Corallo b0f32497b8 More user-friendly error message if UTXO DB runs ahead of block DB 7 years ago
Matt Corallo eda888e573 Fix some LoadChainTip-related init-order bugs. 7 years ago
James Hilliard ee2d10ad0c Check if sys/random.h is required for getentropy on OSX. 7 years ago
Russell Yanofsky df389bca20 Change wallet method disabled error text 7 years ago
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors 7 years ago
practicalswift 065039da1f [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp 7 years ago