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
/
test
/
fuzz
Age
Commit message (
Expand
)
Author
2023-09-14
Merge bitcoin/bitcoin#28460: fuzz: Use afl++ shared-memory fuzzing
fanquake
2023-09-14
Merge bitcoin/bitcoin#28423: kernel: Remove protocol.h/netaddress.h/compat.h ...
fanquake
2023-09-12
[refactor] Add CChainParams member to CConnman
TheCharlatan
2023-09-12
[refactor] Add missing includes for next commit
TheCharlatan
2023-09-12
[fuzz] Use afl++ shared-memory fuzzing
dergoegge
2023-09-12
scripted-diff: Rename CBufferedFile to BufferedFile
MarcoFalke
2023-09-12
Remove unused GetType() from CBufferedFile and CAutoFile
MarcoFalke
2023-09-10
net: do not use send buffer to store/cache garbage
Pieter Wuille
2023-09-08
Merge bitcoin/bitcoin#28196: BIP324 connection support
fanquake
2023-09-07
Merge bitcoin/bitcoin#28361: fuzz: add ConstructPubKeyBytes util function
fanquake
2023-09-07
net: make V2Transport send uniformly random number garbage bytes
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
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#28419: fuzz: introduce and use `ConsumePrivateKey` helper
fanquake
2023-09-06
Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using...
Andrew Chow
2023-09-06
fuzz: introduce and use `ConsumePrivateKey` helper
Sebastian Falbesoner
2023-09-05
Use serialization parameters for CAddress serialization
MarcoFalke
2023-08-30
fuzz: add ConstructPubKeyBytes function
josibake
2023-08-25
wallet: accurately account for the size of the witness stack
Antoine Poinsot
2023-08-25
descriptor: introduce a method to get the satisfaction size
Antoine Poinsot
2023-08-25
miniscript: make GetStackSize independent of P2WSH context
Antoine Poinsot
2023-08-24
Merge bitcoin/bitcoin#28287: rpc, test: add `sendmsgtopeer` rpc and a test fo...
Andrew Chow
2023-08-23
refactor: make Transport::ReceivedBytes just return success/fail
Pieter Wuille
2023-08-23
net: move message conversion to wire bytes from PushMessage to SocketSendData
Pieter Wuille
2023-08-23
fuzz: add bidirectional fragmented transport test
Pieter Wuille
2023-08-23
net: make V1Transport implicitly use current chainparams
Pieter Wuille
2023-08-23
net: abstract sending side of transport serialization further
Pieter Wuille
2023-08-23
refactor: rename Transport class receive functions
Pieter Wuille
2023-08-23
refactor: merge transport serializer and deserializer into Transport class
Pieter Wuille
2023-08-22
rpc: add test-only sendmsgtopeer rpc
Martin Zumsande
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-08-17
fuzz: support std::byte in Consume{Fixed,Variable}LengthByteVector
Pieter Wuille
2023-08-17
crypto: require key on ChaCha20 initialization
Pieter Wuille
2023-08-17
crypto: refactor ChaCha20 classes to use Span<std::byte> interface
Pieter Wuille
2023-08-17
Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}
fanquake
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-15
Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPC
Andrew Chow
2023-08-15
Merge bitcoin/bitcoin#28267: crypto: BIP324 ciphersuite follow-up
fanquake
2023-08-15
Merge bitcoin/bitcoin#28215: fuzz: fix a couple incorrect assertions in the `...
fanquake
2023-08-15
refactor: add missing headers for BIP324 ciphersuite
stratospher
2023-08-14
Rename script/standard.{cpp/h} to script/solver.{cpp/h}
Andrew Chow
2023-08-14
Clean up things that include script/standard.h
Andrew Chow
2023-08-14
Move CTxDestination to its own file
Andrew Chow
2023-08-14
Move CScriptID to script.{h/cpp}
Andrew Chow
2023-08-14
crypto: BIP324 ciphersuite follow-up
stratospher
2023-08-11
fuzz: coins_view: remove an incorrect assertion
Antoine Poinsot
2023-08-10
Merge bitcoin/bitcoin#28008: BIP324 ciphersuite
fanquake
2023-08-07
Add importmempool RPC
MarcoFalke
[next]