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
2021-03-12
Merge #21404: refactor: Remove MakeUnique<T>()
MarcoFalke
2021-03-12
Merge #21394: [doc] Improve comment about protected peers
fanquake
2021-03-11
Merge bitcoin-core/gui#188: Write PSBTs to file with binary mode
MarcoFalke
2021-03-11
Merge #21007: bitcoind: Add -daemonwait option to wait for initialization
Wladimir J. van der Laan
2021-03-11
Merge #21376: depends: Qt 5.12.10
Wladimir J. van der Laan
2021-03-11
Merge #21270: [Bundle 4/n] Prune g_chainman usage in validation-adjacent modules
Wladimir J. van der Laan
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-10
Merge bitcoin-core/gui#229: Fix regression with initial sorting after pr205
MarcoFalke
2021-03-10
Merge #21395: Net processing: Remove unused CNode.address member
MarcoFalke
2021-03-10
Merge #21331: rpc: replace wallet raw pointers with references (#18592 rebased)
MarcoFalke
2021-03-10
build: Add QMacStyle support
Hennadii Stepanov
2021-03-09
Merge #21397: fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2021-03-09
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2021-03-09
[net processing] Remove unused CNode.address member
John Newbery
2021-03-09
Merge #21370: Use C++11 member initializer in CNodeState
fanquake
2021-03-09
Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-08
[doc] Improve comment about protected peers
Amiti Uttarwar
2021-03-09
Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...
Samuel Dobson
2021-03-08
net_processing: Add review-only assertion to PeerManager
Carl Dong
2021-03-08
scripted-diff: net_processing: Use existing chainman
Carl Dong
2021-03-08
net_processing: Move some static functions to PeerManager
Carl Dong
2021-03-08
node/ifaces: ChainImpl: Use existing NodeContext member
Carl Dong
2021-03-08
node/ifaces: NodeImpl: Use existing NodeContext member
Carl Dong
2021-03-08
node: Use existing NodeContext
Carl Dong
2021-03-08
node/coinstats: Pass in BlockManager to GetUTXOStats
Carl Dong
2021-03-08
miner: Pass in blockman to ::RegenerateCommitments
Carl Dong
2021-03-08
miner: Remove old CreateNewBlock w/o chainstate param
Carl Dong
2021-03-08
scripted-diff: Invoke CreateNewBlock with chainstate
Carl Dong
2021-03-08
miner: Pass in chainstate to BlockAssembler::CreateNewBlock
Carl Dong
2021-03-08
validation: Remove extraneous LoadGenesisBlock function prototype
Carl Dong
2021-03-08
Merge bitcoin-core/gui#233: qt test: Don't bind to regtest port
MarcoFalke
2021-03-08
Merge #21371: fuzz: fix gcc Woverloaded-virtual build warnings
MarcoFalke
2021-03-07
Merge bitcoin-core/gui#221: qt, refactor: rpcconsole translatable string fixe...
MarcoFalke
2021-03-07
Merge #19771: net: Replace enum CConnMan::NumConnections with enum class Conn...
MarcoFalke
2021-03-07
Merge bitcoin-core/gui#166: refactor: Use enum type as switch argument in *Ta...
MarcoFalke
2021-03-07
Merge #21334: test: Additional (refactored) BIP9 tests
MarcoFalke
2021-03-07
wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-06
qt test: Don't bind to regtest port
Andrew Chow
2021-03-06
Merge #21209: build: use newer source for libnatpmp
fanquake
2021-03-05
fuzz: fix gcc Woverloaded-virtual build warnings
Jon Atack
2021-03-05
Use C++11 member initializer in CNodeState
MarcoFalke
2021-03-05
Merge bitcoin-core/gui#217: qt: Make warning label look clickable
MarcoFalke
2021-03-05
Merge #21364: fuzz: Avoid -Wreturn-type warnings
fanquake
2021-03-05
Merge #21246: doc: Correction for VerifyTaprootCommitment comments
fanquake
2021-03-05
rpc: refactor rpc wallet functions to take references instead of pointers
fanquake
2021-03-05
rpc: remove calls to CWallet.get()
fanquake
2021-03-04
fuzz: Avoid -Wreturn-type warnings
practicalswift
2021-03-04
net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
Luke Dashjr
2021-03-04
bitcoind: Add -daemonwait option to wait for initialization
Wladimir J. van der Laan
2021-03-04
shutdown: Use RAII TokenPipe in shutdown
Wladimir J. van der Laan
[next]