Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Updates before block height 100,000
Browse files Browse the repository at this point in the history
  • Loading branch information
wrkzdev committed Aug 29, 2018
1 parent d22c1e6 commit 10926b1
Show file tree
Hide file tree
Showing 17 changed files with 634 additions and 387 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endforeach()

#Set build version
set(VERSION_MAJOR "0")
set(VERSION_MINOR "1.0.3")
set(VERSION_MINOR "1.2.8")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
find_package(Git QUIET)
if(Git_FOUND OR GIT_FOUND)
Expand Down Expand Up @@ -112,6 +112,7 @@ file(GLOB_RECURSE CRYPTONOTE_SOURCES
cryptonote/src/Common/VectorOutputStream.cpp
cryptonote/src/Common/ScopeExit.cpp
cryptonote/src/ConnectivityTool/ConnectivityTool.cpp
cryptonote/src/crypto/aesb.c
cryptonote/src/crypto/blake256.c
cryptonote/src/crypto/chacha8.c
cryptonote/src/crypto/crypto-ops-data.c
Expand All @@ -129,7 +130,6 @@ file(GLOB_RECURSE CRYPTONOTE_SOURCES
cryptonote/src/crypto/random.c
cryptonote/src/crypto/skein.c
cryptonote/src/crypto/slow-hash.c
cryptonote/src/crypto/slow-hash.cpp
cryptonote/src/crypto/tree-hash.c
cryptonote/src/CryptoNoteCore/*.cpp
cryptonote/src/CryptoNoteProtocol/*.cpp
Expand Down Expand Up @@ -165,8 +165,6 @@ file(GLOB_RECURSE CRYPTONOTE_SOURCES
cryptonote/src/System/Ipv4Address.cpp
cryptonote/src/System/TcpStream.cpp
cryptonote/src/JsonRpcServer/*.cpp
cryptonote/src/PaymentGate/*.cpp
cryptonote/src/PaymentGateService/*.cpp
cryptonote/src/Miner/*.cpp
)

Expand Down
2 changes: 1 addition & 1 deletion CryptoNoteWallet.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(CN_PROJECT_NAME "WrkzCoin-GUI")
set(CN_CURRENCY_DISPLAY_NAME "WrkzCoin-GUI")
set(CN_CURRENCY_TICKER "WRKZ")
set(CN_VERSION 0.1.0.3)
set(CN_VERSION 0.2.2.7)
2 changes: 1 addition & 1 deletion src/Application/BlogReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace {

const char BLOG_RSS_SCHEME[] = "https";
const char BLOG_RSS_HOST[] = "wrkz.work";
const char BLOG_RSS_PATH[] = "/blog/feed.atom/";
const char BLOG_RSS_PATH[] = "/syndication.php?type=rss";

const char BLOG_RSS_ID_TAG_NAME[] = "id";
const char BLOG_RSS_LINK_TAG_NAME[] = "link";
Expand Down
Loading

0 comments on commit 10926b1

Please sign in to comment.