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.cpp
Age
Commit message (
Expand
)
Author
2018-05-04
Cache witness hash in CTransaction
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-24
Replace traditional for with ranged for in primitives
Dag Robole
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-12
Reorder C{,Mutable}Transaction for better packing
Jeremy Rubin
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
Optimize GetWitnessHash() for non-segwit transactions
Suhas Daftuar
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-04
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-11-19
Add deserializing constructors to CTransaction and CMutableTransaction
Pieter Wuille
2016-11-04
Remove unused CTxOut::GetHash()
Matt Corallo
2016-09-06
Adding method GetTotalSize() to CTransaction
Hampus Sjöberg
2016-08-19
Use __func__ to get function name for output printing
MarcoFalke
2016-07-18
Rename "block cost" to "block weight"
Suhas Daftuar
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-10
Implement SequenceLocks functions
Alex Morcos
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-30
Resolve issue 3166.
mruddy
2015-07-20
Separate core memory usage computation in core_memusage.h
Pieter Wuille
2015-07-10
Implement accurate memory accounting for mempool
Pieter Wuille
2015-07-02
Move recently introduced CTransAction::IsEquivalentTo to CWalletTx
Wladimir J. van der Laan
2015-04-11
Implement CTransaction::IsEquivalentTo(...)
Tom Harding
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr