265 Commits (6033aae14fffcd5b4fac83741ea233a99bf0df60)

Author SHA1 Message Date
Miguel Freitas 342d3e1478 just learned that scrypt is too slow for CBlockTreeDB::LoadBlockIndexGuts. 11 years ago
Miguel Freitas fd404d0927 dumppubkey json return value must be hexstr 11 years ago
Miguel Freitas 30992b87c3 use scrypt hash function like litecoin 11 years ago
Miguel Freitas 4c99e80449 fix txindex inconsistency if twisterd crashes. 11 years ago
Miguel Freitas f81088be70 properly implement verification using keys that have been replaced. 11 years ago
Miguel Freitas 7e57fb2fe4 mempool uses txhash again (instead of userhash). this is needed to fix key replacement. 11 years ago
Miguel Freitas b6db2327e4 add support (untested) for key replacement 11 years ago
Miguel Freitas 9946d6ed72 mining fixes: add salt to instance and use correct username for signing 12 years ago
Miguel Freitas ad712d5006 fix wrongly erasing of indextx with checklevel==3 12 years ago
Miguel Freitas 26bbd5614f remove GetCoins/SetCoins 12 years ago
Miguel Freitas 6e1c42e963 tx accepted! 12 years ago
Miguel Freitas d9fdca340c implement CScript => string extraction, check username constraits, improve username hash 12 years ago
Miguel Freitas 623b80c061 fix missing nHeight field 12 years ago
Miguel Freitas 1c4f457312 remove stuff 12 years ago
Miguel Freitas 4652b9f01b mempool/cinv now indexed by userhash (all tx must be indexed by userhash btw) 12 years ago
Miguel Freitas b0716cdc3d fTxIndex always true in twister 12 years ago
miguel 2353123580 remove vtxPrev 12 years ago
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 7a47376e40 removing stuff 12 years ago
Miguel Freitas e70fafc0f9 removing stuff 12 years ago
Miguel Freitas 3cc155526a block creation 12 years ago
Miguel Freitas 97ba3b787c cleaning block/tx checking 12 years ago
Miguel Freitas 27ee7c328b add and verify proof of work in tx. remove some old stuff. 12 years ago
Miguel Freitas 73e1f33dc8 removed vin and vout from CTransaction 12 years ago
Eric Lombrozo e6fe8e77fb Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in init.cpp 12 years ago
Eric Lombrozo 33944573ca Moved CBlock from main.h to core.h 12 years ago
Eric Lombrozo 2a4d3464fd Pulled AcceptBlock out of CBlock. 12 years ago
Eric Lombrozo 38991ffa8a Pulled CheckBlock out of CBlock. 12 years ago
Eric Lombrozo 1959997afb Pulled AddToBlockIndex out of CBlock. 12 years ago
Eric Lombrozo f3ae51dcce Pulled ConnectBlock out of CBlock. 12 years ago
Eric Lombrozo 5c363ed622 Pulled DisconnectBlock out of CBlock. 12 years ago
Eric Lombrozo 8031399494 Moved ReadBlockFromDisk implementation to main.cpp 12 years ago
Eric Lombrozo 7db120d531 Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in main.h 12 years ago
Eric Lombrozo 226f821942 Moved WriteBlockToDisk implementation from main.h to main.cpp 12 years ago
Eric Lombrozo a6dba0fdb2 Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk in main.h 12 years ago
Jeff Garzik 980bfe6ef8 Log reason for non-standard transaction rejection 12 years ago
Jeff Garzik 168ba99392 Pass check level, check depth to VerifyDB() 12 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 12 years ago
Mike Hearn 70e7fba06d Move implementation of some CBlockLocator methods 12 years ago
Matt Corallo 87cce04c17 Refactor fee rules to make them actually readable. 12 years ago
Matt Corallo b1f15b218b Remove broken option to skip input checking for wallet txn. 12 years ago
Eric Lombrozo 6e68524e95 Removed the main.h include from net.cpp. 12 years ago
Eric Lombrozo 501da2503a Using boost::signals2 to message main from net.cpp. 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
Eric Lombrozo 8926263dde Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator. 12 years ago