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
*
s/DOGE/DIS/g
Tomo Ueda
2021-09-02
1
-1
/
+1
*
really s/Doge/Dis/g this time
Tomo Ueda
2021-09-02
2
-3
/
+3
*
Use CAmount for amounts
Ross Nicoll
2021-08-08
1
-1
/
+2
*
[fees] introduce configurable hard dust limit
Patrick Lodder
2021-08-05
1
-1
/
+3
*
Initial back end framework to separate wallet and relay fees + dust.
Michi Lumin
2021-07-30
1
-3
/
+3
*
Fix dust threshold at 1 DOGE
Ross Nicoll
2019-11-03
1
-1
/
+5
*
Correct dust and change
Ross Nicoll
2019-11-03
1
-1
/
+2
*
Create v1 transactions for compatibility with 1.10 (#1485)
Ross Nicoll
2018-09-19
1
-1
/
+2
*
Handle legacy v2 block at #66064
Ross Nicoll
2018-09-19
1
-1
/
+3
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
4
-43
/
+230
*
Litecoin: Scrypt n=1024 Pow hash based upon Colin Percival's Tarnsnap (2009) ...
Warren Togami
2018-09-19
2
-0
/
+10
*
Optimize GetWitnessHash() for non-segwit transactions
Suhas Daftuar
2017-03-27
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
|
\
\
|
|
/
|
/
|
|
*
Policy: allow transaction version 2 relay policy.
BtcDrak
2016-03-18
1
-0
/
+7
*
|
Merge #7712: Improve COutPoint less operator
Wladimir J. van der Laan
2016-03-21
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Improve COutPoint less operator
João Barbosa
2016-03-18
1
-1
/
+2
*
|
BIP9 Implementation
Pieter Wuille
2016-03-15
1
-2
/
+1
|
/
*
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-12
2
-9
/
+31
|
\
|
*
Implement SequenceLocks functions
Alex Morcos
2016-02-10
2
-9
/
+31
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
4
-4
/
+4
|
/
*
Merge pull request #6914
Wladimir J. van der Laan
2015-12-01
1
-2
/
+2
|
\
|
*
Prevector type
Pieter Wuille
2015-11-13
1
-2
/
+2
*
|
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
2
-69
/
+0
|
/
*
transaction_tests: Be more strict checking dust
MarcoFalke
2015-11-09
1
-2
/
+2
*
Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
Peter Todd
2015-10-08
1
-1
/
+1
*
Merge pull request #5264
Wladimir J. van der Laan
2015-09-25
1
-2
/
+2
|
\
[next]