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-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
2020-12-14
rpc: allow getblocktemplate for test chains when unconnected or in IBD
Anthony Towns
2020-12-14
rpc: update getblocktemplate with signet rule, include signet_challenge
Anthony Towns
2020-12-14
Merge #20617: p2p: Remove m_is_manual_connection from CNodeState
fanquake
2020-12-13
Merge #20588: Remove unused and confusing CTransaction constructor
fanquake
2020-12-12
Merge #20079: p2p: Treat handshake misbehavior like unknown message
MarcoFalke
2020-12-12
Merge #20275: wallet: List all wallets in non-SQLite and non-BDB builds
MarcoFalke
2020-12-11
Merge #19858: Periodically make block-relay connections and sync headers
MarcoFalke
2020-12-11
Merge #19982: test: Fix inconsistent lock order in wallet_tests/CreateWallet
fanquake
2020-12-10
test: Fix inconsistent lock order in wallet_tests/CreateWallet
Hennadii Stepanov
2020-12-10
[skip ci] sync: Check precondition in LEAVE_CRITICAL_SECTION() macro
Hennadii Stepanov
2020-12-10
sync: Improve CheckLastCritical()
Hennadii Stepanov
2020-12-10
Remove m_is_manual_connection from CNodeState
Antoine Riard
2020-12-10
Merge #20613: test: Use Popen.wait instead of RPC in assert_start_raises_init...
MarcoFalke
2020-12-10
Clarify comments around outbound peer eviction
Suhas Daftuar
2020-12-10
Periodically make block-relay connections and sync headers
Suhas Daftuar
2020-12-10
Merge #20587: [doc] Tidy up Tor doc (more stringent)
Wladimir J. van der Laan
2020-12-10
Use conn_type to identify block-relay peers, rather than m_tx_relay == nullptr
Suhas Daftuar
2020-12-10
Simplify and clarify extra outbound peer counting
Suhas Daftuar
2020-12-10
Merge #20527: build: Do not ignore Homebrew's SQLite on macOS
Jonas Schnelli
2020-12-10
Merge #20549: Support make src/bitcoin-node and src/bitcoin-gui
Wladimir J. van der Laan
2020-12-10
test: Use Popen.wait instead of RPC in assert_start_raises_init_error
MarcoFalke
2020-12-10
Merge #20567: test: Add option to git-subtree-check to do full check, add help
Wladimir J. van der Laan
2020-12-10
Merge #20589: log: Clarify that failure to read/write fee_estimates.dat is no...
Wladimir J. van der Laan
2020-12-10
Merge #20595: Improve heuristic hex transaction decoding
Wladimir J. van der Laan
2020-12-10
Merge #20609: configure: output notice that test binary is disabled by fuzzing
MarcoFalke
2020-12-10
Merge #20573: wallet, bugfix: allow send with string fee_rate amounts
MarcoFalke
2020-12-10
Merge #19776: net, rpc: expose high bandwidth mode state via getpeerinfo
MarcoFalke
2020-12-10
Merge #20217: net: Remove g_relay_txes
MarcoFalke
2020-12-10
Merge #20608: contrib: add symbol check test for PE binaries
fanquake
2020-12-10
Merge #20046: depends: Set CMAKE_INSTALL_RPATH for native packages
fanquake
2020-12-09
configure: output notice that test binary is disabled by fuzzing
Andrew Poelstra
2020-12-09
Merge #20603: build: Update crc32c subtree
Wladimir J. van der Laan
2020-12-09
Remove g_relay_txes
John Newbery
2020-12-09
[net processing] Add m_ignores_incoming_txs to PeerManager and use internally
John Newbery
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
contrib: add symbol check test for PE
fanquake
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
Add regression test for incorrect decoding
Pieter Wuille
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
[next]