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-13
Do not use std::vector = {} to release memory
Pieter Wuille
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-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
depends: cctools 986 & ld64 711
fanquake
2023-09-06
depends: libtapi 1300.0.6.5
fanquake
2023-09-06
fuzz: introduce and use `ConsumePrivateKey` helper
Sebastian Falbesoner
2023-09-05
Merge bitcoin/bitcoin#28151: build: use `-muse-unaligned-vector-move` for Win...
fanquake
2023-09-05
test: remove unused variables in `p2p_invalid_block`
brunoerg
2023-09-05
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
2023-09-05
test: Combine sync_send_with_ping and sync_with_ping
MarcoFalke
2023-09-05
Merge bitcoin/bitcoin#28404: Update libsecp256k1 subtree to release 0.4.0
fanquake
2023-09-05
Merge bitcoin/bitcoin#28359: ci: Asan with -ftrivial-auto-var-init=pattern
fanquake
2023-09-05
Merge bitcoin/bitcoin#28386: test: remove fixed timeouts from feature_config_...
fanquake
2023-09-05
Merge bitcoin/bitcoin#28396: test: p2p: check that `getaddr` msgs are only re...
fanquake
2023-09-05
Merge bitcoin/bitcoin#28402: ci: Bump `actions/checkout` version
fanquake
2023-09-05
Merge bitcoin/bitcoin#28291: rpc: removed StrFormatInternalBug quote delimita...
fanquake
2023-09-05
Remove unused legacy CHashVerifier
MarcoFalke
2023-09-05
test: add tests that exercise WithParams()
MarcoFalke
[next]