Skip to content

Commit ba6d559

Browse files
committed
Merge branch 'pirate_da_dev'
2 parents 7f9ad03 + 635a63a commit ba6d559

File tree

105 files changed

+4556
-1274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+4556
-1274
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ before_install:
2020
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install build-essential pkg-config libcurl3-gnutls-dev libc6-dev libevent-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake libssl-dev libprotobuf-dev protobuf-compiler libdb++-dev ntp ntpdate; fi
2121
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rm '/usr/local/include/c++'; fi
2222
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
23-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gcc@6; fi
24-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link --overwrite gcc@6; fi
23+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gcc@8; fi
24+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew link --overwrite gcc@8; fi
2525
script:
2626
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./zcutil/build.sh -j 5; fi
2727
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then tar cvfz komodo_linux_$TRAVIS_BRANCH.tar.gz src/komodod src/komodo-cli; fi

Brewfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ brew "automake"
99
brew "binutils"
1010
brew "cmake"
1111
brew "coreutils"
12-
brew "gcc@6"
12+
brew "gcc@8"
1313
brew "leveldb"
1414
brew "nanomsg"
1515
brew "protobuf"

PirateOcean.pro.user

+65-65
Large diffs are not rendered by default.

README-mac.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ brew bundle
1616
or
1717

1818
```shell
19-
brew tap discoteq/discoteq; brew install flock autoconf autogen automake gcc@6 binutils protobuf coreutils wget
19+
brew tap discoteq/discoteq; brew install flock autoconf autogen automake gcc@8 binutils protobuf coreutils wget
2020
```
2121

2222
Get all that installed, then run:

configure.ac

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
22
AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 5)
4-
define(_CLIENT_VERSION_MINOR, 0)
5-
define(_CLIENT_VERSION_REVISION, 0)
4+
define(_CLIENT_VERSION_MINOR, 1)
5+
define(_CLIENT_VERSION_REVISION, 1)
66
define(_CLIENT_VERSION_BUILD, 50)
77
define(_ZC_BUILD_VAL, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, m4_incr(_CLIENT_VERSION_BUILD), m4_eval(_CLIENT_VERSION_BUILD < 50), 1, m4_eval(_CLIENT_VERSION_BUILD - 24), m4_eval(_CLIENT_VERSION_BUILD == 50), 1, , m4_eval(_CLIENT_VERSION_BUILD - 50)))
88
define(_CLIENT_VERSION_SUFFIX, m4_if(m4_eval(_CLIENT_VERSION_BUILD < 25), 1, _CLIENT_VERSION_REVISION-beta$1, m4_eval(_CLIENT_VERSION_BUILD < 50), 1, _CLIENT_VERSION_REVISION-rc$1, m4_eval(_CLIENT_VERSION_BUILD == 50), 1, _CLIENT_VERSION_REVISION, _CLIENT_VERSION_REVISION-$1)))
@@ -779,7 +779,7 @@ fi
779779
# platforms, so we use older autoconf detection mechanisms:
780780
if test x$TARGET_OS = xdarwin; then
781781
AC_CHECK_HEADER([gmp.h],,AC_MSG_ERROR(libgmp headers missing))
782-
AC_CHECK_LIB([gmp],[[__gmpn_sub_n]],GMP_LIBS=-lgmp, [AC_MSG_ERROR(libgmp missing)])
782+
#AC_CHECK_LIB([gmp],[[__gmpn_sub_n]],GMP_LIBS=-lgmp, [AC_MSG_ERROR(libgmp missing)])
783783

784784
AC_CHECK_HEADER([gmpxx.h],,AC_MSG_ERROR(libgmpxx headers missing))
785785
AC_CHECK_LIB([gmpxx],[main],GMPXX_LIBS=-lgmpxx, [AC_MSG_ERROR(libgmpxx missing)])

depends/funcs.mk

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ $(1)_download_path_fixed=$(subst :,\:,$$($(1)_download_path))
9191

9292

9393
#default commands
94+
# The default behavior for tar will try to set ownership when running as uid 0 and may not succeed, --no-same-owner disables this behavior
9495
$(1)_fetch_cmds ?= $(call fetch_file,$(1),$(subst \:,:,$$($(1)_download_path_fixed)),$$($(1)_download_file),$($(1)_file_name),$($(1)_sha256_hash))
9596
$(1)_extract_cmds ?= mkdir -p $$($(1)_extract_dir) && echo "$$($(1)_sha256_hash) $$($(1)_source)" > $$($(1)_extract_dir)/.$$($(1)_file_name).hash && $(build_SHA256SUM) -c $$($(1)_extract_dir)/.$$($(1)_file_name).hash && tar --no-same-owner --strip-components=1 -xf $$($(1)_source)
9697
$(1)_preprocess_cmds ?=

