aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-18test: use f-strings in feature_csv_activation.pyfanquake
2021-08-18test: use f-strings in feature_config_args.pyfanquake
2021-08-18test: use f-strings in feature_cltv.pyfanquake
2021-08-18test: use f-strings in feature_blocksdir.pyfanquake
2021-08-18test: use f-strings in feature_backwards_compatibility.pyfanquake
2021-08-18test: use f-strings in feature_asmap.pyfanquake
2021-08-18Merge bitcoin/bitcoin#22725: MOVEONLY: tests: Move addrman ser/deser tests to...fanquake
2021-08-18Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found memberfanquake
2021-08-17[MOVEONLY] [tests] Move addrman ser/deser tests to addrman_tests.cppJohn Newbery
2021-08-17windres: use PACKAGE_VERSION rather than building more version numbersfanquake
2021-08-17refactor: remove ::vpwallets and related global variablesRussell Yanofsky
2021-08-17Merge bitcoin/bitcoin#22688: contrib: use `keys.openpgp.org` to retrieve buil...fanquake
2021-08-17Merge bitcoin/bitcoin#22627: [addrman] De-duplicate Add() functionfanquake
2021-08-17contrib: use hkps://keys.openpgp.org to retrieve builder keysfanquake
2021-08-17Merge bitcoin/bitcoin#22715: wallet: use `FormatFullVersion()` & `PACKAGE_NAM...fanquake
2021-08-16Merge bitcoin/bitcoin#22718: doc: Add missing PR 16333 release noteMarcoFalke
2021-08-16Merge bitcoin/bitcoin#22684: test: check for invalid `-prune` parametersMarcoFalke
2021-08-16doc: Add missing PR 16333 release noteMarcoFalke
2021-08-16test: check for invalid `-prune` parametersSebastian Falbesoner
2021-08-16ci: Reorder scripts to make git available before depends_sources_cacheHennadii Stepanov
2021-08-16Merge bitcoin/bitcoin#22649: fuzz: Avoid OOM in system fuzz targetMarcoFalke
2021-08-16wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdumpfanquake
2021-08-16wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdumpfanquake
2021-08-15[addrman] Merge the two Add() functionsAmiti Uttarwar
2021-08-16Merge bitcoin/bitcoin#22685: clientversion: No suffix #if CLIENT_VERSION_IS_R...fanquake
2021-08-16Merge bitcoin/bitcoin#22686: wallet: Use GetSelectionAmount in ApproximateBes...fanquake
2021-08-16Merge bitcoin/bitcoin#22700: builder-keys: Add dongcarlfanquake
2021-08-16Merge bitcoin/bitcoin#22523: Document about wallet backup and restorationSamuel Dobson
2021-08-17Document about wallet backup and restorationlsilva01
2021-08-15Merge bitcoin/bitcoin#22541: Add a new RPC command: restorewalletSamuel Dobson
2021-08-15Merge bitcoin/bitcoin#22692: builder-keys: add jamesobfanquake
2021-08-14Merge bitcoin/bitcoin#22696: p2p: log addrman consistency checksfanquake
2021-08-14Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-upsfanquake
2021-08-13builder-keys: Add dongcarlCarl Dong
2021-08-13p2p: log addrman consistency checksJon Atack
2021-08-13Merge bitcoin/bitcoin#20233: addrman: Make consistency checks a runtime optionfanquake
2021-08-13test: Test for ApproximateBestSubset edge case with too little feesAndrew Chow
2021-08-13wallet: Assert that enough was selected to cover the feesAndrew Chow
2021-08-13wallet: Use GetSelectionAmount for target value calculationsAndrew Chow
2021-08-12builder-keys: add jamesobJames O'Beirne
2021-08-12Merge bitcoin-core/gui#360: Unregister wallet notifications before unloading ...Hennadii Stepanov
2021-08-12[addrman] Make addrman consistency checks a runtime optionJohn Newbery
2021-08-12Merge bitcoin-core/gui#390: Add SubFeeFromAmount to optionsHennadii Stepanov
2021-08-11clientversion: No suffix #if CLIENT_VERSION_IS_RELEASECarl Dong
2021-08-11Merge bitcoin-core/gui#399: Fix "Load PSBT" functionality when no wallet loadedHennadii Stepanov
2021-08-11Merge bitcoin-core/gui#317: Add Direction column to Peers TabHennadii Stepanov
2021-08-11Merge bitcoin-core/gui#354: Refactor open date range to use std::optionalHennadii Stepanov
2021-08-11qt: Add Load PSBT functionaliy with nowalletPrateek Sancheti
2021-08-11qt, refactor: Fix indentationPrateek Sancheti
2021-08-11qt: Add SubFeeFromAmount optionPrateek Sancheti