Skip to content

Commit

Permalink
Merge branch 'SAPP-develop' of https://github.com/decenomy/DSW
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-at-decenomy committed Nov 27, 2024
2 parents 4c0ec88 + 8b5ff30 commit 50aceed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,7 @@ __decenomy__d-new-gui.*

.vscode/*
null.d

# Include specific files
!build.yml
!build.sh
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ fi

# Sets variables needed for the build
TICKER=${TICKER:-"${GITHUB_REPO}"}
UI_NAME=${UI_NAME:-"__Decenomy__"}
BASE_NAME=${BASE_NAME:-"__decenomy__"}
UI_NAME=${UI_NAME:-"Sapphire"}
BASE_NAME=${BASE_NAME:-"sapphire"}

# Sets the build environment variable
# 0: The build will use the builder image available on docker hub
Expand Down
4 changes: 2 additions & 2 deletions src/spork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ std::vector<CSporkDef> sporkDefs = {

MAKE_SPORK_DEF(SPORK_101_SERVICES_ENFORCEMENT, 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_102_FORCE_ENABLED_MASTERNODE , 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_103_PING_MESSAGE_SALT, 0), // OFF
MAKE_SPORK_DEF(SPORK_103_PING_MESSAGE_SALT, 0ULL), // OFF
MAKE_SPORK_DEF(SPORK_104_MAX_BLOCK_TIME, 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_105_MAX_BLOCK_SIZE, 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_106_STAKING_SKIP_MN_SYNC, 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_107_IGNORE_COLLATERAL_CONFIRMATIONS, 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_108_FORCE_MASTERNODE_MIN_AGE, 0), // ON
MAKE_SPORK_DEF(SPORK_108_FORCE_MASTERNODE_MIN_AGE, 0ULL), // ON
MAKE_SPORK_DEF(SPORK_109_FORCE_ENABLED_VOTED_MASTERNODE, 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_110_FORCE_ENABLED_MASTERNODE_PAYMENT, 4070908800ULL), // OFF
MAKE_SPORK_DEF(SPORK_111_ALLOW_DUPLICATE_MN_IPS, 4070908800ULL), // OFF
Expand Down

0 comments on commit 50aceed

Please sign in to comment.