16 Commits (1838558305b261fa97695801f4aea8a6899bbdd2)

Author SHA1 Message Date
Miguel Freitas 878d15160f ccoins is now the register element database 12 years ago
Miguel Freitas d0e83d8803 add spammessage and sign it (untested) 12 years ago
Miguel Freitas 943bff5921 orphaned tx makes no sense anymore 12 years ago
Miguel Freitas 27ee7c328b add and verify proof of work in tx. remove some old stuff. 12 years ago
Miguel Freitas 0e863844ed reenable rate limit on tx 12 years ago
Miguel Freitas 5018edc8ca remove txfee 12 years ago
Miguel Freitas 9cb71491a6 adds userName to transaction 12 years ago
Miguel Freitas 73e1f33dc8 removed vin and vout from CTransaction 12 years ago
Pieter Wuille f121db58e4 Move core implementations to core.cpp 12 years ago
Eric Lombrozo 33944573ca Moved CBlock from main.h to core.h 12 years ago
Cozz Lovan 346427f01b fix comment about dust logic 12 years ago
Eric Lombrozo aabdf9e899 Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core. 12 years ago
Eric Lombrozo 65e7bbef74 Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core. 12 years ago
Eric Lombrozo 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 12 years ago
Eric Lombrozo 788536f175 Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a regular function in main. 12 years ago
Eric Lombrozo effc2770f5 Created core.h/core.cpp, added to makefiles. Started moving core structures from main to core beginning with COutPoint. 12 years ago