aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-09-07index: coinstats reorg, fail when block cannot be reversedfurszy
2023-09-07Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress s...fanquake
2023-09-07Merge bitcoin/bitcoin#28419: fuzz: introduce and use `ConsumePrivateKey` helperfanquake
2023-09-06Merge bitcoin/bitcoin#26567: Wallet: estimate the size of signed inputs using...Andrew Chow
2023-09-06fuzz: introduce and use `ConsumePrivateKey` helperSebastian Falbesoner
2023-09-05Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex checkfanquake
2023-09-05Merge bitcoin/bitcoin#28404: Update libsecp256k1 subtree to release 0.4.0fanquake
2023-09-05Merge bitcoin/bitcoin#28291: rpc: removed StrFormatInternalBug quote delimita...fanquake
2023-09-05Remove unused legacy CHashVerifierMarcoFalke
2023-09-05test: add tests that exercise WithParams()MarcoFalke
2023-09-05Use serialization parameters for CAddress serializationMarcoFalke
2023-09-04Update secp256k1 subtree to upstream release 0.4.0Pieter Wuille
2023-09-04Squashed 'src/secp256k1/' changes from c545fdc374..199d27cea3Pieter Wuille
2023-09-02Merge bitcoin/bitcoin#28383: Update translations for 26.0 soft translation st...fanquake
2023-09-01Merge bitcoin/bitcoin#28350: Log explicit error message when coindb is found ...Andrew Chow
2023-09-01qt: Update translation source fileHennadii Stepanov
2023-09-01qt: Translation updates from TransifexHennadii Stepanov
2023-08-31Merge bitcoin/bitcoin#28364: log: log wtxids when possible, add TXPACKAGES ca...Andrew Chow
2023-08-31Merge bitcoin-core/gui#749: make '-min' minimize wallet loading dialogHennadii Stepanov
2023-08-29[doc] move comment about AlreadyHaveTx DoS score to the right placeglozow
2023-08-29[log] add more logs related to orphan handlingglozow
2023-08-29[log] add category TXPACKAGES for orphanage and package relayglozow
2023-08-29[log] include wtxid in tx {relay,validation,orphanage} loggingglozow
2023-08-29Merge bitcoin/bitcoin#28354: test: default acceptnonstdtxn=0 on all chainsfanquake
2023-08-28Support for serialization parametersMarcoFalke
2023-08-28Rename CSerAction* to Action*MarcoFalke
2023-08-28Replace READWRITEAS macro with AsBase wrapping functionMarcoFalke
2023-08-28config: default acceptnonstdtxn=0 on all chainsAnthony Towns
2023-08-27log: Print error message when coindb is in inconsistent stateFabian Jahr
2023-08-25refactor: Use HashWriter over legacy CHashWriter (via SerializeHash)MarcoFalke
2023-08-25refactor: Use HashWriter over legacy CHashWriterMarcoFalke
2023-08-25wallet: accurately account for the size of the witness stackAntoine Poinsot
2023-08-25wallet: use descriptor satisfaction size to estimate inputs sizeAntoine Poinsot
2023-08-25script/signingprovider: introduce a MultiSigningProviderAntoine Poinsot
2023-08-25descriptor: introduce a method to get the satisfaction sizeAntoine Poinsot
2023-08-25miniscript: introduce a helper to get the maximum witness sizeAntoine Poinsot
2023-08-25miniscript: make GetStackSize independent of P2WSH contextAntoine Poinsot
2023-08-24Merge bitcoin/bitcoin#28287: rpc, test: add `sendmsgtopeer` rpc and a test fo...Andrew Chow
2023-08-24Merge bitcoin/bitcoin#27480: doc: Improve documentation of rpcallowipAndrew Chow
2023-08-24Merge bitcoin/bitcoin#27585: fuzz: improve `coinselection`Andrew Chow
2023-08-24Merge bitcoin/bitcoin#28165: net: transport abstractionfanquake
2023-08-24rpc: Add MaybeArg() and Arg() default helperMarcoFalke
2023-08-23refactor: make Transport::ReceivedBytes just return success/failPieter Wuille
2023-08-23net: move message conversion to wire bytes from PushMessage to SocketSendDataPieter Wuille
2023-08-23net: measure send buffer fullness based on memory usagePieter Wuille
2023-08-23fuzz: add bidirectional fragmented transport testPieter Wuille
2023-08-23net: make V1Transport implicitly use current chainparamsPieter Wuille
2023-08-23net: abstract sending side of transport serialization furtherPieter Wuille
2023-08-23refactor: rename Transport class receive functionsPieter Wuille
2023-08-23net: add V1Transport lock protecting receive statePieter Wuille