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-07
Merge bitcoin/bitcoin#28361: fuzz: add ConstructPubKeyBytes util function
fanquake
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
2023-08-25
wallet: accurately account for the size of the witness stack
Antoine Poinsot
2023-08-25
wallet: use descriptor satisfaction size to estimate inputs size
Antoine Poinsot
2023-08-25
script/signingprovider: introduce a MultiSigningProvider
Antoine Poinsot
2023-08-25
descriptor: introduce a method to get the satisfaction size
Antoine Poinsot
2023-08-25
miniscript: introduce a helper to get the maximum witness 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-24
Merge bitcoin/bitcoin#27480: doc: Improve documentation of rpcallowip
Andrew Chow
2023-08-24
Merge bitcoin/bitcoin#27585: fuzz: improve `coinselection`
Andrew Chow
2023-08-24
Merge bitcoin/bitcoin#28165: net: transport abstraction
fanquake
2023-08-24
rpc: Add MaybeArg() and Arg() default helper
MarcoFalke
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
net: measure send buffer fullness based on memory usage
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
[next]