aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-18doc: Remove bitness from bitcoin-qt help message and manpageWladimir J. van der Laan
2019-11-17Changed tooltips of receive form to highlight difference between Label and Me...dannmat
2019-11-17refactor: Remove unused signalHennadii Stepanov
2019-11-16Fix segfault in allocator_tests/arena_testsJeffrey Czyz
2019-11-16Fix compilation errors in support/lockedpool.cppJeffrey Czyz
2019-11-15Merge #17480: test: add unit test for non-standard txs with too large scriptSigMarcoFalke
2019-11-15scripted-diff: Replace ::mempool with m_node.mempool in testsMarcoFalke
2019-11-15test: Replace recursive lock with locking annotationsMarcoFalke
2019-11-15node: Add reference to mempool in NodeContextMarcoFalke
2019-11-14Merge #17449: fix uninitialized variable nMinerConfirmationWindowfanquake
2019-11-14test: add unit test for non-standard txs with too large scriptSigSebastian Falbesoner
2019-11-13[gui] watch-only wallet: copy PSBT to clipboardSjors Provoost
2019-11-13[wallet] add fillPSBT to interfaceSjors Provoost
2019-11-13[gui] send: include watch-onlySjors Provoost
2019-11-13[wallet] ListCoins: include watch-only for wallets without private keysSjors Provoost
2019-11-12fix uninitialized variable nMinerConfirmationWindowNullFunctor
2019-11-12Report amount of data gathered from environmentPieter Wuille
2019-11-12Use thread-safe atomic in perfmon seederPieter Wuille
2019-11-12Run background seeding periodically instead of unpredictablyPieter Wuille
2019-11-12Add information gathered through getauxval()Pieter Wuille
2019-11-12Feed CPUID data into RNGPieter Wuille
2019-11-12Use sysctl for seeding on MacOS/BSDPieter Wuille
2019-11-12Gather additional entropy from the environmentPieter Wuille
2019-11-12Seed randomness with process id / thread id / various clocksPieter Wuille
2019-11-12[MOVEONLY] Move cpuid code from random & sha256 to compat/cpuidPieter Wuille
2019-11-12[MOVEONLY] Move perfmon data gathering to new randomenv modulePieter Wuille
2019-11-12doc: minor corrections in random.cppfanquake
2019-11-12Merge #17437: rpc: Expose block height of wallet transactionsMarcoFalke
2019-11-12Merge #17450: util: Add missing headers to util/fees.cppMarcoFalke
2019-11-12util: Add missing headers to util/fees.cppHennadii Stepanov
2019-11-12wallet: Make -walletdir network onlyJoão Barbosa
2019-11-11rpc: Expose block height of wallet transactionsJoão Barbosa
2019-11-11wallet: Avoid showing GUI popups on RPC errors (take 2)MarcoFalke
2019-11-12fix Typo: "merkelRoot" -> "merkleRoot"ianliu
2019-11-11refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE constHennadii Stepanov
2019-11-10Merge #17427: qt: Fix missing qRegisterMetaType for size_tWladimir J. van der Laan
2019-11-10Merge #17431: Remove unnecessary forward declarationWladimir J. van der Laan
2019-11-10refactor: Styling w/ clang-format, comment updateHennadii Stepanov
2019-11-10qt: Fix missing qRegisterMetaType for size_tHennadii Stepanov
2019-11-10Merge #17410: Rename `db` log category to `walletdb` (like `coindb`)Wladimir J. van der Laan
2019-11-09Remove unnecessary forward declarationMark Erhardt
2019-11-08Merge #15934: Merge settings one place instead of five placesWladimir J. van der Laan
2019-11-08scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB`Wladimir J. van der Laan
2019-11-08Rename `db` log category to `walletdb` (like `coindb`)Wladimir J. van der Laan
2019-11-08Merge #17405: wallet: Remove unused boost::this_thread::interruption_pointfanquake
2019-11-08Merge #17354: wallet: Tidy CWallet::SetUsedDestinationStatefanquake
2019-11-08Merge #15931: Remove GetDepthInMainChain dependency on locked chain interfaceSamuel Dobson
2019-11-07Add settings_testsRussell Yanofsky
2019-11-07Deduplicate settings merge codeRussell Yanofsky
2019-11-07Add util::Settings struct and helper functions.Russell Yanofsky