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
2020-12-09
[init] Use MakeUnique<> to construct peerman
John Newbery
2020-12-09
[net processing] Add IgnoresIncomingTxs() function to PeerManager
John Newbery
2020-12-09
[net processing] Move PushNodeVersion into PeerManager
John Newbery
2020-12-09
Merge #20602: util: Allow use of C++14 chrono literals
MarcoFalke
2020-12-09
Merge #20606: Remove unused bits from service flags enum
Wladimir J. van der Laan
2020-12-09
Merge #19910: net processing: Move peer_map to PeerManager
fanquake
2020-12-09
Merge #20323: tests: Create or use existing properly initialized NodeContexts
MarcoFalke
2020-12-09
Merge #20564: Don't send 'sendaddrv2' to pre-70016 software, and send before ...
MarcoFalke
2020-12-08
test: Add new ChainTestingSetup and use it
Carl Dong
2020-12-08
qt/test: [FIX] Add forgotten Context setting in RPCNestedTests
Carl Dong
2020-12-08
build: Update crc32c subtree
MarcoFalke
2020-12-08
Improve heuristic hex transaction decoding
Pieter Wuille
2020-12-08
Merge #19425: refactor: Get rid of more redundant chain methods
MarcoFalke
2020-12-08
Send and require SENDADDRV2 before VERACK
Pieter Wuille
2020-12-08
Remove unused bits from service flags enum
MarcoFalke
2020-12-08
Squashed 'src/crc32c/' changes from 224988680f..b5ef9be675
MarcoFalke
2020-12-08
util: Allow use of C++14 chrono literals
MarcoFalke
2020-12-07
test: Remove no longer needed MakeChain calls
Russell Yanofsky
2020-12-07
Merge #20561: p2p: periodically clear m_addr_known
Wladimir J. van der Laan
2020-12-07
Update net_processing WTXID documentation per BIP339
Jon Atack
2020-12-07
Don't send 'sendaddrv2' to pre-70016 software
Pieter Wuille
2020-12-07
wallet: document that tx in CreateTransaction is purely an out-param
MarcoFalke
2020-12-07
Remove unused and confusing CTransaction constructor
MarcoFalke
2020-12-07
log: Clarify that failure to read fee_estimates.dat is non-fatal
MarcoFalke
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
2020-12-07
Merge #20568: doc: Use FeeModes doc helper in estimatesmartfee
Wladimir J. van der Laan
2020-12-07
refactor: Get rid of more redundant chain methods
Russell Yanofsky
2020-12-07
log: Clarify that failure to write fee_estimates.dat is non-fatal
MarcoFalke
2020-12-07
Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...
MarcoFalke
2020-12-07
[net processing] Add RemovePeer()
John Newbery
2020-12-07
[net processing] Make GetPeerRef const
John Newbery
2020-12-07
[net_processing] Move peer_map to PeerManager
John Newbery
2020-12-07
Merge #20138: net: Assume that SetCommonVersion is called at most once per peer
MarcoFalke
2020-12-07
Merge #20468: build: warn when generating man pages for binaries built from a...
Wladimir J. van der Laan
2020-12-07
rpc: Use FeeModes doc helper in estimatesmartfee
MarcoFalke
2020-12-07
Merge #19847: rpc, refactor: Avoid duplicate set lookup in gettxoutproof
Jonas Schnelli
2020-12-07
Merge #19832: p2p: Put disconnecting logs into BCLog::NET category
MarcoFalke
2020-12-06
Make CanFlushToDisk a const member function
practicalswift
2020-12-06
Do not run functions with necessary side-effects in assert()
practicalswift
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-04
wallet, bugfix: allow send to take string fee rate values
Jon Atack
2020-12-04
rpc: Reject empty txids in gettxoutproof
João Barbosa
2020-12-04
rpc, refactor: Avoid duplicate set lookup in gettxoutproof
João Barbosa
2020-12-04
wallet: List all wallets in non-SQLite or non-BDB builds
Russell Yanofsky
2020-12-04
refactor: Consolidate redundant wallet database path and exists functions
Russell Yanofsky
2020-12-04
refactor: Drop call to GetWalletEnv in wallet salvage code
Russell Yanofsky
2020-12-04
refactor: Replace ListWalletDir() function with ListDatabases()
Russell Yanofsky
2020-12-04
MOVEONLY: Move IsBDBFile, IsSQLiteFile, and ListWalletDir
Russell Yanofsky
2020-12-04
Merge #20566: refactor: Use C++17 std::array where possible
MarcoFalke
2020-12-04
[net processing] Move GetNodeStateStats into PeerManager
John Newbery
[prev]
[next]