index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-17
wallet: Add BerkeleyDB version sanity check at init time
Wladimir J. van der Laan
2021-01-16
Merge #20945: Fix 0.21.0 release note to specify correct option BIP 157 support
Wladimir J. van der Laan
2021-01-15
Fix 0.21.0 release note to specify correct option BIP 157 support
benthecarman
2021-01-15
Merge #20916: rpc: Return wtxid from testmempoolaccept
MarcoFalke
2021-01-15
Merge #20908: fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-14
Merge #20834: locks and docs in ATMP and CheckInputsFromMempoolAndCache
fanquake
2021-01-14
Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-14
Merge #20931: doc: Add historic 0.21.0 release notes
Wladimir J. van der Laan
2021-01-14
doc: Add historic 0.21.0 release notes
MarcoFalke
2021-01-13
Merge bitcoin-core/gui#148: Bugfix: GUI: Restore SendConfirmationDialog butto...
MarcoFalke
2021-01-13
Merge #20917: doc, rpc: add missing signet mentions in network name lists
MarcoFalke
2021-01-13
Merge #20913: doc: Add manual page generation for bitcoin-util
Wladimir J. van der Laan
2021-01-13
Merge #20811: refactor: move net_processing implementation details out of header
Wladimir J. van der Laan
2021-01-13
Merge #19935: Move SaltedHashers to separate file and add some new ones
Wladimir J. van der Laan
2021-01-13
fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-12
rpc: Return wtxid from testmempoolaccept
MarcoFalke
2021-01-12
doc, rpc: add missing signet mentions in network name lists
Sebastian Falbesoner
2021-01-12
scripted-diff: Fix typo in stub manual pages
Wladimir J. van der Laan
2021-01-12
doc: Add manual page generation for bitcoin-util
Wladimir J. van der Laan
2021-01-12
Merge #19937: signet mining utility
Wladimir J. van der Laan
2021-01-12
Merge #20619: guix: Quality of life improvements
fanquake
2021-01-12
[doc] for CheckInputsFromMempoolAndCache
gzhao408
2021-01-12
lock annotations for MemPoolAccept functions
gzhao408
2021-01-12
contrib/signet: Document miner script in README.md
Anthony Towns
2021-01-12
contrib/signet: Add script for generating a signet chain
Anthony Towns
2021-01-12
Add bitcoin-util command line utility
Anthony Towns
2021-01-12
Merge #20495: sync: Use decltype(auto) return type for WITH_LOCK
fanquake
2021-01-11
Merge #19315: [tests] Allow outbound & block-relay-only connections in functi...
MarcoFalke
2021-01-11
Merge #20787: Use C++17 std::array deduction for OUTPUT_TYPES, ALL_FEE_ESTIMA...
fanquake
2021-01-11
Merge #20373: refactor, net: Increase CNode data member encapsulation
MarcoFalke
2021-01-11
Merge #20852: net: allow CSubNet of non-IP networks
Wladimir J. van der Laan
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-11
Merge bitcoin-core/gui#161: Add PeerTableModel::StatsRole to prevent data lay...
Jonas Schnelli
2021-01-11
Merge #20876: test: Replace getmempoolentry with testmempoolaccept in MiniWallet
MarcoFalke
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-11
Merge #18819: net: Replace cs_feeFilter with simple std::atomic
fanquake
2021-01-10
test: add test for banning of non-IP addresses
Vasil Dimov
2021-01-10
net: allow CSubNet of non-IP networks
Vasil Dimov
2021-01-10
refactor, net: Increase CNode data member encapsulation
Hennadii Stepanov
2021-01-10
refactor, move-only: Relocate CNode private members
Hennadii Stepanov
2021-01-10
Merge bitcoin-core/gui#163: Peer details: replace Direction with Connection Type
MarcoFalke
2021-01-10
Merge #20881: fuzz: net permission flags in net processing
MarcoFalke
2021-01-10
Merge #20890: doc: Add explicit macdeployqtplus dependencies install step
fanquake
2021-01-09
net_processing: move Peer definition to .cpp
Anthony Towns
2021-01-09
net_processing: move PeerManagerImpl into cpp file
Anthony Towns
2021-01-09
net_processing: split PeerManager into interface and implementation classes
Anthony Towns
2021-01-09
net_processing: make more of PeerManager private
Anthony Towns
2021-01-09
net, net_processing: move NetEventsInterface method docs to net.h
Anthony Towns
2021-01-09
rpc: move getpeerinfo connection_type help to correct place
Jon Atack
2021-01-09
gui: improve connection type tooltip
Hennadii Stepanov
[next]