index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
primitives
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle legacy v2 block at #66064
Ross Nicoll
2019-07-13
1
-1
/
+3
*
Merge AuxPoW support from Namecore
Ross Nicoll
2019-07-13
4
-43
/
+220
*
Scrypt n=1024 PoW hash
Ross Nicoll
2019-04-03
2
-0
/
+10
*
Update copyright headers to 2018
DrahtBot
2018-07-27
4
-4
/
+4
*
Removed unused == operator from CMutableTransaction.
[email protected]
2018-06-10
1
-5
/
+0
*
Cache witness hash in CTransaction
MarcoFalke
2018-05-04
2
-11
/
+9
*
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-04
1
-1
/
+1
*
Support serialization as another type without casting
Pieter Wuille
2018-03-20
1
-1
/
+1
*
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-2
/
+2
|
\
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-2
/
+2
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
4
-4
/
+4
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
4
-16
/
+16
|
/
*
Merge #8330: Structure Packing Optimizations in C{,Mutable}Transaction
Wladimir J. van der Laan
2017-09-06
2
-6
/
+6
|
\
|
*
Reorder C{,Mutable}Transaction for better packing
Jeremy Rubin
2017-07-12
2
-6
/
+6
*
|
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
|
Replace traditional for with ranged for in primitives
Dag Robole
2017-07-24
2
-13
/
+11
*
|
Merge #10760: Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-15
1
-2
/
+2
|
\
\
|
*
|
Avoid dereference-of-casted-pointer
Pieter Wuille
2017-07-07
1
-2
/
+2
|
|
/
*
/
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-07-14
4
-22
/
+1
|
/
*
Perform member initialization in initialization lists where possible
practicalswift
2017-06-04
1
-4
/
+1
*
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-05-03
1
-37
/
+0
*
Improved efficiency in COutPoint constructors
Marcos Mayorga
2017-04-28
1
-2
/
+2
*
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
2
-32
/
+0
|
\
|
*
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
2
-32
/
+0
*
|
Optimize GetWitnessHash() for non-segwit transactions
Suhas Daftuar
2017-03-03
1
-0
/
+3
|
/
*
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
1
-2
/
+0
|
\
|
*
Remove unused MakeTransactionRef overloads
Pieter Wuille
2016-12-21
1
-2
/
+0
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
4
-4
/
+4
|
/
*
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-21
2
-73
/
+36
|
\
|
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
2
-73
/
+36
*
|
Bump default transaction version to 2
BtcDrak
2016-12-08
1
-1
/
+1
|
/
*
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
2
-90
/
+87
*
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
2
-1
/
+7
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
2
-2
/
+2
*
Add deserializing constructors to CTransaction and CMutableTransaction
Pieter Wuille
2016-11-19
2
-0
/
+13
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
2
-15
/
+16
*
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
1
-1
/
+1
*
Remove unused CTxOut::GetHash()
Matt Corallo
2016-11-04
2
-7
/
+0
*
Adding method GetTotalSize() to CTransaction
Hampus Sjöberg
2016-09-06
2
-0
/
+12
*
Use __func__ to get function name for output printing
MarcoFalke
2016-08-19
1
-1
/
+1
*
Merge #8332: semi trivial: clarify witness branches in transaction.h serializ...
Wladimir J. van der Laan
2016-07-28
1
-3
/
+5
|
\
|
*
transaction: clarify witness branches
Daniel Cousens
2016-07-14
1
-3
/
+5
*
|
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
4
-9
/
+9
*
|
Rename CTxinWitness -> CTxInWitness
Bob McElrath
2016-07-06
1
-3
/
+3
|
/
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
4
-5
/
+42
*
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
1
-1
/
+2
*
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
3
-17
/
+152
*
Merge #7763: Put hex-encoded version in UpdateTip
Wladimir J. van der Laan
2016-03-31
1
-1
/
+1
|
\
|
*
Reformat version in UpdateTip and other messages
Pieter Wuille
2016-03-31
1
-1
/
+1
*
|
Merge #7648: BIP9 versionbits softfork for BIP68, BIP112 and BIP113
Wladimir J. van der Laan
2016-03-30
1
-0
/
+7
|
\
\
|
|
/
|
/
|
[next]