depends/packages/bdb.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=bdb
2-
$(package)_version=6.2.23
2+
$(package)_version=6.2.32
33
$(package)_download_path=https://download.oracle.com/berkeley-db
44
$(package)_file_name=db-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=47612c8991aa9ac2f6be721267c8d3cdccf5ac83105df8e50809daea24e95dc7
5+
$(package)_sha256_hash=a9c5e2b004a5777aa03510cfe5cd766a4a3b777713406b02809c17c8e0e7a8fb
66
$(package)_build_subdir=build_unix
77

88
define $(package)_set_vars

depends/packages/qt.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PACKAGE=qt
22
$(package)_version=5.9.8
3-
$(package)_download_path=https://download.qt.io/official_releases/qt/5.9/$($(package)_version)/submodules
3+
$(package)_download_path=http://mirrors.ocf.berkeley.edu/qt/archive/qt/5.9/$($(package)_version)/submodules
44
$(package)_suffix=opensource-src-$($(package)_version).tar.xz
55
$(package)_file_name=qtbase-$($(package)_suffix)
66
$(package)_sha256_hash=9b9dec1f67df1f94bce2955c5604de992d529dde72050239154c56352da0907d

src/Makefile.qt.include

+6
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,12 @@ KOMODO_QT_CPP += \
410410

411411
RES_IMAGES = \
412412
qt/res/backgrounds/pirate.png \
413+
qt/res/backgrounds/piratemap.png \
414+
qt/res/backgrounds/armada.png \
415+
qt/res/backgrounds/night.png \
416+
qt/res/backgrounds/ghostship.png \
417+
qt/res/backgrounds/treasure.png \
418+
qt/res/backgrounds/treasuremap.png \
413419
qt/res/backgrounds/splash.png
414420

415421
RES_MOVIES = $(wildcard $(srcdir)/qt/res/movies/spinner-*.png)

src/ac.json

