9459 Commits (e66dbde6d14cb5f253b3bf8850a98f4fda2d9f49)

Author SHA1 Message Date
Pavel Janík 5ec883667f Prevent warning: variable 'x' is uninitialized 8 years ago
fanquake 93dbb15954
Remove Clang workaround for Boost 1.46 8 years ago
CryptAxe 94807be8c6
Trivial: fix fee estimate write error log message 8 years ago
Mikerah dd07068d6b Fixed typo in documentation for merkleblock.h 8 years ago
Wladimir J. van der Laan 911a4808fb wallet: Add comment describing the various classes in walletdb.h 8 years ago
Pieter Wuille f478d98fe4 Fix some empty vector references 8 years ago
Pieter Wuille e6756ad335 Switch CCoinsMap from boost to std unordered_map 8 years ago
Pieter Wuille 344a2c4122 Add support for std::unordered_{map,set} to memusage.h 8 years ago
Alex Morcos c0a273f4c8 Change file format for fee estimates. 8 years ago
Russell Yanofsky fb463d1717 [qt] Don't call method on null WalletModel object 8 years ago
Wladimir J. van der Laan 69d2e9ba67 wallet: Make IsDummy private in CWalletDBWrapper 8 years ago
Wladimir J. van der Laan 33232810dc wallet: CWalletDB CDB composition not inheritance 8 years ago
Wladimir J. van der Laan be9e1a968d wallet: Reduce references to global bitdb environment 8 years ago
Wladimir J. van der Laan 071c95570b wallet: Get rid of fFileBacked 8 years ago
Wladimir J. van der Laan 71afe3c099 wallet: Introduce database handle wrapper 8 years ago
Pieter Wuille 1d31093d4d fix tsan: utiltime race on nMockTime 8 years ago
Pieter Wuille 321bbc2079 fix ubsan: bitcoin-tx: not initialize context before IsFullyValid 8 years ago
Jonas Schnelli 4082fb0003
Add missing <atomic> header in clientmodel.h 8 years ago
Jonas Schnelli 928d4a9ac5
Set both time/height header caches at the same time 8 years ago
Jonas Schnelli 610a91719c
Declare headers height/time cache mutable, re-set the methods const 8 years ago
Jonas Schnelli cf92bce526
Update the remaining blocks left in modaloverlay at init. 8 years ago
Jonas Schnelli 7148f5e7d7
Reduce cs_main locks during modal overlay by adding an atomic cache 8 years ago
John Newbery 23e6e64a24 Allow disconnectnode() to be called with node id 8 years ago
Cory Fields 91ab8f5a99 build: fix bitcoin-config.h regeneration after touching build files 8 years ago
Luke Dashjr a4186dd239 wallet: Use boost to more portably ensure -wallet specifies only a filename 8 years ago
Kalle Alm 9141622a0f
[rpc] Add abortrescan command to RPC interface. 8 years ago
Kalle Alm 75a08e7d17
[wallet] Add support for aborting wallet transaction rescans. 8 years ago
Matt Corallo 608bbccfb9 [qt] Stop treating coinbase outputs differently: show them at 1conf 8 years ago
Matt Corallo b2c9254205 Check interruptNet during dnsseed lookups 8 years ago
Warren Togami c9e31c36ff Clarify importprivkey help text with example of blank label without rescan 8 years ago
John Newbery 883154cbcb [rpc] rename disconnectnode argument 8 years ago
Matt Corallo 185c7f08be Avoid reading the old hd master key during wallet encryption 8 years ago
Mario Dian 25660e91ef pass Consensus::Params& to ReceivedBlockTransactions() 8 years ago
Matt Corallo 9fececb2cb Remove CValidationInterface::UpdatedTransaction 8 years ago
NicolasDorier c37e32af0d [Wallet] Prevent CInputCoin to be in a null state 8 years ago
NicolasDorier f597dcb7c8 [Wallet] Simplify code using CInputCoin 8 years ago
NicolasDorier e78bc45810 [Wallet] Decouple CInputCoin from CWalletTx 8 years ago
Jorge Timón 1c897fc3da
Missing includes 8 years ago
Jorge Timón a1fd450328
Trivial: Remove unneeded includes from .h: 8 years ago
Jeremy Rubin f9c88079df Deduplicate SignatureCacheHasher 8 years ago
Cory Fields c851be4b25 net: define NodeId as an int64_t 8 years ago
John Newbery d0cd0bd6d9 Make CWallet::SyncTransactions() interface friendlier 8 years ago
John Newbery 714e4ad13d AddToWalletIfInvolvingMe should test pIndex, not posInBlock 8 years ago
John Newbery 7fd50c3b70 allow libevent logging to be updated during runtime 8 years ago
John Newbery 5255aca3f4 [rpc] Add logging RPC 8 years ago
John Newbery 4d9950d3bc Set BCLog::LIBEVENT correctly for old libevent versions. 8 years ago
practicalswift 66082e0119 [trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadvertently) 8 years ago
Matt Corallo d89f8adf25 Make DisconnectBlock and ConnectBlock static in validation.cpp 8 years ago
Alex Morcos 68af651498 MOVEONLY: move TxConfirmStats to cpp 8 years ago
Alex Morcos 2332f19bef Initialize TxConfirmStats in constructor 8 years ago