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-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
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
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
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
2022-03-23
coinselection: Add effective value and fees to COutput
Andrew Chow
2022-03-23
moveonly: move COutput to coinselection.h
Andrew Chow
2022-03-23
wallet: Remove CWallet and CWalletTx from COutput's constructor
Andrew Chow
2022-03-23
wallet: Replace CWalletTx in COutput with COutPoint and CTxOut
Andrew Chow
2022-03-23
wallet: Provide input bytes to COutput
Andrew Chow
2022-03-23
Merge bitcoin/bitcoin#24560: wallet: Use single FastRandomContext when creati...
Andrew Chow
2022-03-23
options: flip listenonion to false if not listening
Vasil Dimov
2022-03-23
rpc: Exclude descriptor when address is excluded
MarcoFalke
2022-03-23
Merge bitcoin/bitcoin#24462: For descriptor pubkey parse errors, include cont...
MarcoFalke
2022-03-22
Merge bitcoin/bitcoin#24624: qt: Avoid potential -Wdeprecated-enum-enum-conve...
MarcoFalke
2022-03-22
qt: Avoid potential -Wdeprecated-enum-enum-conversion warning
Hennadii Stepanov
2022-03-22
Merge bitcoin/bitcoin#15423: torcontrol: Query Tor for correct -onion configu...
laanwj
2022-03-22
Merge bitcoin/bitcoin#24627: test: Limit scope of id global which is shared b...
fanquake
2022-03-22
Merge bitcoin/bitcoin#24579: doc: Fix getblockchaininfo/getdeploymentinfo RPC...
MarcoFalke
2022-03-22
qt: Use human-readable strings in preference to hard-coded integers
Hennadii Stepanov
2022-03-21
Merge bitcoin/bitcoin#13226: Optimize SelectCoinsBnB by tracking the selectio...
Andrew Chow
2022-03-21
test: Limit scope of id global which is shared between subtests
MarcoFalke
2022-03-21
Use CAmount for fee delta and modified fee
MarcoFalke
2022-03-21
Replace struct update_fee_delta with lambda
MarcoFalke
2022-03-21
Merge bitcoin/bitcoin#23880: p2p: Serialize cmpctblock at most once in NewPoW...
MarcoFalke
2022-03-20
Merge bitcoin-core/gui#554: Add and improve translator comments and tooltips ...
Hennadii Stepanov
2022-03-18
Clarify in -maxtimeadjustment that only outbound peers influence time data
Jon Atack
2022-03-17
wallet: Store whether a COutput is from the wallet
Andrew Chow
2022-03-17
wallet: Store tx time in COutput
Andrew Chow
2022-03-17
wallet: Remove use_max_sig default value
Andrew Chow
2022-03-17
scripted-diff: Rename COutput member variables
Andrew Chow
2022-03-17
wallet: cleanup COutput constructor
Andrew Chow
2022-03-17
Move txoutproof RPCs to txoutproof.cpp
MarcoFalke
2022-03-17
Merge bitcoin/bitcoin#24472: fuzz: execute each file in dir without fuzz engine
MarcoFalke
2022-03-17
Merge bitcoin/bitcoin#24515: Only load BlockMan in BlockMan member functions
MarcoFalke
2022-03-17
Merge bitcoin-core/gui#555: Restore Send button when using external signer
Hennadii Stepanov
2022-03-17
fuzz: execute each file in dir without fuzz engine
Anthony Towns
[next]