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-11
rpc: Deprecate rpcserialversion=0
Anthony Towns
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
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
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#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
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
2023-09-05
Merge bitcoin/bitcoin#28404: Update libsecp256k1 subtree to release 0.4.0
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
2023-09-05
Use serialization parameters for CAddress serialization
MarcoFalke
2023-09-04
Update secp256k1 subtree to upstream release 0.4.0
Pieter Wuille
2023-09-04
Squashed 'src/secp256k1/' changes from c545fdc374..199d27cea3
Pieter Wuille
2023-09-02
Merge bitcoin/bitcoin#28383: Update translations for 26.0 soft translation st...
fanquake
2023-09-01
Merge bitcoin/bitcoin#28350: Log explicit error message when coindb is found ...
Andrew Chow
2023-09-01
qt: Update translation source file
Hennadii Stepanov
2023-09-01
qt: Translation updates from Transifex
Hennadii Stepanov
2023-08-31
Merge bitcoin/bitcoin#28364: log: log wtxids when possible, add TXPACKAGES ca...
Andrew Chow
2023-08-31
Merge bitcoin-core/gui#749: make '-min' minimize wallet loading dialog
Hennadii Stepanov
2023-08-30
fuzz: add ConstructPubKeyBytes function
josibake
2023-08-29
[doc] move comment about AlreadyHaveTx DoS score to the right place
glozow
2023-08-29
[log] add more logs related to orphan handling
glozow
2023-08-29
[log] add category TXPACKAGES for orphanage and package relay
glozow
2023-08-29
[log] include wtxid in tx {relay,validation,orphanage} logging
glozow
2023-08-29
Merge bitcoin/bitcoin#28354: test: default acceptnonstdtxn=0 on all chains
fanquake
2023-08-28
Support for serialization parameters
MarcoFalke
2023-08-28
Rename CSerAction* to Action*
MarcoFalke
2023-08-28
Replace READWRITEAS macro with AsBase wrapping function
MarcoFalke
2023-08-28
config: default acceptnonstdtxn=0 on all chains
Anthony Towns
2023-08-27
log: Print error message when coindb is in inconsistent state
Fabian Jahr
2023-08-25
refactor: Use HashWriter over legacy CHashWriter (via SerializeHash)
MarcoFalke
2023-08-25
refactor: Use HashWriter over legacy CHashWriter
MarcoFalke
[next]