309 Commits (0628dfa08f09a04b7eda4bec43c515e5eecf6688)

Author SHA1 Message Date
Just Wonder 4eb132ad4d Populated mapBlockSeedHeight on startup. 5 years ago
Just Wonder a7dcf93506 Better IBD fix. 5 years ago
Just Wonder 01368b925e Allowed BIP113 (Median Time Past) since beginning. 5 years ago
Just Wonder ecbc9fec10 WIP: RandomX. 5 years ago
Just Wonder 1d7ddc7a23 Added timestamp to keva zmq results. 5 years ago
Just Wonder 1dd2c67eb7 Implemented Keva ZMQ notification. 5 years ago
Jianping Wu 8314daee83 Made sure major_version of Cryptonote header is correct. 6 years ago
Jianping Wu c5fc61ba4b Deserialized cnHeader in txdb. 6 years ago
Jianping Wu ddc43217ca Genesis block also used cn header. 6 years ago
Jianping Wu c301a99642 Updated chainparams with CN v4. 6 years ago
Jianping Wu d48d05a182 Supported Cryptonight Variant 4. 6 years ago
Jianping Wu c6b604c418 Changed LTC to KVA. 6 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 7 years ago
Adrian Gallagher fee6799b12
Litecoin: Protocol and default settings 7 years ago
shaolinfry 4b588c670c
Litecoin: Add scrypt N=1024 PoW 7 years ago
Cory Fields ad10b90e50
fix possible shutdown assertion with -reindex-shutdown 7 years ago
Matt Corallo 3f5012beb6
Add braces to meet code style on line-after-the-one-changed. 7 years ago
Matt Corallo b8947554dd
Hold mempool.cs for the duration of ATMP. 7 years ago
Matt Corallo 0f207c488a
Fix fast-shutdown crash if genesis block was not loaded 7 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
Suhas Daftuar 9d811dc18b Document partial validation in ConnectBlock() 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago