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
Age
Commit message (
Expand
)
Author
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-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-30
Convert everything except wallet/qt to new serialization
Pieter Wuille
2020-03-23
Check for overflow when calculating sum of outputs
Elichai Turkel
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
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-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-18
Avoid 1 << 31 (UB) in calculation of SEQUENCE_LOCKTIME_DISABLE_FLAG
practicalswift
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
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-03-20
Support serialization as another type without casting
Pieter Wuille
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
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-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-06
Merge #8330: Structure Packing Optimizations in C{,Mutable}Transaction
Wladimir J. van der Laan
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-24
Replace traditional for with ranged for in primitives
Dag Robole
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-06-04
Perform member initialization in initialization lists where possible
practicalswift
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-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
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
Make CBlock::vtx a vector of shared_ptr<CTransaction>
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
[next]