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
2023-09-12
[refactor] Remove compat.h from kernel headers
TheCharlatan
2023-09-12
[refactor] Remove netaddress.h from kernel headers
TheCharlatan
2023-09-12
[refactor] Add CChainParams member to CConnman
TheCharlatan
2023-09-12
[refactor] Add missing includes for next commit
TheCharlatan
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-09-12
[refactor] Define MessageStartChars as std::array
TheCharlatan
2023-09-12
[refactor] Allow std::array<std::byte, N> in serialize.h
MarcoFalke
2023-09-12
Merge bitcoin/bitcoin#28101: doc, refactor: changing -torcontrol help to spec...
Andrew Chow
2023-09-12
Merge bitcoin/bitcoin#28414: wallet rpc: return final tx hex from walletproce...
Andrew Chow
2023-09-12
Merge bitcoin/bitcoin#28105: doc: Clarify that -fstack-reuse=all bugs exist o...
fanquake
2023-09-12
Merge bitcoin/bitcoin#28448: rpc: Deprecate rpcserialversion=0
fanquake
2023-09-12
doc: Clarify that -fstack-reuse=all bugs exist on all versions of GCC
MarcoFalke
2023-09-12
Merge bitcoin/bitcoin#28427: index: coinstats reorg, fail when block cannot b...
fanquake
2023-09-11
Merge bitcoin/bitcoin#28433: Follow-up to BIP324 connection support
fanquake
2023-09-11
rpc: Deprecate rpcserialversion=0
Anthony Towns
2023-09-10
doc: fix typos and mistakes in BIP324 code comments
Pieter Wuille
2023-09-10
net: do not use send buffer to store/cache garbage
Pieter Wuille
2023-09-10
net: merge V2Transport constructors, move key gen
Pieter Wuille
2023-09-10
Merge bitcoin/bitcoin#27944: test: various USDT functional test cleanups (278...
fanquake
2023-09-09
Merge bitcoin/bitcoin#28431: Remove needless `GetTransactionOutputWeight` helper
fanquake
2023-09-09
Merge bitcoin/bitcoin#28428: Hard-code version number value for CBlockLocator...
fanquake
2023-09-08
refactor: remove clientversion include from dbwrapper.h
Cory Fields
2023-09-08
refactor: Use DataStream now that version/type are unused
Cory Fields
2023-09-08
Remove version/hashing options from CBlockLocator/CDiskBlockIndex
Cory Fields
2023-09-08
index: add [nodiscard] attribute to functions writing to the db
furszy
2023-09-08
Merge bitcoin/bitcoin#28196: BIP324 connection support
fanquake
2023-09-08
consensus/validation.h: remove needless GetTransactionOutputWeight helper
Antoine Poinsot
2023-09-07
Merge bitcoin/bitcoin#28361: fuzz: add ConstructPubKeyBytes util function
fanquake
2023-09-07
index: coinstats reorg, fail when block cannot be reversed
furszy
2023-09-07
Merge bitcoin/bitcoin#28412: test: remove unused variables in `p2p_invalid_bl...
fanquake
2023-09-07
Merge bitcoin/bitcoin#28422: depends: cctools 986, ld64 711 & libtapi 1300.0.6.5
fanquake
2023-09-07
net: detect wrong-network V1 talking to V2Transport
Pieter Wuille
2023-09-07
test: add unit tests for V2Transport
Pieter Wuille
2023-09-07
net: make V2Transport preallocate receive buffer space
Pieter Wuille
2023-09-07
net: make V2Transport send uniformly random number garbage bytes
Pieter Wuille
2023-09-07
net: add short message encoding/decoding support to V2Transport
Pieter Wuille
2023-09-07
net: make V2Transport auto-detect incoming V1 and fall back to it
Pieter Wuille
2023-09-07
net: add V2Transport class with subset of BIP324 functionality
Pieter Wuille
2023-09-07
crypto: Spanify EllSwiftPubKey constructor
Pieter Wuille
2023-09-07
net: remove unused Transport::SetReceiveVersion
Pieter Wuille
2023-09-07
net: add have_next_message argument to Transport::GetBytesToSend()
Pieter Wuille
2023-09-07
Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress s...
fanquake
2023-09-07
Merge bitcoin/bitcoin#28426: doc: s/--no-substitute/--no-substitutes in guix/...
fanquake
2023-09-07
Merge bitcoin/bitcoin#28419: fuzz: introduce and use `ConsumePrivateKey` helper
fanquake
2023-09-07
doc: s/--no-substitute/--no-substitutes in guix/INSTALL
fanquake
2023-09-06
Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using...
Andrew Chow
2023-09-06
Merge bitcoin/bitcoin#28409: test: Combine sync_send_with_ping and sync_with_...
fanquake
2023-09-06
doc: add release note for PR #28414
Matthew Zipkin
2023-09-06
test: remove unnecessary finalizepsbt rpc calls
ismaelsadeeq
2023-09-06
depends: cctools 986 & ld64 711
fanquake
[next]