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
/
core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MOVEONLY: core.o -> core/block.o
jtimon
2014-10-27
1
-168
/
+0
*
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
jtimon
2014-10-27
1
-30
/
+0
*
MOVEONLY: separate CTxUndo out of core
jtimon
2014-10-27
1
-59
/
+0
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-269
/
+1
*
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-27
1
-41
/
+0
*
MOVEONLY: CInPoint from core to txmempool
jtimon
2014-10-17
1
-13
/
+0
*
Merge pull request #4926
Pieter Wuille
2014-10-02
1
-1
/
+5
|
\
|
*
Do merkle root and txid duplicates check simultaneously
Pieter Wuille
2014-09-24
1
-1
/
+5
*
|
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-10
/
+11
|
/
*
Merge pull request #4817
Pieter Wuille
2014-09-15
1
-0
/
+3
|
\
|
*
Track modified size in TxMemPoolEntry so that we can correctly compute priority.
Alex Morcos
2014-09-08
1
-0
/
+3
*
|
Separate CScriptCompressor
jtimon
2014-09-08
1
-1
/
+2
*
|
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
*
|
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
Pieter Wuille
2014-09-02
1
-11
/
+11
*
|
Serializer simplifications after IMPLEMENT_SERIALIZE overhaul
Pieter Wuille
2014-09-01
1
-5
/
+2
|
/
*
Merge pull request #4737
Pieter Wuille
2014-09-01
1
-25
/
+62
|
\
|
*
Use CSizeComputer to avoid counting sizes in SerializationOp
Pieter Wuille
2014-08-31
1
-44
/
+13
|
*
rework overhauled serialization methods to non-static
Kamil Domanski
2014-08-31
1
-65
/
+65
|
*
overhaul serialization code
Kamil Domanski
2014-08-31
1
-50
/
+118
*
|
Merge pull request #4779
Wladimir J. van der Laan
2014-09-01
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+1
*
|
changed field types in some structures to equivalent unambiguous types
Kamil Domanski
2014-08-30
1
-24
/
+24
|
/
*
Move `COIN` and `CENT` to core.h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+3
*
Remove print() from core functions
Wladimir J. van der Laan
2014-08-20
1
-5
/
+1
*
Revert "Relay double-spends, subject to anti-DOS"
Wladimir J. van der Laan
2014-07-21
1
-3
/
+0
*
Move fee policy out of core
Gavin Andresen
2014-07-03
1
-4
/
+2
*
Use fee/priority estimates in wallet CreateTransaction
Gavin Andresen
2014-07-03
1
-1
/
+2
*
Relay double-spends, subject to anti-DOS
Tom Harding
2014-06-27
1
-0
/
+3
*
Code simplifications after CTransaction::GetHash() caching
Pieter Wuille
2014-06-22
1
-6
/
+0
*
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
1
-31
/
+62
*
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-06-06
1
-0
/
+3
*
Type-safe CFeeRate class
Gavin Andresen
2014-06-06
1
-7
/
+30
*
remove CTransaction::IsNewerThan which is never used
Kamil Domanski
2014-05-20
1
-1
/
+0
*
Merge pull request #3305 from mikehearn/fee_drop
Jeff Garzik
2014-02-24
1
-2
/
+2
|
\
|
*
Drop fees by 10x due to the persistently higher exchange rate.
Mike Hearn
2013-11-26
1
-2
/
+2
*
|
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
1
-2
/
+5
*
|
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-30
1
-0
/
+9
|
/
*
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
1
-228
/
+0
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-14
/
+17
*
Generalize the remove-outputs check for fully-prunable transactions.
Pieter Wuille
2013-10-28
1
-0
/
+3
*
Move CBlockLocator to core.h
Pieter Wuille
2013-10-15
1
-0
/
+34
*
Skip unspendable outputs in consistency check
Pieter Wuille
2013-09-24
1
-5
/
+9
*
Prune provably-unspendable outputs
Pieter Wuille
2013-07-10
1
-1
/
+7
*
Move core implementations to core.cpp
Pieter Wuille
2013-06-25
1
-227
/
+22
*
Moved CBlock from main.h to core.h
Eric Lombrozo
2013-06-23
1
-0
/
+123
*
fix comment about dust logic
Cozz Lovan
2013-06-11
1
-2
/
+2
*
Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.
Eric Lombrozo
2013-06-05
1
-0
/
+61
*
Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core.
Eric Lombrozo
2013-06-05
1
-0
/
+332
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-1
/
+276
*
Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...
Eric Lombrozo
2013-06-05
1
-0
/
+15
[next]