Commit Graph

50 Commits (12ee1fe018e99bba6c2b74940ece3b39a45ed8d3)

Author SHA1 Message Date
MarcoFalke fa24439ff3 Bump copyright headers to 2015
9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes
9 years ago
Pieter Wuille dce8360e44 Reduce checkpoints' effect on consensus.
10 years ago
Wladimir J. van der Laan 00820f921d
Merge pull request #6055
10 years ago
Luke Dashjr b05a89b2de Non-grammatical language improvements
10 years ago
Cory Fields a8cdaf5c96 checkpoints: move the checkpoints enable boolean into main
10 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params
10 years ago
Cory Fields 9f13a10548 checkpoints: store mapCheckpoints in CCheckpointData rather than a pointer
10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers
10 years ago
Michael Ford fa94b9d562
Convert remaining comments in /src to doxygen format
10 years ago
jtimon e11712df7e Move checkpoint data selection to chainparams
10 years ago
SergioDemianLerner f0fd00cb77 Switch testing framework from MAIN to new UNITTEST network
10 years ago
Wladimir J. van der Laan 8d132431b4
Revert merge of pull #4845
10 years ago
SergioDemianLerner a25fd6be13 Switch testing framework from MAIN to new UNITTEST network
10 years ago
Pieter Wuille 145d5be896 Introduce BlockMap type for mapBlockIndex
10 years ago
Pieter Wuille a0dbe433bd checkpoints.cpp depends on main, it can use mapBlockIndex directly
10 years ago
Wladimir J. van der Laan 0449a17e41
Merge pull request #4541
10 years ago
Trevin Hofmann 125fba1b48 Add a new checkpoint at block 295,000
10 years ago
jtimon 209377a7cb Use GetBlockTime() more
11 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage
11 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli
11 years ago
David Hill 122549f6de Fix incorrect checkpoint data for testnet3
11 years ago
Cozz Lovan 392783697c [Qt] rescan progress
11 years ago
Micha e7906d18cf
Add a new checkpoint at block 279,000
11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations.
11 years ago
super3 db0e8ccd90 Bump Year Number to 2013
11 years ago
Gavin Andresen bb237705d0 Checkpoint at block 250,000
11 years ago
Matt Corallo d9ace8abe8 Don't use checkpoints and accept nonstd txn on -regtest
11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode.
12 years ago
Jeff Garzik f0d8a52cc0 Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable
12 years ago
Pieter Wuille 92a129980f Update transaction statistics
12 years ago
Gavin Andresen f817c496a1 Checkpoint at first block in 11 March chain fork
12 years ago
Pieter Wuille 9f2467ad62 Transactions-based verification progress
12 years ago
Gavin Andresen a53465a649 New checkpoint at block 216116 for the 0.8.0 release
12 years ago
Pieter Wuille da8c5c9f4e Merge pull request #2087 from gavinandresen/check210000
12 years ago
Gavin Andresen 5d32d3f8cd Checkpoint at first 25-btc-reward block (210,000)
12 years ago
Jeff Garzik e6955d0411 New 'checkpoints' option should default to true.
12 years ago
Jeff Garzik 857b3ad923 Add "checkpoints" option, to permit disabling of checkpoint logic.
12 years ago
Gavin Andresen 80cfc3a485 Checkpoint at block 193,000
12 years ago
Gavin Andresen 1282c8653e Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)
13 years ago
Gavin Andresen c87c8cd163 Add a testnet checkpoint at block 546
13 years ago
Fordy 3a25a2b9b0 Update License in File Headers
13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h
13 years ago
Gavin Andresen 8c12851ed4 Checkpoint block 168,000
13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012
13 years ago
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up.
13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers"
13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers
13 years ago
Gavin Andresen 10fd7f6689 Orphan block fill-up-memory attack prevention
13 years ago
Gavin Andresen eb5fff9e16 Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
13 years ago