aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-26Merge bitcoin-core/gui#297: Avoid unnecessary translationsv21.99-guixtest1Hennadii Stepanov
2021-05-25Merge bitcoin/bitcoin#22057: test: use MiniWallet (P2PK mode) for feature_der...MarcoFalke
2021-05-26Merge bitcoin/bitcoin#17331: Use effective values throughout coin selectionSamuel Dobson
2021-05-25test: use MiniWallet (P2PK mode) for feature_dersig.pySebastian Falbesoner
2021-05-25Merge bitcoin/bitcoin#21788: build: Silence [-Wunused-command-line-argument] ...fanquake
2021-05-25Merge bitcoin/bitcoin#22043: rpc, test: addpeeraddress test coverage, code si...MarcoFalke
2021-05-25Merge bitcoin/bitcoin#22021: rpc: bumpfee/psbtbumpfee fixes and updatesMarcoFalke
2021-05-25Merge bitcoin/bitcoin#21992: p2p: Remove -feefilter optionMarcoFalke
2021-05-25Merge bitcoin/bitcoin#22048: test: MiniWallet: introduce enum type for output...MarcoFalke
2021-05-24test: MiniWallet: introduce enum type for output modeSebastian Falbesoner
2021-05-24Merge bitcoin/bitcoin#21239: guix: Add codesignature attachment support for o...W. J. van der Laan
2021-05-24Factor feefilter logic outamadeuszpawlik
2021-05-24Merge bitcoin/bitcoin#22013: net: ignore block-relay-only peers when skipping...fanquake
2021-05-24Merge bitcoin/bitcoin#21186: net/net processing: Move addr data into net_proc...fanquake
2021-05-24rpc: simplify addpeeraddress and improve code constnessJon Atack
2021-05-24Merge bitcoin/bitcoin#21848: refactor: Make CFeeRate constructor architecture...MarcoFalke
2021-05-24Merge bitcoin/bitcoin#21850: Remove `GetDataDir(net_specific)` functionMarcoFalke
2021-05-24Remove `GetDataDir(bool fNetSpecific = true)` functionKiminuo
2021-05-24scripted-diff: Replace `GetDataDir(true)` calls with `gArgs.GetDataDirNet()` ...Kiminuo
2021-05-24scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` callsKiminuo
2021-05-24Make `ArgsManager.GetDataDirPath` private and drop needless suffixKiminuo
2021-05-24scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...Kiminuo
2021-05-24Add `ArgsManager.GetDataDirBase()` and `ArgsManager.GetDataDirNet()` as an in...Kiminuo
2021-05-24Merge bitcoin/bitcoin#21945: test: add P2PK support to MiniWalletMarcoFalke
2021-05-24build: Convert warnings into errors when testing for -fstack-clash-protectionHennadii Stepanov
2021-05-24Merge bitcoin/bitcoin#22002: Fix crash when parsing command line with -noincl...fanquake
2021-05-23test: addpeeraddress functional test coverageJon Atack
2021-05-22Make `m_cached_blocks_path` mutable. Make `ArgsManager::GetBlocksDirPath()` c...Kiminuo
2021-05-22Merge bitcoin/bitcoin#21953: fuzz: Add utxo_snapshot targetMarcoFalke
2021-05-22rpc: fix code comment for bumpfee/psbtbumpfee outputJon Atack
2021-05-22rpc: fix docs for bumpfee psbt updateJon Atack
2021-05-21Cleanup -includeconf error messageMarcoFalke
2021-05-21Fix crash when parsing command line with -noincludeconf=0MarcoFalke
2021-05-21Merge bitcoin/bitcoin#22004: fuzz: Speed up transaction fuzz targetMarcoFalke
2021-05-21Merge bitcoin/bitcoin#21936: fuzz: Terminate immediately if a fuzzing harness...MarcoFalke
2021-05-21Merge bitcoin/bitcoin#22003: txmempool: add thread safety annotationsMarcoFalke
2021-05-21Merge bitcoin/bitcoin#21991: build: libevent 2.1.12-stableMarcoFalke
2021-05-21net: ignore block-relay-only peers when skipping DNS seedAnthony Towns
2021-05-21txmempool: add thread safety annotationsAnthony Towns
2021-05-21Merge bitcoin-core/gui#335: test: Use QSignalSpy instead of QEventLoopHennadii Stepanov
2021-05-20Merge bitcoin-core/gui#281: set shortcuts for console's resize buttonsW. J. van der Laan
2021-05-20fuzz: Terminate immediately if a fuzzing harness ever tries to create a TCP s...practicalswift
2021-05-20Merge bitcoin/bitcoin#21843: p2p, rpc: enable GetAddr, GetAddresses, and getn...W. J. van der Laan
2021-05-20fuzz: Speed up transaction fuzz targetMarcoFalke
2021-05-20Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixesMarcoFalke
2021-05-19Have OutputGroup determine the value to useAndrew Chow
2021-05-19guix: repro: Sort find output in libtool for gcc-8Carl Dong
2021-05-19Merge bitcoin/bitcoin#21970: fuzz: Add missing CheckTransaction before CheckT...MarcoFalke
2021-05-19Change SelectCoins_test to actually test SelectCoinsAndrew Chow
2021-05-19Merge bitcoin/bitcoin#21996: p2p: pass strings to NetPermissions::TryParse fu...MarcoFalke