+267
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,267 @@
1+
{
2+
"REVS": {
3+
"ac_supply": "1300000"
4+
}
5+
,
6+
7+
"SUPERNET": {
8+
"ac_supply": "816061"
9+
}
10+
,
11+
12+
"DEX": {
13+
"ac_supply": "999999"
14+
}
15+
,
16+
17+
"PANGEA": {
18+
"ac_supply": "999999"
19+
}
20+
21+
,
22+
"JUMBLR": {
23+
"ac_supply": "999999"
24+
}
25+
,
26+
27+
"BET": {
28+
"ac_supply": "999999"
29+
}
30+
,
31+
32+
"CRYPTO": {
33+
"ac_supply": "999999"
34+
}
35+
,
36+
37+
"HODL": {
38+
"ac_supply": "9999999"
39+
}
40+
,
41+
42+
"MSHARK": {
43+
"ac_supply": "1400000"
44+
}
45+
,
46+
47+
"BOTS": {
48+
"ac_supply": "999999"
49+
}
50+
,
51+
52+
"MGW": {
53+
"ac_supply": "999999"
54+
}
55+
,
56+
"COQUICASH": {
57+
"ac_supply": "72000000",
58+
"ac_reward": "7200000000",
59+
"ac_staked": "50",
60+
"ac_halving": "420000",
61+
"ac_cc": "2",
62+
"ac_ccenable": "227,235,236,241",
63+
"addnode": [
64+
"78.47.108.168"
65+
]
66+
}
67+
,
68+
69+
"WLC": {
70+
"ac_supply": "210000000"
71+
}
72+
,
73+
74+
"KV": {
75+
"ac_supply": "1000000"
76+
}
77+
,
78+
79+
"MESH": {
80+
"ac_supply": "1000007"
81+
}
82+
,
83+
84+
"AXO": {
85+
"ac_supply": "200000000",
86+
"ac_ccactivate": "130000"
87+
}
88+
,
89+
90+
"ETOMIC": {
91+
"ac_supply": "100000000"
92+
}
93+
,
94+
95+
"BTCH": {
96+
"ac_supply": "20998641"
97+
}
98+
,
99+
100+
"NINJA": {
101+
"ac_supply": "100000000"
102+
}
103+
,
104+
105+
"OOT": {
106+
"ac_supply": "216000000",
107+
"ac_sapling": "5000000"
108+
}
109+
,
110+
111+
"ZILLA": {
112+
"ac_supply": "11000000",
113+
"ac_sapling": "5000000",
114+
"addnode": [
115+
"51.68.215.104"
116+
]
117+
}
118+
,
119+
120+
"RFOX": {
121+
"ac_supply": "1000000000",
122+
"ac_reward": "100000000"
123+
}
124+
,
125+
126+
"SEC": {
127+
"ac_supply": "1000000000",
128+
"ac_cc": "333"
129+
}
130+
,
131+
132+
"CCL": {
133+
"ac_supply": "200000000",
134+
"ac_end": "1",
135+
"ac_cc": "2",
136+
"addressindex": "1",
137+
"spentindex": "1",
138+
"addnode": [
139+
"142.93.136.89",
140+
"195.201.22.89"
141+
]
142+
}
143+
,
144+
145+
"PIRATE": {
146+
"ac_supply": "0",
147+
"ac_reward": "25600000000",
148+
"ac_halving": "77777",
149+
"ac_private": "1",
150+
"addnode": [
151+
"136.243.102.225"
152+
]
153+
}
154+
,
155+
156+
"PGT": {
157+
"ac_supply": "10000000",
158+
"ac_end": "1",
159+
"addnode": [
160+
"190.114.254.104"
161+
]
162+
}
163+
,
164+
165+
"KSB": {
166+
"ac_supply": "1000000000",
167+
"ac_end": "1",
168+
"ac_public": "1",
169+
"addnode": [
170+
"37.187.225.231"
171+
]
172+
}
173+
,
174+
175+
"OUR": {
176+
"ac_reward": "1478310502",
177+
"ac_halving": "525600",
178+
"ac_cc": "42",
179+
"ac_supply": "100000000",
180+
"ac_perc": "77700",
181+
"ac_staked": "93",
182+
"ac_pubkey": "02652a3f3e00b3a1875a918314f0bac838d6dd189a346fa623f5efe9541ac0b98c",
183+
"ac_public": "1",
184+
"addnode": [
185+
"51.255.195.65",
186+
"217.182.129.38",
187+
"37.187.225.231"
188+
]
189+
}
190+
,
191+
192+
"ILN": {
193+
"ac_supply": "10000000000",
194+
"ac_cc": "2",
195+
"addnode": ["51.75.122.83"]
196+
}
197+
,
198+
199+
"RICK": {
200+
"ac_supply": "90000000000",
201+
"ac_reward": "100000000",
202+
"ac_cc": "3",
203+
"addnode": ["138.201.136.145"]
204+
}
205+
,
206+
207+
"MORTY": {
208+
"ac_supply": "90000000000",
209+
"ac_reward": "100000000",
210+
"ac_cc": "3",
211+
"addnode": ["138.201.136.145"]
212+
}
213+
,
214+
215+
"KOIN": {
216+
"ac_supply": "125000000",
217+
"addnode": ["3.0.32.10"]
218+
}
219+
,
220+
221+
"ZEXO": {
222+
"ac_reward": "1478310502",
223+
"ac_halving": "525600",
224+
"ac_cc": "42",
225+
"ac_ccenable": "236",
226+
"ac_supply": "100000000",
227+
"ac_perc": "77700",
228+
"ac_staked": "93",
229+
"ac_pubkey": "02713bd85e054db923694b6b7a85306264edf4d6bd6d331814f2b40af444b3ebbc",
230+
"ac_public": "1",
231+
"addnode": [
232+
"195.201.20.230",
233+
"80.240.17.222"
234+
]
235+
}
236+
,
237+
238+
"K64": {
239+
"ac_reward": "0",
240+
"ac_supply": "64000777",
241+
"ac_staked": "10",
242+
"addnode": ["18.197.20.21"]
243+
}
244+
,
245+
246+
"HUSH3": {
247+
"ac_sapling": "1",
248+
"ac_founders": "1",
249+
"ac_reward": "0,1125000000,562500000",
250+
"ac_end": "128,340000,5422111",
251+
"ac_blocktime": "150",
252+
"ac_supply": "6178674",
253+
"ac_halving": "129,340000,840000",
254+
"ac_cc": "2",
255+
"ac_cclib": "hush3",
256+
"ac_ccenable": "228,234,235,236,241",
257+
"ac_perc": "11111111",
258+
"ac_eras": "3",
259+
"ac_script": "76a9145eb10cf64f2bab1b457f1f25e658526155928fac88ac",
260+
"clientname": "GoldenSandtrout",
261+
"addnode": [
262+
"188.165.212.101",
263+
"136.243.227.142",
264+
"5.9.224.250"
265+
]
266+
}
267+
}

src/ac/stbl

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
./komodo-cli -ac_name=STBL $1 $2 $3 $4 $5 $6

0 commit comments

Comments
 (0)