Skip to content

Commit

Permalink
v4-beta6 (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzo authored Jul 27, 2023
1 parent 48dc7b6 commit a84c51d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 5)
define(_CLIENT_VERSION_RC, 6)
define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])
Expand Down Expand Up @@ -1465,7 +1465,7 @@ esac

echo
echo " === options === "
echo
echo
echo " with wallet = $enable_wallet"
echo " with zmq = $use_zmq"
echo " with test = $use_tests"
Expand All @@ -1485,7 +1485,7 @@ echo " target os = $TARGET_OS"
echo " build os = $BUILD_OS"
echo
echo " === target os toolchain ==== "
echo
echo
echo " CC = $CC"
echo " CFLAGS = $CFLAGS"
echo " CPPFLAGS = $DEBUG_CPPFLAGS $HARDENED_CPPFLAGS $CPPFLAGS"
Expand All @@ -1496,24 +1496,24 @@ echo " AR = $AR"
echo " ARFLAGS = $ARFLAGS"
echo " NM = $NM"
echo " RANLIB = $RANLIB"
echo
echo
echo " === build os toolchain ==== "
echo
echo
echo " CC = $BUILD_CC"
echo " CXX = $BUILD_CXX"
echo " AR = $BUILD_AR"
echo " NM = $BUILD_NM"
echo " RANLIB = $BUILD_RANLIB"
echo
echo
echo " === mixed toolchain ==="
echo
echo
echo " CARGO = $CARGO"
echo " RUST_HOST = $RUST_HOST"
echo " RUST_TARGET = $RUST_TARGET"
echo " ENABLE_DEBUG = $ENABLE_DEBUG"
echo " PROTOC = $PROTOC"
echo " PROTOC_INCLUDE_DIR = $PROTOC_INCLUDE_DIR"
echo " SOLC_PATH = $SOLC_PATH"
echo
echo
echo " ==="
echo
echo
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ class CChangiParams : public CChainParams {
consensus.ChangiIntermediateHeight2 = 1717493;
consensus.ChangiIntermediateHeight3 = 1730100;
consensus.ChangiIntermediateHeight4 = 1775300;
consensus.ChangiIntermediateHeight5 = std::numeric_limits<int>::max();
consensus.ChangiIntermediateHeight5 = 1788700;

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.pos.nTargetTimespan = 5 * 60; // 5 min == 10 blocks
Expand Down

0 comments on commit a84c51d

Please sign in to comment.