aboutsummaryrefslogtreecommitdiff
path: root/src/primitives/transaction.cpp
AgeCommit message (Expand)Author
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-07refactor: Rename CTransaction::nVersion to versionAva Chow
2024-06-07consensus: Store transaction nVersion as uint32_tAva Chow
2024-05-16util: move HexStr and HexDigit from util to cryptoTheCharlatan
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-14Use ParamsWrapper for witness serializationAnthony Towns
2023-11-01[primitives] Precompute result of CTransaction::HasWitnessdergoegge
2023-10-12Introduce types for txids & wtxidsdergoegge
2023-09-19Remove CHashWriter typeMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-07-25refactor: Make CTransaction constructor explicitMacroFake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2020-12-07Remove unused and confusing CTransaction constructorMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-23Check for overflow when calculating sum of outputsElichai Turkel
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-04Cache witness hash in CTransactionMarcoFalke
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-24Replace traditional for with ranged for in primitivesDag Robole
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-07-12Reorder C{,Mutable}Transaction for better packingJeremy Rubin
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-03[cleanup] Remove coin age priority completely.Alex Morcos
2017-03-03Optimize GetWitnessHash() for non-segwit transactionsSuhas Daftuar
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-04Move CTxInWitness inside CTxInPieter Wuille
2016-12-02Make CTransaction actually immutablePieter Wuille
2016-11-19Add deserializing constructors to CTransaction and CMutableTransactionPieter Wuille
2016-11-04Remove unused CTxOut::GetHash()Matt Corallo
2016-09-06Adding method GetTotalSize() to CTransactionHampus Sjöberg
2016-08-19Use __func__ to get function name for output printingMarcoFalke
2016-07-18Rename "block cost" to "block weight"Suhas Daftuar
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-02-12Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan
2016-02-10Implement SequenceLocks functionsAlex Morcos
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-30Resolve issue 3166.mruddy
2015-07-20Separate core memory usage computation in core_memusage.hPieter Wuille
2015-07-10Implement accurate memory accounting for mempoolPieter Wuille
2015-07-02Move recently introduced CTransAction::IsEquivalentTo to CWalletTxWladimir J. van der Laan
2015-04-11Implement CTransaction::IsEquivalentTo(...)Tom Harding
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík