aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-02-03Merge #16974: Walk pindexBestHeader back to ChainActive().Tip() if it is invalidWladimir J. van der Laan
2020-02-03Merge #17925: Improve UpdateTransactionsFromBlock with EpochsWladimir J. van der Laan
2020-02-03Merge #18054: net: reference instead of copy in BlockConnected range loopfanquake
2020-02-02net: reference instead of copy in BlockConnected range loopJon Atack
2020-02-02Merge #17585: rpc: deprecate getaddressinfo labelSamuel Dobson
2020-02-01Merge #17937: gui: Remove WalletView and BitcoinGUI circular dependencyJonas Schnelli
2020-02-01Merge #18036: gui: Break trivial circular dependenciesJonas Schnelli
2020-01-31Merge #17951: Use rolling bloom filter of recent block txs for AlreadyHave() ...Jonas Schnelli
2020-01-31gui: Drop ShutdownWindow dependency to BitcoinGUIJoão Barbosa
2020-01-31gui: Drop BanTableModel dependency to ClientModelJoão Barbosa
2020-01-31Merge #16115: On bitcoind startup, write config args to debug.logMarcoFalke
2020-01-31Merge #18009: tests: Add fuzzing harness for strprintf(…)MarcoFalke
2020-01-31Merge #18018: tests: reset fIsBareMultisigStd after bare-multisig testsMarcoFalke
2020-01-30gui: Remove WalletView and BitcoinGUI circular dependencyJoão Barbosa
2020-01-30gui: Add transactionClicked and coinsSent signals to WalletViewJoão Barbosa
2020-01-30psbt_wallet_tests: use unique_ptr for GetSigningProviderAnthony Towns
2020-01-30Merge #17261: Make ScriptPubKeyMan an actual interface and the wallet to have...Samuel Dobson
2020-01-30tests: reset fIsBareMultisigStd after bare-multisig testsfanquake
2020-01-29on startup, write config options to debug.logLarry Ruane
2020-01-30Merge #17719: Document better -keypool as a look-ahead safety mechanismSamuel Dobson
2020-01-29Use rolling bloom filter of recent block tx's for AlreadyHave() checkSuhas Daftuar
2020-01-29Merge #17957: Serialization improvements step 3 (compression.h)Wladimir J. van der Laan
2020-01-29Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan
2020-01-29Merge #18008: test: only declare a main() when fuzzing with AFLfanquake
2020-01-29Merge #17971: refactor: Remove redundant conditionalfanquake
2020-01-29Merge #17156: psbt: check that various indexes and amounts are within boundsfanquake
2020-01-29test: only declare a main() when fuzzing with AFLfanquake
2020-01-28Fix benchmarks filtersElichai Turkel
2020-01-27test: rename test suite name "tx_validationcache_tests" to match filenameSebastian Falbesoner
2020-01-27tests: Add fuzzing harness for strprintf(...)practicalswift
2020-01-27tests: Update FuzzedDataProvider.h from upstream (LLVM)practicalswift
2020-01-27Merge #17453: gui: Fix intro dialog labels when the prune button is toggledJonas Schnelli
2020-01-27Merge #18007: Bugfix: GUI: Hide the HD/encrypt icons earlier so they get re-s...Jonas Schnelli
2020-01-27Merge #17096: gui: rename debug windowJonas Schnelli
2020-01-26Bugfix: GUI: Hide the HD/encrypt icons earlier so they get re-shown if anothe...Luke Dashjr
2020-01-24gui: Shortcut to close ModalOverlayEmil Engler
2020-01-23Refactor: Replace SigningProvider pointers with unique_ptrsAndrew Chow
2020-01-23Cleanup: Drop unused GUI learnRelatedScripts methodAndrew Chow
2020-01-23Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyManAndrew Chow
2020-01-23Box the wallet: Add multiple keyman maps and loopsAndrew Chow
2020-01-23refactor: define a UINT256_ONE global constantAndrew Chow
2020-01-23HD Split: Avoid redundant upgradesAndrew Chow
2020-01-23Make UpgradeKeyMetadata work only on LegacyScriptPubKeyManAndrew Chow
2020-01-23Store p2sh scripts in AddAndGetDestinationForScriptAndrew Chow
2020-01-23Always try to sign for all pubkeys in multisigAndrew Chow
2020-01-23List output types in an array in order to be iterated overAndrew Chow
2020-01-23Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow
2020-01-23Locking: Lock cs_KeyStore instead of cs_wallet in legacy keymanAndrew Chow
2020-01-23wallet: Improve CWallet:MarkDestinationsDirtyJoão Barbosa
2020-01-23Add extra logging of asmap use and bucketingGleb Naumenko