aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-05Merge #16392: build: macOS toolchain updateWladimir J. van der Laan
2020-02-05Merge #17660: build: remove deprecated key from macOS Info.plistWladimir J. van der Laan
2020-02-05Merge #18023: Fix some asmap issuesWladimir J. van der Laan
2020-02-05Merge #18069: test: replace 'regtest' leftovers by self.chainMarcoFalke
2020-02-05Merge #18029: tests: Add fuzzing harness for AS-mapping (asmap)Wladimir J. van der Laan
2020-02-05test: replace 'regtest' leftovers by self.chainSebastian Falbesoner
2020-02-05Merge #18059: build: add missing attributes to Win installerfanquake
2020-02-05Merge #17336: scripts: search for first block file for linearize-data with so...fanquake
2020-02-04Merge #16681: Tests: Use self.chain instead of 'regtest' in all current testsMarcoFalke
2020-02-04Merge #18060: gui: Drop PeerTableModel dependency to ClientModelfanquake
2020-02-04build: add additional attributes to Win installerfanquake
2020-02-03gui: Drop PeerTableModel dependency to ClientModelJoão Barbosa
2020-02-03build: use macOS 10.14 SDKfanquake
2020-02-03depends: native_cctools 921, ld64 409.12, libtapi 1000.10.8fanquake
2020-02-03depends: clang 6.0.1fanquake
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-31Make asmap Interpret tolerant of malicious map dataPieter Wuille
2020-01-31Use ASNs for mapped IPv4 addresses correctlyPieter Wuille
2020-01-31Mark asmap const in statistics codePieter Wuille
2020-01-31Avoid asmap copies in initializationPieter Wuille
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 #18025: doc: Add missing supported rpcs to doc/descriptors.mdfanquake
2020-01-31Merge #18031: Remove GitHub Actions CI workflow.fanquake
2020-01-30Add missing supported rpcs to doc/descriptors.mdAndrew Toth
2020-01-31Merge #16115: On bitcoind startup, write config args to debug.logMarcoFalke
2020-01-30Remove GitHub Actions CI workflow.Aaron Clauson
2020-01-30tests: Add fuzzer asmap to FUZZERS_MISSING_CORPORA (temporarily)practicalswift
2020-01-30tests: Add fuzzing harness for AS-mapping (asmap)practicalswift
2020-01-30Merge #17984: test: Add p2p test for forcerelay permissionWladimir J. van der Laan
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-30Merge #18026: psbt_wallet_tests: use unique_ptr for GetSigningProviderfanquake
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-29Merge #18022: test: Fix appveyor test_bitcoin build of *.rawMarcoFalke
2020-01-29on startup, write config options to debug.logLarry Ruane
2020-01-29build: Fix appveyor test_bitcoin build of *.rawMarcoFalke
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