From 4107c99a2029a07f89ad0b1e0f68c03ec55b7350 Mon Sep 17 00:00:00 2001 From: Sean Phillips <46495592+seanPhill@users.noreply.github.com> Date: Tue, 27 Sep 2022 23:26:26 -0500 Subject: [PATCH] Commit for release 1.4.0.0 This release is MANDATORY due to the consensus change in ProgPoW (Proof of Work) mining reduction of the DAG size to allow GPU miners with lower RAM sizes to mine. This will take place at block 2,100,000, expected the 21st of January, or possibly on the 20th. This wallet also serves as an update directly instead of v1.3.0.0 from the 1.2.x wallet, as it contains the same code that is in mandatory version 1.3.0.0, meaning that you can go directly from version 1.2 to 1.4. 1.3 and this 1.4 extends Proof of Work mining preventing it from ending at block two million expected on the 12th of November 2022. Proof of Work mining will now continue throughout Veil's future until the block subsidy and the Supply of Veil reaches its maximum, expected in January 2038, after which Veil nodes will be incentivised by transaction fees. --- configure.ac | 2 +- contrib/gitian-descriptors/gitian-linux.yml | 2 +- contrib/gitian-descriptors/gitian-osx.yml | 2 +- contrib/gitian-descriptors/gitian-win.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index b31977d6d5..a00e35891a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 1) -define(_CLIENT_VERSION_MINOR, 3) +define(_CLIENT_VERSION_MINOR, 4) define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 99) define(_CLIENT_VERSION_IS_RELEASE, false) diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml index a467d89279..26fea989fe 100644 --- a/contrib/gitian-descriptors/gitian-linux.yml +++ b/contrib/gitian-descriptors/gitian-linux.yml @@ -1,5 +1,5 @@ --- -name: "veil-1.3.1.99" +name: "veil-1.4.1.99" enable_cache: true suites: - "bionic" diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml index 4103446b47..d0901c84b8 100644 --- a/contrib/gitian-descriptors/gitian-osx.yml +++ b/contrib/gitian-descriptors/gitian-osx.yml @@ -1,5 +1,5 @@ --- -name: "veil-osx-1.3.1.99" +name: "veil-osx-1.4.1.99" enable_cache: true suites: - "bionic" diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml index 3cd327ed96..c675619f47 100644 --- a/contrib/gitian-descriptors/gitian-win.yml +++ b/contrib/gitian-descriptors/gitian-win.yml @@ -1,5 +1,5 @@ --- -name: "veil-win-1.3.1.99" +name: "veil-win-1.4.1.99" enable_cache: true suites: - "bionic"