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
/
primitives
/
transaction.h
Age
Commit message (
Expand
)
Author
2022-07-25
refactor: Make CTransaction constructor explicit
MacroFake
2022-02-19
Merge bitcoin/bitcoin#24350: Primitives: Correct CTransaction deserialization...
MarcoFalke
2022-02-15
Primitives: Correct CTransaction deserialization docstring
TheCharlatan
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-22
Make GenTxid boolean constructor private
MarcoFalke
2021-10-21
create explicit GenTxid::{Txid, Wtxid} ctors
glozow
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-15
Merge #20611: Move TX_MAX_STANDARD_VERSION to policy
Wladimir J. van der Laan
2020-12-10
Move TX_MAX_STANDARD_VERSION to policy
MarcoFalke
2020-12-07
Remove unused and confusing CTransaction constructor
MarcoFalke
2020-10-12
Report and verify expirations
Pieter Wuille
2020-09-17
net: CNetAddr: add support to (un)serialize as ADDRv2
Vasil Dimov
2020-07-30
refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic
Pieter Wuille
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-03
Remove CCoinsViewCache::GetValueIn(...)
practicalswift
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-04-25
Merge #14039: Disallow extended encoding for non-witness transactions
MarcoFalke
2018-12-17
Made expicit constructor CTransaction(const CMutableTransaction &tx).
lucash-dev
2018-11-30
Use const in COutPoint class
Hennadii Stepanov
2018-10-18
Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAG
practicalswift
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-08-23
Disallow extended encoding for non-witness transactions
Pieter Wuille
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-10
Removed unused == operator from CMutableTransaction.
lucash.dev@gmail.com
2018-05-04
Cache witness hash in CTransaction
MarcoFalke
2018-05-04
Make CMutableTransaction constructor explicit
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-06
Merge #8330: Structure Packing Optimizations in C{,Mutable}Transaction
Wladimir J. van der Laan
2017-07-15
Merge #10760: Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-12
Reorder C{,Mutable}Transaction for better packing
Jeremy Rubin
2017-07-07
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-04-28
Improved efficiency in COutPoint constructors
Marcos Mayorga
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-21
Remove unused MakeTransactionRef overloads
Pieter Wuille
2016-12-21
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-08
Bump default transaction version to 2
BtcDrak
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Add deserializing constructors to CTransaction and CMutableTransaction
Pieter Wuille
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
[next]