aboutsummaryrefslogtreecommitdiff
path: root/src/primitives/transaction.h
AgeCommit message (Expand)Author
2024-06-07refactor: Rename CTransaction::nVersion to versionAva Chow
2024-06-07consensus: Store transaction nVersion as uint32_tAva Chow
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-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
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-09wallet: Move fee underpayment check to after fee settingAndrew Chow
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-03-30Convert everything except wallet/qt to new serializationPieter Wuille
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
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-10-18Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAGpracticalswift
2018-09-26doxygen: Fix member commentsMarcoFalke
2018-08-23Disallow extended encoding for non-witness transactionsPieter Wuille
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-10Removed unused == operator from CMutableTransaction.lucash.dev@gmail.com
2018-05-04Cache witness hash in CTransactionMarcoFalke
2018-05-04Make CMutableTransaction constructor explicitMarcoFalke
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-06Merge #8330: Structure Packing Optimizations in C{,Mutable}TransactionWladimir J. van der Laan
2017-07-15Merge #10760: Avoid dereference-of-casted-pointerPieter Wuille
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-07-12Reorder C{,Mutable}Transaction for better packingJeremy Rubin
2017-07-07Avoid dereference-of-casted-pointerPieter Wuille
2017-05-03Consensus: Minimal way to move dust out of consensusJorge Timón
2017-04-28Improved efficiency in COutPoint constructorsMarcos Mayorga