aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-17move-only: helper function to present PSBTSjors Provoost
2022-03-09qt: Avoid crash on startup if int specified in settings.jsonRyan Ofsky
2022-03-09test: Add tests for GetArg methods / settings.json type coercionRyan Ofsky
2022-03-03qt: Pull translations for 0.23rc1v23.0rc1laanwj
2022-03-02net: only assume all local addresses if listening on anyVasil Dimov
2022-03-02net: fix GetListenPort() to derive the proper portVasil Dimov
2022-03-02net: pass Span by value to CaptureMessage()Vasil Dimov
2022-03-02net: make CaptureMessage() mockableVasil Dimov
2022-03-02timedata: rename variables to match the coding styleVasil Dimov
2022-03-02timedata: make it possible to reset the stateVasil Dimov
2022-03-02Merge bitcoin/bitcoin#24375: Do not use `LocalTestingSetup` in getarg_tests t...MarcoFalke
2022-03-02Merge bitcoin/bitcoin#24165: p2p: extend inbound eviction protection by netwo...laanwj
2022-03-02Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...laanwj
2022-03-02Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o...laanwj
2022-03-01Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...laanwj
2022-02-28qt: Pre-branch translation updates for 23.xlaanwj
2022-02-28Merge bitcoin/bitcoin#24365: wallet: Don't generate keys for wallets with pri...laanwj
2022-02-28Merge bitcoin/bitcoin#24403: Avoid implicit-integer-sign-change in VerifyLoad...MarcoFalke
2022-02-28Merge bitcoin/bitcoin#24417: net: Update hardcoded seeds for 23.xfanquake
2022-02-28Merge bitcoin/bitcoin#24418: Chainparams update for 23.xMarcoFalke
2022-02-27fuzz: FuzzedFileProvider::write should not return negative valueeugene
2022-02-25Avoid implicit-integer-sign-change in bech32.cppMarcoFalke
2022-02-25Merge bitcoin/bitcoin#24201: p2p: Avoid InitError when downgrading peers.datMarcoFalke
2022-02-25p2p: Avoid InitError when downgrading peers.datjunderw
2022-02-24Update nMinimumChainWork, defaultAssumeValid for 23.xlaanwj
2022-02-24Update chainTxData for 23.xlaanwj
2022-02-24Update m_assumed_* chain parameters for 23.xlaanwj
2022-02-24qt: English (source) translations updatelaanwj
2022-02-24Add missed word to error messageHennadii Stepanov
2022-02-23Merge bitcoin/bitcoin#24401: wallet: Add external-signer-support specific err...Andrew Chow
2022-02-23Merge bitcoin/bitcoin#24381: test: Run symlink regression tests on Windowslaanwj
2022-02-23Merge bitcoin/bitcoin#24372: bench: Avoid deprecated use of volatile +=fanquake
2022-02-23Merge bitcoin/bitcoin#24406: test: Fix Wambiguous-reversed-operator compiler ...fanquake
2022-02-22Output license info when binaries are passed -versionfanquake
2022-02-22refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cppfanquake
2022-02-22net: Update hardcoded seeds for 23.xlaanwj
2022-02-22qt: Update translation source fileHennadii Stepanov
2022-02-22Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...laanwj
2022-02-22Merge bitcoin/bitcoin#24305: Docs: [policy] Remove outdated confusing commentMarcoFalke
2022-02-22Merge bitcoin/bitcoin#24310: docs / fixups from RBF and packagesfanquake
2022-02-22Merge bitcoin-core/gui#547: Override BitcoinApplication::event() to handle QE...Hennadii Stepanov
2022-02-21Replace "can not" with "cannot" in docs, user messages, and testsJon Atack
2022-02-21Merge bitcoin/bitcoin#24370: rpc, cli: describe quality/recency filtering in ...MarcoFalke
2022-02-21test: Fix Wambiguous-reversed-operator compiler warningsMarcoFalke
2022-02-21util: Add SaturatingAdd helperMarcoFalke
2022-02-21cli: describe quality/recency filtering in -addrinfoJon Atack
2022-02-21rpc: describe quality/recency filtering in getnodeaddressesJon Atack
2022-02-21Merge bitcoin/bitcoin#24339: rpc: Improve RPC help by explicitly mentioning o...MarcoFalke
2022-02-21Merge bitcoin/bitcoin#24137: doc: Rework generate* docfanquake
2022-02-21Use `GetAllOutputTypes` in `getblock` RPC functionKiminuo