Skip to content

Commit

Permalink
Set block height (363000), version (v0.3.0.0), name (Dandy Dromedary)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaerkh committed Jan 12, 2019
1 parent b27ff40 commit 45fdcc0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ Dates are provided in the format YYYY-MM-DD.
| 2017-11-29 | v3 | 0.1.3.0 | 0.1.3.1 | Difficulty adjustment algorithm updated to WWHM |
| 2017-12-06 | v4 | 0.1.4.0 | 0.1.4.0 | Difficulty adjustment tweaks |
| 2018-05-01 | v5 | 0.2.0.0 | 0.2.0.2 | Upstream track of v0.12.0 with Multisig, Subaddresses, CN variant 1 |
| 2018-05-05 | v6 | 0.2.3.0 | 0.2.3.0 | LWMA + stricter FTL settings |
| 2018-06-18 | v7 | 0.2.4.0 | 0.2.4.5 | CryptoNight-Fast PoW |
| 2019-01-26 | v8 | 0.3.0.0 | 0.3.0.0 | SECOR (uncle mining) protocol, multi-output Bulletproofs, CNFastv2 |

X's indicate that these details have not been determined as of commit date.

Expand Down
Binary file modified src/blocks/checkpoints.dat
Binary file not shown.
6 changes: 4 additions & 2 deletions src/cryptonote_core/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ static const struct {
{ 4, 70000, 0, 1513136914 },
{ 5, 170000, 0, 1525150523},
{ 6, 172500, 0, 1525504168},
{ 7, 204000, 0, 1529361270}
{ 7, 204000, 0, 1529361270},
{ 8, 363000, 0, 1548465980}

};

static const struct {
Expand Down Expand Up @@ -4946,7 +4948,7 @@ void Blockchain::cancel()
}

#if defined(PER_BLOCK_CHECKPOINT)
static const char expected_block_hashes_hash[] = "e54dd76f1f9f650f11edc49782d3cca5afc370013cad0cbb27a5bdff0c56cb43";
static const char expected_block_hashes_hash[] = "fde723635bab019c8c81ffa17baa3b09a36566ff16fb3225f7a3544ea4f36544";
void Blockchain::load_compiled_in_block_hashes()
{
LOG_PRINT_L3("Blockchain::" << __func__);
Expand Down
4 changes: 2 additions & 2 deletions src/version.cpp.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
#define DEF_MONERO_VERSION "0.2.4.4"
#define DEF_MONERO_RELEASE_NAME "Classy Caiman"
#define DEF_MONERO_VERSION "0.3.0.0"
#define DEF_MONERO_RELEASE_NAME "Dandy Dromedary"
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG

#include "version.h"
Expand Down

0 comments on commit 45fdcc0

Please sign in to comment.