aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-23Merge bitcoin/bitcoin#24462: For descriptor pubkey parse errors, include cont...MarcoFalke
2022-03-22Merge bitcoin/bitcoin#24624: qt: Avoid potential -Wdeprecated-enum-enum-conve...MarcoFalke
2022-03-22qt: Avoid potential -Wdeprecated-enum-enum-conversion warningHennadii Stepanov
2022-03-22Merge bitcoin/bitcoin#15423: torcontrol: Query Tor for correct -onion configu...laanwj
2022-03-22Merge bitcoin/bitcoin#24627: test: Limit scope of id global which is shared b...fanquake
2022-03-22Merge bitcoin/bitcoin#24579: doc: Fix getblockchaininfo/getdeploymentinfo RPC...MarcoFalke
2022-03-22qt: Use human-readable strings in preference to hard-coded integersHennadii Stepanov
2022-03-21Merge bitcoin/bitcoin#13226: Optimize SelectCoinsBnB by tracking the selectio...Andrew Chow
2022-03-21test: Limit scope of id global which is shared between subtestsMarcoFalke
2022-03-21Use CAmount for fee delta and modified feeMarcoFalke
2022-03-21Replace struct update_fee_delta with lambdaMarcoFalke
2022-03-21Merge bitcoin/bitcoin#23880: p2p: Serialize cmpctblock at most once in NewPoW...MarcoFalke
2022-03-20Merge bitcoin-core/gui#554: Add and improve translator comments and tooltips ...Hennadii Stepanov
2022-03-18scripted-diff: rename TxRelay membersJohn Newbery
2022-03-18[net processing] Move tx relay data to PeerJohn Newbery
2022-03-18Clarify in -maxtimeadjustment that only outbound peers influence time dataJon Atack
2022-03-18[net processing] Move m_wtxid_relay to PeerJohn Newbery
2022-03-18[net] Add CNode.m_relays_txs and CNode.m_bloom_filter_loadedJohn Newbery
2022-03-17wallet: Store whether a COutput is from the walletAndrew Chow
2022-03-17wallet: Store tx time in COutputAndrew Chow
2022-03-17wallet: Remove use_max_sig default valueAndrew Chow
2022-03-17scripted-diff: Rename COutput member variablesAndrew Chow
2022-03-17wallet: cleanup COutput constructorAndrew Chow
2022-03-17Move txoutproof RPCs to txoutproof.cppMarcoFalke
2022-03-17Merge bitcoin/bitcoin#24472: fuzz: execute each file in dir without fuzz engineMarcoFalke
2022-03-17Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functionsMarcoFalke
2022-03-17Merge bitcoin-core/gui#555: Restore Send button when using external signerHennadii Stepanov
2022-03-17fuzz: execute each file in dir without fuzz engineAnthony Towns
2022-03-16doc: Delete old line of code that was commented outMichael Folkson
2022-03-16Merge bitcoin/bitcoin#14752: tests: Unit tests for IsPayToWitnessScriptHash a...MarcoFalke
2022-03-16Merge bitcoin/bitcoin#18815: bench: Add logging benchmarkMarcoFalke
2022-03-16gui: restore Send for external signerSjors Provoost
2022-03-16refactor: helper function signWithExternalSigner()Sjors Provoost
2022-03-16Merge bitcoin/bitcoin#24537: rpc: Split mempool RPCs from blockchain.cppMarcoFalke
2022-03-16doc: Fix getblockchaininfo/getdeploymentinfo RPC docsMarcoFalke
2022-03-16Replace use of `ArgsManager` with `DatabaseOptions`Kiminuo
2022-03-15Add and use BlockManager::GetAllBlockIndicesCarl Dong
2022-03-15Add and use CBlockIndexHeightOnlyComparatorCarl Dong
2022-03-15move-only: Move CBlockIndexWorkComparator to blockstorageCarl Dong
2022-03-15Only load BlockMan in BlockMan member functionsCarl Dong
2022-03-15style-only: No need for std::pair for vSortedByHeightCarl Dong
2022-03-15Add RegisterMempoolRPCCommands helperMarcoFalke
2022-03-15torcontrol: Query Tor for correct -onion configurationLuke Dashjr
2022-03-14Merge bitcoin/bitcoin#24080: policy: Remove unused locktime flagsMarcoFalke
2022-03-14Remove unused feebumper codeMarcoFalke
2022-03-14wallet: Pass FastRandomContext& to coin selectionMarcoFalke
2022-03-14doc: Revise comments and whitespace to clarifyBen Woosley
2022-03-14refactor: Rename i to curr_try in SelectCoinsBnBBen Woosley
2022-03-14refactor: Track BnB selection by indexBen Woosley
2022-03-14wallet: Pass FastRandomContext& to DiscourageFeeSnipingMarcoFalke