index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-09-13
fuzz: Drop unused params from serialize helpers
MarcoFalke
2023-09-13
make DisconnectedBlockTransactions responsible for its own memory management
glozow
2023-09-13
MOVEONLY: DisconnectedBlockTransactions to its own file
glozow
2023-09-13
rewrite DisconnectedBlockTransactions as a list + map
glozow
2023-09-13
Do not use std::vector = {} to release memory
Pieter Wuille
2023-09-13
add std::list to memusage
glozow
2023-09-13
[bench] DisconnectedBlockTransactions
glozow
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
gui: macOS, make appMenuBar part of the main app window
furszy
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
wallet: Use CTxDestination in CRecipient rather than scriptPubKey
Andrew Chow
2023-09-12
Add PubKeyDestination for P2PK scripts
Andrew Chow
2023-09-12
Allow CNoDestination to represent a raw script
Andrew Chow
2023-09-12
Make WitnessUnknown members private
Andrew Chow
2023-09-12
[fuzz] Use afl++ shared-memory fuzzing
dergoegge
2023-09-12
Merge bitcoin/bitcoin#28448: rpc: Deprecate rpcserialversion=0
fanquake
2023-09-12
scripted-diff: Rename CBufferedFile to BufferedFile
MarcoFalke
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
2023-09-12
dbwrapper: Use DataStream for batch operations
TheCharlatan
2023-09-12
Merge bitcoin/bitcoin#28427: index: coinstats reorg, fail when block cannot b...
fanquake
2023-09-11
qt: Silence `-Wcast-function-type` warning
Hennadii Stepanov
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-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
gui: macOS, do not process dock icon actions during shutdown
furszy
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
[refactor] batch-add transactions to DisconnectedBlockTransactions
glozow
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
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
[prev]
[next]