diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88c85e3af..b86990d73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Build & Deploy Release Draft on: push: - tags: v*.*.* + tags: '*.*.*' permissions: contents: read @@ -157,4 +157,4 @@ jobs: # with: # name: bastyon.tgz # - name: Unpack artifact - # run: tar xzf bastyon.tgz -C /data/gui/ --no-same-owner \ No newline at end of file + # run: tar xzf bastyon.tgz -C /data/gui/ --no-same-owner diff --git a/CMakeLists.txt b/CMakeLists.txt index 74ea666be..068c0358d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) set(_CLIENT_VERSION_MAJOR 0) set(_CLIENT_VERSION_MINOR 20) -set(_CLIENT_VERSION_REVISION 25) +set(_CLIENT_VERSION_REVISION 26) set(_CLIENT_VERSION_BUILD 0) set(_CLIENT_VERSION_IS_RELEASE false) set(_COPYRIGHT_YEAR 2022) diff --git a/build_msvc/pocketcoin_config.h b/build_msvc/pocketcoin_config.h index f1d52c14e..01e8a3c6d 100644 --- a/build_msvc/pocketcoin_config.h +++ b/build_msvc/pocketcoin_config.h @@ -14,7 +14,7 @@ #define CLIENT_VERSION_MINOR 20 /* Build revision */ -#define CLIENT_VERSION_REVISION 25 +#define CLIENT_VERSION_REVISION 26 /* Version Build */ #define CLIENT_VERSION_BUILD 0 @@ -346,7 +346,7 @@ #define PACKAGE_NAME "Pocketnet Core" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Pocketnet Core 0.20.25" +#define PACKAGE_STRING "Pocketnet Core 0.20.26" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "pocketcoin" @@ -355,7 +355,7 @@ #define PACKAGE_URL "https://github.com/pocketnetteam" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.20.25" +#define PACKAGE_VERSION "0.20.26" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ diff --git a/configure.ac b/configure.ac index cd33e0db2..3baa04546 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 20) -define(_CLIENT_VERSION_REVISION, 25) +define(_CLIENT_VERSION_REVISION, 26) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2022) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index eee8bd7b2..0be4bf7eb 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -116,10 +116,10 @@ class CMainParams : public CChainParams consensus.nHeight_version_1_0_0 = 108300; // The best chain should have at least this much work. - consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000003e0ce94c0f07fc1cea"); // 1761588 + consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000042562b809c77f04d32"); // 1823308 // By default assume that the signatures in ancestors of this block are valid. - consensus.defaultAssumeValid = uint256S("0x7d49542fc498f0bfcb5201df6e244377d3e8d9f1bb7c0646ec8f7d9a2c4705e0"); // 1761588 + consensus.defaultAssumeValid = uint256S("0xaa99e5339b327bc5ba0fd7b1f4e37f440feb0f675489cace27990831b8944d34"); // 1823308 /** * The message start string is designed to be unlikely to occur in normal data.