aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-19refactor: Nuke guiutil circular dependencyHennadii Stepanov
2019-11-19refactor: Move SendCoinsRecipient in own headerHennadii Stepanov
2019-11-19Merge #17265: Remove OpenSSLWladimir J. van der Laan
2019-11-18Refactor: Require scriptPubKey to get wallet SigningProviderAndrew Chow
2019-11-18Accumulate result UniValue in SignTransactionAndrew Chow
2019-11-18Merge #17136: tests: Add fuzzing harness for various PSBT related functionsMarcoFalke
2019-11-18tests: Add fuzzing harness for various PSBT related functionspracticalswift
2019-11-18Merge #17503: doc: Remove bitness from bitcoin-qt help message and manpageMarcoFalke
2019-11-18doc: remove OpenSSL from build instructions and licensing infofanquake
2019-11-18build: remove OpenSSL detection and libsfanquake
2019-11-18random: Remove remaining OpenSSL calls and locking infrastructurefanquake
2019-11-18random: stop retrieving random bytes from OpenSSLfanquake
2019-11-18random: stop feeding RNG output back into OpenSSLfanquake
2019-11-18Merge #17328: GuessVerificationProgress: cap the ratio to 1Wladimir J. van der Laan
2019-11-18Merge #17270: Feed environment data into RNG initializersWladimir J. van der Laan
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