aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-14GUI: Refactor formatServicesStr to warn when a ServicesFlag is missingLuke Dashjr
2019-11-14Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStrLuke Dashjr
2019-11-13refactor: Remove null setting check in GetSetting()Russell Yanofsky
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-13scripted-diff: Remove unused ArgsManager type flags in testsRussell Yanofsky
2019-11-13refactor: Add util_CheckValue testRussell Yanofsky
2019-11-13refactor: Add ArgsManager::GetSettingsList methodRussell Yanofsky
2019-11-13refactor: Get rid of ArgsManagerHelper classRussell Yanofsky
2019-11-13refactor: Replace FlagsOfKnownArg with GetArgFlagsRussell Yanofsky
2019-11-13refactor: Clean up includeconf commentsRussell Yanofsky
2019-11-13refactor: Clean up long lines in settings codeRussell Yanofsky
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-11zmq: Fix due to invalid argument and multiple notifiersJoã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