aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: add OpenSSL removal to release-notes.mdfanquake
2019-11-18ci: remove OpenSSL installationfanquake
2019-11-18doc: remove OpenSSL from build instructions and licensing infofanquake
2019-11-18depends: remove OpenSSL packagefanquake
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 #16669: build: use new fork of osslsigncode for windows gitian signingWladimir J. van der Laan
2019-11-18Merge #17488: test: fix "bitcoind already running" warnings on macOSWladimir J. van der Laan
2019-11-18Merge #17328: GuessVerificationProgress: cap the ratio to 1Wladimir J. van der Laan
2019-11-18Merge #17470: ci: Use clang-8 for fuzzing to run on aarch64 ci systemsWladimir J. van der Laan
2019-11-18Merge #17270: Feed environment data into RNG initializersWladimir J. van der Laan
2019-11-18Merge #17466: depends: qt: Fix C{,XX} pickupWladimir J. van der Laan
2019-11-18doc: Remove bitness from bitcoin-qt help message and manpageWladimir J. van der Laan
2019-11-18Merge #17436: Add TheCharlatan's pgp keyWladimir J. van der Laan
2019-11-17Merge #17499: refactor, qt: Remove unused signal from WalletView classJonas Schnelli
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-16Define ARENA_DEBUG in Travis test runsJeffrey Czyz
2019-11-16Fix compilation errors in support/lockedpool.cppJeffrey Czyz
2019-11-15test: fix bitcoind already running warnings on macOSfanquake
2019-11-15Merge #17486: build: make Travis catch unused variablesMarcoFalke
2019-11-15Merge #17455: tests: Update valgrind suppressionsMarcoFalke
2019-11-15Merge #17480: test: add unit test for non-standard txs with too large scriptSigMarcoFalke
2019-11-15Merge #17322: Fix input size assertion in wallet_bumpfee.pyMarcoFalke
2019-11-15Fix input size assertion in wallet_bumpfee.pyGregory Sanders
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-15Merge #17469: test: Remove fragile assert_memory_usage_stableMarcoFalke
2019-11-15[build] ./configure --enable-werror: add unused-variableSjors Provoost
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-14fuzz: Bump timeout in test_runner to accomodate for slow arm64 CPUsMarcoFalke
2019-11-14test: Remove fragile assert_memory_usage_stableMarcoFalke
2019-11-13ci: Use clang-8 for fuzzing to run on aarch64 ci systemsMarcoFalke
2019-11-13[gui] watch-only wallet: copy PSBT to clipboardSjors Provoost
2019-11-13depends: qt: Fix C{,XX} pickupCarl Dong
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-13tests: Update valgrind suppressionspracticalswift
2019-11-13Merge #17409: build: Avoid hardcoded libfaketime dir in gitianWladimir J. van der Laan
2019-11-12fix uninitialized variable nMinerConfirmationWindowNullFunctor