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
/
core.h
Age
Commit message (
Expand
)
Author
2014-09-15
Merge pull request #4817
Pieter Wuille
2014-09-08
Separate CScriptCompressor
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
Track modified size in TxMemPoolEntry so that we can correctly compute priority.
Alex Morcos
2014-09-02
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
Pieter Wuille
2014-09-01
Serializer simplifications after IMPLEMENT_SERIALIZE overhaul
Pieter Wuille
2014-09-01
Merge pull request #4737
Pieter Wuille
2014-09-01
Merge pull request #4779
Wladimir J. van der Laan
2014-08-31
Use CSizeComputer to avoid counting sizes in SerializationOp
Pieter Wuille
2014-08-31
rework overhauled serialization methods to non-static
Kamil Domanski
2014-08-31
overhaul serialization code
Kamil Domanski
2014-08-30
changed field types in some structures to equivalent unambiguous types
Kamil Domanski
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-26
Move `COIN` and `CENT` to core.h
Wladimir J. van der Laan
2014-08-20
Remove print() from core functions
Wladimir J. van der Laan
2014-07-21
Revert "Relay double-spends, subject to anti-DOS"
Wladimir J. van der Laan
2014-07-03
Move fee policy out of core
Gavin Andresen
2014-07-03
Use fee/priority estimates in wallet CreateTransaction
Gavin Andresen
2014-06-27
Relay double-spends, subject to anti-DOS
Tom Harding
2014-06-22
Code simplifications after CTransaction::GetHash() caching
Pieter Wuille
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-06
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-06-06
Type-safe CFeeRate class
Gavin Andresen
2014-05-20
remove CTransaction::IsNewerThan which is never used
Kamil Domanski
2014-02-24
Merge pull request #3305 from mikehearn/fee_drop
Jeff Garzik
2013-11-30
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-30
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-26
Drop fees by 10x due to the persistently higher exchange rate.
Mike Hearn
2013-11-10
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-28
Generalize the remove-outputs check for fully-prunable transactions.
Pieter Wuille
2013-10-15
Move CBlockLocator to core.h
Pieter Wuille
2013-09-24
Skip unspendable outputs in consistency check
Pieter Wuille
2013-07-10
Prune provably-unspendable outputs
Pieter Wuille
2013-06-25
Move core implementations to core.cpp
Pieter Wuille
2013-06-23
Moved CBlock from main.h to core.h
Eric Lombrozo
2013-06-11
fix comment about dust logic
Cozz Lovan
2013-06-05
Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.
Eric Lombrozo
2013-06-05
Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core.
Eric Lombrozo
2013-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...
Eric Lombrozo
2013-06-05
Created core.h/core.cpp, added to makefiles. Started moving core structures f...
Eric Lombrozo