aboutsummaryrefslogtreecommitdiff
path: root/src/primitives
AgeCommit message (Expand)Author
2024-05-15Merge bitcoin/bitcoin#28929: serialization: Support for multiple parametersAva Chow
2024-02-27[validation] Cache merkle root and witness commitment checksdergoegge
2024-02-21serialization: Drop unnecessary ParamsStream referencesRyan Ofsky
2024-01-11serialization: Support for multiple parametersRyan Ofsky
2023-11-28Merge bitcoin/bitcoin#28766: Improve peformance of CTransaction::HasWitness (...Andrew Chow
2023-11-21Use Txid in COutpointdergoegge
2023-11-16Include version.h in fewer placesAnthony Towns
2023-11-14Drop CHashWriterAnthony Towns
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-01[primitives] Precompute result of CTransaction::HasWitnessdergoegge
2023-10-27refactor: Add LIFETIMEBOUND to all (w)txid gettersMarcoFalke
2023-10-12Introduce types for txids & wtxidsdergoegge
2023-09-19Remove CHashWriter typeMarcoFalke
2023-09-08Remove version/hashing options from CBlockLocator/CDiskBlockIndexCory Fields
2023-08-28Replace READWRITEAS macro with AsBase wrapping functionMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-09wallet: Move fee underpayment check to after fee settingAndrew Chow
2022-08-31CBlockLocator: performance-move-const-arg Clang tidy fixupsJon Atack
2022-08-05Add time helpersMacroFake
2022-07-25refactor: Make CTransaction constructor explicitMacroFake
2022-02-19Merge bitcoin/bitcoin#24350: Primitives: Correct CTransaction deserialization...MarcoFalke
2022-02-15Primitives: Correct CTransaction deserialization docstringTheCharlatan
2022-01-26Extract CTxIn::MAX_SEQUENCE_NONFINAL constantMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-22Make GenTxid boolean constructor privateMarcoFalke
2021-10-21create explicit GenTxid::{Txid, Wtxid} ctorsglozow
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-15Merge #20611: Move TX_MAX_STANDARD_VERSION to policyWladimir J. van der Laan
2020-12-10Move TX_MAX_STANDARD_VERSION to policyMarcoFalke
2020-12-07Remove unused and confusing CTransaction constructorMarcoFalke
2020-10-12Report and verify expirationsPieter Wuille
2020-09-17net: CNetAddr: add support to (un)serialize as ADDRv2Vasil Dimov
2020-07-30refactor: add GenTxid (=txid or wtxid) type and use it for tx request logicPieter Wuille
2020-05-20Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke
2020-05-03Remove CCoinsViewCache::GetValueIn(...)practicalswift
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-30Convert everything except wallet/qt to new serializationPieter Wuille
2020-03-23Check for overflow when calculating sum of outputsElichai Turkel
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-15Remove unused includespracticalswift
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-04-25Merge #14039: Disallow extended encoding for non-witness transactionsMarcoFalke
2018-12-17 Made expicit constructor CTransaction(const CMutableTransaction &tx).lucash-dev
2018-11-30Use const in COutPoint classHennadii Stepanov
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-18Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAGpracticalswift
2018-09-26doxygen: Fix member commentsMarcoFalke
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2018-08-23Disallow extended encoding for non-witness transactionsPieter Wuille