Age | Commit message (Expand) | Author |
---|---|---|
2013-11-30 | Add verbose boolean to getrawmempool | Gavin Andresen |
2013-11-30 | Refactor: move GetValueIn(tx) to tx.GetValueIn() | Gavin Andresen |
2013-11-15 | core: remove includes in .cpp, if header is already in .h | Philip Kaufmann |
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-24 | Show short scriptPubKeys correctly | Peter Todd |
2013-09-18 | Replace printf with LogPrintf / LogPrint | Gavin Andresen |
2013-06-25 | Move core implementations to core.cpp | Pieter Wuille |
2013-06-05 | Removed AcceptToMemoryPool method from CTransaction. This method belongs to t... | Eric Lombrozo |
2013-06-05 | Created core.h/core.cpp, added to makefiles. Started moving core structures f... | Eric Lombrozo |