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
2020-10-09
tor: make a TORv3 hidden service instead of TORv2
Vasil Dimov
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-10-09
net: CAddress & CAddrMan: (un)serialize as ADDRv2
Vasil Dimov
2020-10-09
Support bypassing range check in ReadCompactSize
Pieter Wuille
2020-09-29
Merge #19107: p2p: Move all header verification into the network layer, exten...
fanquake
2020-09-29
Merge #19969: Send RPC bug fix and touch-ups
fanquake
2020-09-29
Merge #20028: test: Check that invalid peer traffic is accounted for
fanquake
2020-09-29
Merge #20014: doc: Mention signet in -help output
fanquake
2020-09-28
Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2
Pieter Wuille
2020-09-28
Merge #15367: feature: Added ability for users to add a startup command
MarcoFalke
2020-09-28
feature: Added ability for users to add a startup command
Ben Carman
2020-09-28
test: Check that invalid peer traffic is accounted for
MarcoFalke
2020-09-28
test: Remove confusing cast to same type (int to int)
MarcoFalke
2020-09-28
Merge #20016: uint256: 1 is a constant
MarcoFalke
2020-09-28
Merge #20026: test: typo in a functional test doc
MarcoFalke
2020-09-28
wallet: no need for duplicate storage for ABANDON_HASH constant
Anthony Towns
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-28
uint256: Update constructors to c++11, make ONE static
Anthony Towns
2020-09-27
[Trivial] python help message
kanon
2020-09-26
Merge #20023: test: remove unused constants in functional tests
MarcoFalke
2020-09-26
Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs
MarcoFalke
2020-09-26
Merge #20022: test: use explicit p2p objects where available
MarcoFalke
2020-09-26
test: remove unused constants in functional tests
Sebastian Falbesoner
2020-09-26
test: use explicit p2p objects where available
Oliver Gugger
2020-09-25
doc: Mention signet in -help output
Hennadii Stepanov
2020-09-25
Merge #19804: test/refactor: reference p2p objects explicitly and remove conf...
MarcoFalke
2020-09-23
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-23
Merge #19868: build: Fix target name
MarcoFalke
2020-09-23
Merge #19994: Assert that RPCArg names are equal to CRPCCommand ones (net, rp...
MarcoFalke
2020-09-23
Merge #19979: Replace LockAssertion with AssertLockHeld, remove LockAssertion
MarcoFalke
2020-09-23
Merge #19572: ZMQ: Create "sequence" notifier, enabling client-side mempool t...
Wladimir J. van der Laan
2020-09-23
Merge #19993: refactor: Signet fixups
MarcoFalke
2020-09-22
Remove header checks out of net_processing
Troy Giorshev
2020-09-22
Give V1TransportDeserializer CChainParams& member
Troy Giorshev
2020-09-22
Change CMessageHeader Constructor
Troy Giorshev
2020-09-22
Add doxygen comment for ReceiveMsgBytes
Troy Giorshev
2020-09-22
Move checksum check from net_processing to net
Troy Giorshev
2020-09-22
Give V1TransportDeserializer an m_node_id member
Troy Giorshev
2020-09-22
Merge #19963: Clarify blocksonly whitelistforcerelay test
MarcoFalke
2020-09-22
Merge #19959: build: patch qt libpng to fix powerpc build
MarcoFalke
2020-09-22
doc: Document signet BIP
MarcoFalke
2020-09-22
doc: Update comments for new chain settings (-signet and -chain=signet)
MarcoFalke
2020-09-22
fuzz: Remove needless guard
MarcoFalke
2020-09-22
refactor: Remove SignetTxs::m_valid and use optional instead
MarcoFalke
2020-09-22
test: Run signet test even when wallet was not compiled
MarcoFalke
2020-09-22
Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet)
MarcoFalke
2020-09-22
Update zmq notification documentation and sample consumer
Gregory Sanders
2020-09-22
Add functional tests for zmq sequence topic and mempool sequence logic
Gregory Sanders
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
zmq test: Actually make reorg occur
Gregory Sanders
[next]