aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-29Merge bitcoin/bitcoin#24523: build: Fix Boost.Process test for Boost 1.78laanwj
2022-03-28Merge bitcoin/bitcoin#24677: refactor: fix wallet and related named argsMarcoFalke
2022-03-28Merge bitcoin/bitcoin#23083: rpc: Fail to return undocumented or misdocumente...fanquake
2022-03-28doc: Fix getpeerinfo docMarcoFalke
2022-03-28Merge bitcoin/bitcoin#24659: util: add linkat to syscall sandbox (AllowFileSy...MarcoFalke
2022-03-28Merge bitcoin/bitcoin#24656: refactor: Move mempool RPCs to rpc/mempoolMarcoFalke
2022-03-25test: fix incorrect named args in wallet testsfanquake
2022-03-25test: fix incorrect named args in coin_selection testsfanquake
2022-03-25bench: fix incorrect named args in coin_selection benchfanquake
2022-03-25Merge bitcoin/bitcoin#24665: doc: document clang tidy named argsfanquake
2022-03-25Merge bitcoin/bitcoin#24494: wallet: generate random change target for each t...fanquake
2022-03-25Merge bitcoin/bitcoin#24502: wallet: don't create long chains by defaultMarcoFalke
2022-03-25[wallet] don't create long chains by defaultglozow
2022-03-25Merge bitcoin/bitcoin#24674: refactor: remove unused boost include in bitcoin...MarcoFalke
2022-03-25Merge bitcoin/bitcoin#24666: refactor: Fix coinselection.h include, Make COut...fanquake
2022-03-25refactor: remove unused boost header include in bitcoin-util.cppSebastian Falbesoner
2022-03-25Merge bitcoin/bitcoin#24672: init: add missing cs_main lockMarcoFalke
2022-03-25Merge bitcoin/bitcoin#21160: net/net processing: Move tx inventory into net_p...fanquake
2022-03-26init: add missing cs_main lockAnthony Towns
2022-03-25Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is...laanwj
2022-03-25Merge bitcoin/bitcoin#19385: test: Change default test logging directoryMarcoFalke
2022-03-25[wallet] remove MIN_CHANGEglozow
2022-03-25[wallet] randomly generate change targetsglozow
2022-03-25refactor coin selection for parameterizable change targetglozow
2022-03-25Clarify that COutput is a struct, not a classMarcoFalke
2022-03-25wallet: Fix coinselection includeMarcoFalke
2022-03-25addrman: fix incorrect named argsfanquake
2022-03-25Merge bitcoin/bitcoin#24663: doc, init: add links to doc/cjdns.mdMarcoFalke
2022-03-24Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutputfanquake
2022-03-24Merge bitcoin/bitcoin#24205: init, test: improve network reachability test co...MarcoFalke
2022-03-24doc, init: add links to doc/cjdns.mdJon Atack
2022-03-24Merge bitcoin/bitcoin#24625: Replace struct update_fee_delta with lambdafanquake
2022-03-24rpc: Fail to return undocumented or misdocumented JSONMarcoFalke
2022-03-24rpc: Add m_skip_type_check to RPCResultMarcoFalke
2022-03-24Merge bitcoin/bitcoin#24626: init: disallow reindex-chainstate when pruningMarcoFalke
2022-03-24Merge bitcoin/bitcoin#24169: build: Add --enable-c++20 optionfanquake
2022-03-24Merge bitcoin/bitcoin#24636: rpc: Exclude descriptor when address is excludedfanquake
2022-03-24init: disallow reindex-chainstate when pruningMartin Zumsande
2022-03-24util: add linkat to syscall sandbox (AllowFileSystem)fanquake
2022-03-24Add CSerializedNetMsg::Copy() helperMarcoFalke
2022-03-24Make fs.h C++20 compliantMarcoFalke
2022-03-24scheduler: Capture ‘this’ explicitly in lambdaMarcoFalke
2022-03-24Move mempool RPCs to rpc/mempoolMarcoFalke
2022-03-24style: Add static keyword where possible in rpc/mempoolMarcoFalke
2022-03-24Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...MarcoFalke
2022-03-23Merge bitcoin/bitcoin#24562: Remove unused feebumper codefanquake
2022-03-23Merge bitcoin/bitcoin#24582: Move txoutproof RPCs to txoutproof.cppfanquake
2022-03-23coinselection: Remove COutput operators == and !=Andrew Chow
2022-03-23coinselection: Remove CInputCoinAndrew Chow
2022-03-23coinselection: Use COutput instead of CInputCoinAndrew Chow