313 Commits (master)

Author SHA1 Message Date
kevacoin 1d031c421a Earlier check of the nNonce in block header. 3 years ago
Just Wonder 10c5b0d0fd Fixed namespace creation. 4 years ago
Just Wonder c8875d60fa Updated keva related function names. 4 years ago
Just Wonder 4eb132ad4d Populated mapBlockSeedHeight on startup. 4 years ago
Just Wonder a7dcf93506 Better IBD fix. 4 years ago
Just Wonder 01368b925e Allowed BIP113 (Median Time Past) since beginning. 4 years ago
Just Wonder ecbc9fec10 WIP: RandomX. 4 years ago
Just Wonder 1d7ddc7a23 Added timestamp to keva zmq results. 4 years ago
Just Wonder 1dd2c67eb7 Implemented Keva ZMQ notification. 4 years ago
Jianping Wu 8314daee83 Made sure major_version of Cryptonote header is correct. 5 years ago
Jianping Wu c5fc61ba4b Deserialized cnHeader in txdb. 5 years ago
Jianping Wu ddc43217ca Genesis block also used cn header. 5 years ago
Jianping Wu c301a99642 Updated chainparams with CN v4. 5 years ago
Jianping Wu d48d05a182 Supported Cryptonight Variant 4. 5 years ago
Jianping Wu c6b604c418 Changed LTC to KVA. 5 years ago
Jianping Wu f80d9fed49 Set the same halving schedule as bitcoin. Increased block reward to 500. 6 years ago
Jianping Wu 37ea895cde Keva undo tests. 6 years ago
Jianping Wu eb9ea1b9dd Made sure to delete the entries from the db is they are new (i.e. no namespace and key combo before). 6 years ago
Jianping Wu 7a994de062 First major changes to kevacoin text. 6 years ago
Jianping Wu ce08f141cc Implemented keva_pending. 6 years ago
Jianping Wu 1a4f002243 Fixed cached namespace. 6 years ago
Jianping Wu b8fa12de6b ApplyNameTransaction. 6 years ago
Jianping Wu adb513eeaa Continued adding keva support. 6 years ago
Suhas Daftuar d1dee20547 Fix crash bug with duplicate inputs within a transaction 6 years ago
Pieter Wuille 657dfc5bca Fix csBestBlock/cvBlockChange waiting in rpc/mining 6 years ago
Johnson Lau 0a000b9b73 Policy to reject extremely small transactions 6 years ago
Jesse Cohen bb79aaf93a Fix concurrency-related bugs in ActivateBestChain 6 years ago
Matt Corallo 0948153ea6 Do not unlock cs_main in ABC unless we've actually made progress. 6 years ago
Suhas Daftuar c71e535aec Bugfix: ensure consistency of m_failed_blocks after reconsiderblock 6 years ago
Jesse Cohen acdf433822
Hold cs_main while calling UpdatedBlockTip() and ui.NotifyBlockTip 6 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 6 years ago
Adrian Gallagher fee6799b12
Litecoin: Protocol and default settings 6 years ago
shaolinfry 4b588c670c
Litecoin: Add scrypt N=1024 PoW 6 years ago
Cory Fields ad10b90e50
fix possible shutdown assertion with -reindex-shutdown 6 years ago
Matt Corallo 3f5012beb6
Add braces to meet code style on line-after-the-one-changed. 6 years ago
Matt Corallo b8947554dd
Hold mempool.cs for the duration of ATMP. 6 years ago
Matt Corallo 0f207c488a
Fix fast-shutdown crash if genesis block was not loaded 6 years ago
Jonas Schnelli ccd8ef65f9
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Matt Corallo 97d2b09c12 Add helper to wait for validation interface queue to catch up 7 years ago
Matt Corallo 36137497f1 Block ActivateBestChain to empty validationinterface queue 7 years ago
Matt Corallo a99b76f269 Require no cs_main lock for ProcessNewBlock/ActivateBestChain 7 years ago
Karl-Johan Alm b167951677
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction from a block directly. 7 years ago
Matt Corallo 22fdddeabb Avoid calling GetSerializeSize on each tx in a block if !fTxIndex 7 years ago
Matt Corallo 2862aca40f Move some additional variables into CChainState private 7 years ago
Matt Corallo fd4d80a2f8 Create initial CChainState to hold chain state information 7 years ago
Matt Corallo e104f0fb7e Move block writing out of AcceptBlock 7 years ago
Matt Corallo 50701ba5fc Move txindex/undo data disk location stuff out of ConnectBlock 7 years ago
Matt Corallo 93a34cfeec Make DisconnectBlock unaware of where undo data resides on disk 7 years ago
Andras Elso e1a8ec56c5 Fix: Open files read only if requested 7 years ago