From cab64666ff8b650c1fd4a6f98d222bd3521ec900 Mon Sep 17 00:00:00 2001 From: BetaDev <39266190+Al3xxx19@users.noreply.github.com> Date: Thu, 16 May 2019 16:45:02 +0300 Subject: [PATCH] new version 1.0.1 --- configure.ac | 4 ++-- contrib/debian/control | 2 +- doc/gitian-building.md | 2 +- share/setup.nsi.in | 2 +- src/chainparams.cpp | 2 +- src/clientversion.h | 2 +- src/qt/guiconstants.h | 2 +- src/qt/overviewpage.cpp | 6 +++--- src/rpcmasternode-budget.cpp | 8 ++++---- src/spork.h | 2 +- src/version.h | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/configure.ac b/configure.ac index eff5acb..fd63865 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 1) define(_CLIENT_VERSION_MINOR, 0) -define(_CLIENT_VERSION_REVISION, 0) +define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2019) -AC_INIT([Bulpcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.bulp.ml],[bulpcoin]) +AC_INIT([Bulpcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[www.bulpcoingame.online],[bulpcoin]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/bulpcoin-config.h]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/contrib/debian/control b/contrib/debian/control index 810835b..83b14de 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -22,7 +22,7 @@ Build-Depends: debhelper, libqrencode-dev, libprotobuf-dev, protobuf-compiler Standards-Version: 3.9.2 -Homepage: http://www.bulp.ml +Homepage: http://www.bulpcoingame.online Vcs-Git: git://github.com/bulpgame/bulpcoin.git Vcs-Browser: http://github.com/bulpgame/bulpcoin diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 6056bb3..1a88b15 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -11,7 +11,7 @@ the same, tested dependencies are used and statically built into the executable. Multiple developers build the source code by following a specific descriptor ("recipe"), cryptographically sign the result, and upload the resulting signature. These results are compared and only if they match, the build is accepted and uploaded -to bulp.ml. +to bulpcoingame.online. More independent gitian builders are needed, which is why I wrote this guide. It is preferred to follow these steps yourself instead of using someone else's diff --git a/share/setup.nsi.in b/share/setup.nsi.in index 2c5b8e6..b9ca4d4 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -7,7 +7,7 @@ SetCompressor /SOLID lzma !define REGKEY "SOFTWARE\$(^Name)" !define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@ !define COMPANY "@PACKAGE_NAME@ project" -!define URL https://bulp.ml +!define URL https://bulpcoingame.online # MUI Symbol Definitions !define MUI_ICON "@abs_top_srcdir@/share/pixmaps/bitcoin.ico" diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 644a56c..4578c32 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -175,7 +175,7 @@ genesis hash: 00000c9cbc78555e74fea2ddab4a9d3815ddbec5bca992e1137e9a74ee658267 vSeeds.push_back(CDNSSeedData("144.217.224.88", "144.217.224.88")); vSeeds.push_back(CDNSSeedData("161.129.66.36", "161.129.66.36")); vSeeds.push_back(CDNSSeedData("140.82.52.45", "140.82.52.45")); - vSeeds.push_back(CDNSSeedData("explorer.bulp.ml", "explorer.bulp.ml")); + vSeeds.push_back(CDNSSeedData("explorer.bulpcoingame.online", "explorer.bulpcoingame.online")); fMiningRequiresPeers = true; fAllowMinDifficultyBlocks = false; diff --git a/src/clientversion.h b/src/clientversion.h index 0bd3b7e..531b014 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -16,7 +16,7 @@ //! These need to be macros, as clientversion.cpp's and bulpcoin*-res.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 1 #define CLIENT_VERSION_MINOR 0 -#define CLIENT_VERSION_REVISION 0 +#define CLIENT_VERSION_REVISION 1 #define CLIENT_VERSION_BUILD 0 //! Set to true for release, false for prerelease or test build diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 50414ba..c1ce81f 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -55,7 +55,7 @@ static const int MAX_URI_LENGTH = 255; #define SPINNER_FRAMES 35 #define QAPP_ORG_NAME "Bulpcoin" -#define QAPP_ORG_DOMAIN "bulp.ml" +#define QAPP_ORG_DOMAIN "bulpcoingame.online" #define QAPP_APP_NAME_DEFAULT "Bulpcoin-Qt" #define QAPP_APP_NAME_TESTNET "Bulpcoin-Qt-testnet" diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp index 6d19f9b..0e2bdea 100644 --- a/src/qt/overviewpage.cpp +++ b/src/qt/overviewpage.cpp @@ -343,9 +343,9 @@ void OverviewPage::SetLinks() ui->labelLinks6->setText("Github:"); ui->labelLinks7->setText(""); - ui->labelLinksUrl1->setText("https://bulp.ml/"); - ui->labelLinksUrl2->setText("https://bulp.ml/docs/BULP.pdf"); - ui->labelLinksUrl3->setText("https://explorer.bulp.ml/"); + ui->labelLinksUrl1->setText("https://bulpcoingame.online/"); + ui->labelLinksUrl2->setText("https://bulpcoingame.online/docs/BULP.pdf"); + ui->labelLinksUrl3->setText("https://bulp.coinexplorer.xyz/"); ui->labelLinksUrl4->setText("https://discord.gg/utTnasr"); ui->labelLinksUrl5->setText("https://twitter.com/BulpCoin"); ui->labelLinksUrl6->setText("https://github.com/bulpgame"); diff --git a/src/rpcmasternode-budget.cpp b/src/rpcmasternode-budget.cpp index 343ec76..bde6e5a 100644 --- a/src/rpcmasternode-budget.cpp +++ b/src/rpcmasternode-budget.cpp @@ -173,8 +173,8 @@ UniValue preparebudget(const UniValue& params, bool fHelp) "\nResult:\n" "\"xxxx\" (string) proposal fee hash (if successful) or error message (if failed)\n" "\nExamples:\n" + - HelpExampleCli("preparebudget", "\"test-proposal\" \"https://bulp.ml/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500") + - HelpExampleRpc("preparebudget", "\"test-proposal\" \"https://bulp.ml/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500")); + HelpExampleCli("preparebudget", "\"test-proposal\" \"https://bulpcoingame.online/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500") + + HelpExampleRpc("preparebudget", "\"test-proposal\" \"https://bulpcoingame.online/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500")); if (pwalletMain->IsLocked()) throw JSONRPCError(RPC_WALLET_UNLOCK_NEEDED, "Error: Please enter the wallet passphrase with walletpassphrase first."); @@ -267,8 +267,8 @@ UniValue submitbudget(const UniValue& params, bool fHelp) "\nResult:\n" "\"xxxx\" (string) proposal hash (if successful) or error message (if failed)\n" "\nExamples:\n" + - HelpExampleCli("submitbudget", "\"test-proposal\" \"https://bulp.ml/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500") + - HelpExampleRpc("submitbudget", "\"test-proposal\" \"https://bulp.ml/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500")); + HelpExampleCli("submitbudget", "\"test-proposal\" \"https://bulpcoingame.online/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500") + + HelpExampleRpc("submitbudget", "\"test-proposal\" \"https://bulpcoingame.online/t/test-proposal\" 2 820800 \"Bk39HssARwPds51FV9wSprCPzAxniVZeZ6\" 500")); // Check these inputs the same way we check the vote commands: // ********************************************************** diff --git a/src/spork.h b/src/spork.h index 4eba6f4..679cf3e 100644 --- a/src/spork.h +++ b/src/spork.h @@ -55,7 +55,7 @@ using namespace boost; #define SPORK_12_RECONSIDER_BLOCKS_DEFAULT 0 #define SPORK_13_ENABLE_SUPERBLOCKS_DEFAULT 1424217600 // OFF #define SPORK_14_MN_WINNER_MINIMUM_AGE_DEFAULT 8000 // Age in seconds. This should be > MASTERNODE_REMOVAL_SECONDS to avoid misconfigured new nodes in the list. Set this to zero to emulate classic behaviour -#define SPORK_15_PROTOCOL_ENFORCEMENT_1_DEFAULT 4070908800 // OFF +#define SPORK_15_PROTOCOL_ENFORCEMENT_1_DEFAULT 1558101600 // OFF #define SPORK_16_PROTOCOL_ENFORCEMENT_2_DEFAULT 4070908800 // OFF #define SPORK_17_PROTOCOL_ENFORCEMENT_3_DEFAULT 4070908800 // OFF #define SPORK_18_PROTOCOL_ENFORCEMENT_4_DEFAULT 4070908800 // OFF diff --git a/src/version.h b/src/version.h index e5608df..c466098 100644 --- a/src/version.h +++ b/src/version.h @@ -13,7 +13,7 @@ */ //! Current Protocol Version -static const int PROTOCOL_VERSION = 70900; +static const int PROTOCOL_VERSION = 70910; //! initial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 200;