index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-03-29
Merge bitcoin/bitcoin#24523: build: Fix Boost.Process test for Boost 1.78
laanwj
2022-03-28
Merge bitcoin/bitcoin#24677: refactor: fix wallet and related named args
MarcoFalke
2022-03-28
Merge bitcoin/bitcoin#23083: rpc: Fail to return undocumented or misdocumente...
fanquake
2022-03-28
doc: Fix getpeerinfo doc
MarcoFalke
2022-03-28
Merge bitcoin/bitcoin#24659: util: add linkat to syscall sandbox (AllowFileSy...
MarcoFalke
2022-03-28
Merge bitcoin/bitcoin#24656: refactor: Move mempool RPCs to rpc/mempool
MarcoFalke
2022-03-25
test: fix incorrect named args in wallet tests
fanquake
2022-03-25
test: fix incorrect named args in coin_selection tests
fanquake
2022-03-25
bench: fix incorrect named args in coin_selection bench
fanquake
2022-03-25
Merge bitcoin/bitcoin#24665: doc: document clang tidy named args
fanquake
2022-03-25
Merge bitcoin/bitcoin#24494: wallet: generate random change target for each t...
fanquake
2022-03-25
Merge bitcoin/bitcoin#24502: wallet: don't create long chains by default
MarcoFalke
2022-03-25
[wallet] don't create long chains by default
glozow
2022-03-25
Merge bitcoin/bitcoin#24674: refactor: remove unused boost include in bitcoin...
MarcoFalke
2022-03-25
Merge bitcoin/bitcoin#24666: refactor: Fix coinselection.h include, Make COut...
fanquake
2022-03-25
refactor: remove unused boost header include in bitcoin-util.cpp
Sebastian Falbesoner
2022-03-25
Merge bitcoin/bitcoin#24672: init: add missing cs_main lock
MarcoFalke
2022-03-25
Merge bitcoin/bitcoin#21160: net/net processing: Move tx inventory into net_p...
fanquake
2022-03-26
init: add missing cs_main lock
Anthony Towns
2022-03-25
Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is...
laanwj
2022-03-25
Merge bitcoin/bitcoin#19385: test: Change default test logging directory
MarcoFalke
2022-03-25
[wallet] remove MIN_CHANGE
glozow
2022-03-25
[wallet] randomly generate change targets
glozow
2022-03-25
refactor coin selection for parameterizable change target
glozow
2022-03-25
Clarify that COutput is a struct, not a class
MarcoFalke
2022-03-25
wallet: Fix coinselection include
MarcoFalke
2022-03-25
addrman: fix incorrect named args
fanquake
2022-03-25
Merge bitcoin/bitcoin#24663: doc, init: add links to doc/cjdns.md
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-24
Merge bitcoin/bitcoin#24205: init, test: improve network reachability test co...
MarcoFalke
2022-03-24
doc, init: add links to doc/cjdns.md
Jon Atack
2022-03-24
Merge bitcoin/bitcoin#24625: Replace struct update_fee_delta with lambda
fanquake
2022-03-24
rpc: Fail to return undocumented or misdocumented JSON
MarcoFalke
2022-03-24
rpc: Add m_skip_type_check to RPCResult
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24626: init: disallow reindex-chainstate when pruning
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24169: build: Add --enable-c++20 option
fanquake
2022-03-24
Merge bitcoin/bitcoin#24636: rpc: Exclude descriptor when address is excluded
fanquake
2022-03-24
init: disallow reindex-chainstate when pruning
Martin Zumsande
2022-03-24
util: add linkat to syscall sandbox (AllowFileSystem)
fanquake
2022-03-24
Add CSerializedNetMsg::Copy() helper
MarcoFalke
2022-03-24
Make fs.h C++20 compliant
MarcoFalke
2022-03-24
scheduler: Capture ‘this’ explicitly in lambda
MarcoFalke
2022-03-24
Move mempool RPCs to rpc/mempool
MarcoFalke
2022-03-24
style: Add static keyword where possible in rpc/mempool
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...
MarcoFalke
2022-03-23
Merge bitcoin/bitcoin#24562: Remove unused feebumper code
fanquake
2022-03-23
Merge bitcoin/bitcoin#24582: Move txoutproof RPCs to txoutproof.cpp
fanquake
2022-03-23
coinselection: Remove COutput operators == and !=
Andrew Chow
2022-03-23
coinselection: Remove CInputCoin
Andrew Chow
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
[next]