Updating versions for release
This commit is contained in:
@@ -5,7 +5,7 @@ stages:
|
|||||||
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
VERSION: 0.4.1
|
VERSION: 0.4.0a
|
||||||
VERUS_CLI_LINUX: Verus-CLI-Linux-v${VERSION}.tar.gz
|
VERUS_CLI_LINUX: Verus-CLI-Linux-v${VERSION}.tar.gz
|
||||||
VERUS_CLI_WINDOWS: Verus-CLI-Windows-v${VERSION}.zip
|
VERUS_CLI_WINDOWS: Verus-CLI-Windows-v${VERSION}.zip
|
||||||
VERUS_CLI_MACOS: Verus-CLI-MacOS-v${VERSION}.tar.gz
|
VERUS_CLI_MACOS: Verus-CLI-MacOS-v${VERSION}.tar.gz
|
||||||
@@ -13,12 +13,11 @@ variables:
|
|||||||
POST_MESSAGE: "Source: ${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}\n
|
POST_MESSAGE: "Source: ${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}\n
|
||||||
Pipeline Trigger: ${CI_PIPELINE_SOURCE}\n
|
Pipeline Trigger: ${CI_PIPELINE_SOURCE}\n
|
||||||
Commit: ${CI_COMMIT_SHA}$\n
|
Commit: ${CI_COMMIT_SHA}$\n
|
||||||
Author: ${GITLAB_USER_NAME} <${GITLAB_USER_EMAIL}>\n
|
|
||||||
${CI_COMMIT_MESSAGE}"
|
${CI_COMMIT_MESSAGE}"
|
||||||
|
|
||||||
|
|
||||||
build:linux:
|
build:linux:
|
||||||
image: asherd/veruscoin-cross-compiler:linux
|
image: asherd/verus-builders:verus-ubuntu
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
stage: build
|
stage: build
|
||||||
@@ -57,7 +56,7 @@ build:linux:
|
|||||||
|
|
||||||
|
|
||||||
build:windows:
|
build:windows:
|
||||||
image: asherd/veruscoin-cross-compiler:windows
|
image: asherd/verus-builders:verus-windows
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## VerusCoin version 0.4.1
|
## VerusCoin version 0.4.0a
|
||||||
|
|
||||||
VerusCoin is a new, mineable and stakeable cryptocurrency. It is a live fork of Komodo that retains its Zcash lineage and improves it. VerusCoin will leverage the Komodo platform and dPoW notarization for enhanced security and cross-chain interoperability. We have added a variation of a zawy12, lwma difficulty algorithm, a new CPU-optimized hash algorithm and a new algorithm for fair proof of stake. We describe these changes and vision going forward in a [our Phase I white paper](http://185.25.51.16/papers/VerusPhaseI.pdf) and [our Vision](http://185.25.51.16/papers/VerusVision.pdf).
|
VerusCoin is a new, mineable and stakeable cryptocurrency. It is a live fork of Komodo that retains its Zcash lineage and improves it. VerusCoin will leverage the Komodo platform and dPoW notarization for enhanced security and cross-chain interoperability. We have added a variation of a zawy12, lwma difficulty algorithm, a new CPU-optimized hash algorithm and a new algorithm for fair proof of stake. We describe these changes and vision going forward in a [our Phase I white paper](http://185.25.51.16/papers/VerusPhaseI.pdf) and [our Vision](http://185.25.51.16/papers/VerusVision.pdf).
|
||||||
- [VerusCoin web site https://veruscoin.io/ Wallets and CLI tools](https://veruscoin.io/)
|
- [VerusCoin web site https://veruscoin.io/ Wallets and CLI tools](https://veruscoin.io/)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VerusCoin Command Line Tools v0.4.1
|
VerusCoin Command Line Tools v0.4.0a
|
||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
komodod - VerusCoin's enhanced Komodo daemon
|
komodod - VerusCoin's enhanced Komodo daemon
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VerusCoin Command Line Tools v0.4.1
|
VerusCoin Command Line Tools v0.4.0a
|
||||||
Contents:
|
Contents:
|
||||||
komodod - VerusCoin's enhanced Komodo daemon.
|
komodod - VerusCoin's enhanced Komodo daemon.
|
||||||
komodo-cli - VerusCoin's enhanced Komodo command line utility.
|
komodo-cli - VerusCoin's enhanced Komodo command line utility.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VerusCoin Command Line Tools v0.4.1
|
VerusCoin Command Line Tools v0.4.0a
|
||||||
Contents:
|
Contents:
|
||||||
komodod.exe - VerusCoin's enhanced Komodo daemon
|
komodod.exe - VerusCoin's enhanced Komodo daemon
|
||||||
komodo-cli.exe - VerusCoin's Komodo command line utility
|
komodo-cli.exe - VerusCoin's Komodo command line utility
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ uint32_t komodo_segid32(char *coinaddr);
|
|||||||
int64_t komodo_coinsupply(int64_t *zfundsp,int32_t height);
|
int64_t komodo_coinsupply(int64_t *zfundsp,int32_t height);
|
||||||
int32_t notarizedtxid_height(char *dest,char *txidstr,int32_t *kmdnotarized_heightp);
|
int32_t notarizedtxid_height(char *dest,char *txidstr,int32_t *kmdnotarized_heightp);
|
||||||
#define KOMODO_VERSION "0.2.1"
|
#define KOMODO_VERSION "0.2.1"
|
||||||
#define VERUS_VERSION "0.4.0"
|
#define VERUS_VERSION "0.4.0a"
|
||||||
extern uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT;
|
extern uint16_t ASSETCHAINS_P2PPORT,ASSETCHAINS_RPCPORT;
|
||||||
extern uint32_t ASSETCHAINS_CC;
|
extern uint32_t ASSETCHAINS_CC;
|
||||||
extern uint32_t ASSETCHAINS_MAGIC;
|
extern uint32_t ASSETCHAINS_MAGIC;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export CC=gcc-6
|
export CC=gcc-8
|
||||||
export CXX=g++-6
|
export CXX=g++-8
|
||||||
export LIBTOOL=libtool
|
export LIBTOOL=libtool
|
||||||
export AR=ar
|
export AR=ar
|
||||||
export RANLIB=ranlib
|
export RANLIB=ranlib
|
||||||
@@ -44,7 +44,7 @@ make "$@" -C ./depends/ V=1 NO_QT=1 NO_PROTON=1
|
|||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
CPPFLAGS="-I$PREFIX/include -arch x86_64" LDFLAGS="-L$PREFIX/lib -arch x86_64 -Wl,-no_pie" \
|
CPPFLAGS="-I$PREFIX/include -arch x86_64" LDFLAGS="-L$PREFIX/lib -arch x86_64 -Wl,-no_pie" \
|
||||||
CXXFLAGS='-arch x86_64 -I/usr/local/Cellar/gcc\@6/6.4.0_2/include/c++/6.4.0/ -I$PREFIX/include -fwrapv -fno-strict-aliasing -Werror -g -Wl,-undefined -Wl,dynamic_lookup' \
|
CXXFLAGS='-arch x86_64 -I$PREFIX/include -fwrapv -fno-strict-aliasing -Werror -g -Wl,-undefined -Wl,dynamic_lookup' \
|
||||||
./configure --prefix="${PREFIX}" --with-gui=no "$HARDENING_ARG" "$LCOV_ARG"
|
./configure --prefix="${PREFIX}" --with-gui=no "$HARDENING_ARG" "$LCOV_ARG"
|
||||||
|
|
||||||
make "$@" V=1 NO_GTEST=1 STATIC=1
|
make "$@" V=1 NO_GTEST=1 STATIC=1
|
||||||
|
|||||||
Reference in New Issue
Block a user