forked from townforge/townforge
bump version to 0.34.0.0
This commit is contained in:
parent
328a224daa
commit
1abab315c5
Binary file not shown.
@ -211,7 +211,7 @@
|
||||
|
||||
#define DNS_BLOCKLIST_LIFETIME (86400 * 8)
|
||||
|
||||
#define BLOCK_1_TAG "-Block-1-tag-"
|
||||
#define BLOCK_1_TAG "<Block-1-tag>"
|
||||
|
||||
// New constants are intended to go here
|
||||
namespace config
|
||||
|
@ -6462,7 +6462,7 @@ void Blockchain::cancel()
|
||||
}
|
||||
|
||||
#if defined(PER_BLOCK_CHECKPOINT)
|
||||
static const char expected_block_hashes_hash[] = "5a94cdfff02be7bea0e313b57b3cffba767692dbeaffc4ff9d668f916eb7041f";
|
||||
static const char expected_block_hashes_hash[] = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";
|
||||
void Blockchain::load_compiled_in_block_hashes(const GetCheckpointsCallback& get_checkpoints)
|
||||
{
|
||||
if (get_checkpoints == nullptr || !m_fast_sync)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define DEF_MONERO_VERSION_TAG "@VERSIONTAG@"
|
||||
#define DEF_MONERO_VERSION "0.33.5.1"
|
||||
#define DEF_MONERO_RELEASE_NAME "Shangri-La"
|
||||
#define DEF_MONERO_VERSION "0.34.0.0"
|
||||
#define DEF_MONERO_RELEASE_NAME "Themiscyra"
|
||||
#define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG
|
||||
#define DEF_MONERO_VERSION_IS_RELEASE @VERSION_IS_RELEASE@
|
||||
|
||||
|
@ -13146,7 +13146,7 @@ uint64_t wallet2::get_daemon_blockchain_target_height(string &err)
|
||||
uint64_t wallet2::get_approximate_blockchain_height() const
|
||||
{
|
||||
// time of v2 fork
|
||||
const time_t fork_time = 1632827935;
|
||||
const time_t fork_time = 1678622400;
|
||||
// v2 fork block
|
||||
const uint64_t fork_block = 0;
|
||||
// avg seconds per block
|
||||
|
Loading…
Reference in New Issue
Block a user