13 Commits (3025103933ce1be32e92b8bd0dedcf4ebe4eeaf0)

Author SHA1 Message Date
Miguel Freitas 6fae6f216b remove assert. not the proper way to handle this 11 years ago
Miguel Freitas 30992b87c3 use scrypt hash function like litecoin 11 years ago
Miguel Freitas f81088be70 properly implement verification using keys that have been replaced. 11 years ago
Miguel Freitas a6ff5511fa test invalid userhash (might be an invalid tx received from network) 12 years ago
Miguel Freitas d9fdca340c implement CScript => string extraction, check username constraits, improve username hash 12 years ago
Miguel Freitas 878d15160f ccoins is now the register element database 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 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 05df3fc68d Removed AcceptToMemoryPool method from CTransaction. This method belongs to the mempool instance. 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