Skip to content

Commit

Permalink
ColossusCoinXT Initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
colx committed Sep 21, 2017
1 parent e3a3b03 commit 3b5c9c1
Show file tree
Hide file tree
Showing 274 changed files with 3,797 additions and 4,365 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Remove this description and sections that do not apply -->

This issue tracker is only for technical issues related to PIVX Core.
General PIVX questions and/or support requests and are best directed to the [PIVX Slack](http://pivx.slack.com).
This issue tracker is only for technical issues related to COLX Core.
General COLX questions and/or support requests and are best directed to the [COLX Slack](http://colx.slack.com).

### Describe the issue

Expand All @@ -20,7 +20,7 @@ Tell us what happens instead
### Screenshots.
If the issue is related to the GUI, screenshots can be added to this issue via drag & drop.

### What version of PIVX Core are you using?
### What version of COLX Core are you using?
List the version number/commit ID, and if it is an official binary, self compiled or a distribution package.

### Machine specs:
Expand Down
26 changes: 13 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ reset-files.bash
*.tar.gz

*.exe
src/pivx
src/pivxd
src/pivx-cli
src/pivx-tx
src/test/test_pivx
src/qt/test/test_pivx-qt
src/colx
src/colxd
src/colx-cli
src/colx-tx
src/test/test_colx
src/qt/test/test_colx-qt

# autoreconf
Makefile.in
Expand All @@ -35,8 +35,8 @@ config.log
config.status
configure
libtool
src/config/pivx-config.h
src/config/pivx-config.h.in
src/config/colx-config.h
src/config/colx-config.h.in
src/config/stamp-h1
share/setup.nsi
share/qt/Info.plist
Expand All @@ -62,7 +62,7 @@ src/qt/test/moc*.cpp
*.o
*.o-*
*.patch
.pivx
.colx
*.a
*.pb.cc
*.pb.h
Expand All @@ -81,12 +81,12 @@ src/qt/test/moc*.cpp
# Compilation and Qt preprocessor part
*.qm
Makefile
pivx-qt
PIVX-Qt.app
colx-qt
COLX-Qt.app

# Unit-tests
Makefile.test
pivx-qt_test
colx-qt_test
src/test/buildenv.py

# Resources cpp
Expand All @@ -102,7 +102,7 @@ build
#lcov
*.gcno
/*.info
test_pivx.coverage/
test_colx.coverage/
total.coverage/
coverage_percent.txt

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty

#workaround for https://github.com/travis-ci/travis-ci/issues/5227
addons:
hostname: pivx-tester
hostname: colx-tester

os: linux
language: generic
Expand Down Expand Up @@ -34,7 +34,7 @@ env:
- HOST=i686-pc-linux-gnu PACKAGES="g++-multilib bc python3-zmq" DEP_OPTS="NO_QT=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++" USE_SHELL="/bin/dash" PYZMQ=true
# Win64
- HOST=x86_64-w64-mingw32 DPKG_ADD_ARCH="i386" DEP_OPTS="NO_QT=1" PACKAGES="python3 nsis g++-mingw-w64-x86-64 wine1.6 bc" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports"
# pivxd
# colxd
- HOST=x86_64-unknown-linux-gnu PACKAGES="bc python3-zmq" DEP_OPTS="NO_QT=1 NO_UPNP=1 DEBUG=1" RUN_TESTS=true GOAL="install" BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports CPPFLAGS=-DDEBUG_LOCKORDER" PYZMQ=true

# No wallet
Expand Down
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Contributing to PIVX Core
Contributing to COLX Core
============================

The PIVX Core project operates an open contributor model where anyone is
Expand Down Expand Up @@ -57,12 +57,12 @@ the pull request affects. Valid areas as:

- *Consensus* for changes to consensus critical code
- *Docs* for changes to the documentation
- *Qt* for changes to pivx-qt
- *Qt* for changes to colx-qt
- *Minting* for changes to the minting code
- *Net* or *P2P* for changes to the peer-to-peer network code
- *RPC/REST* for changes to the RPC or REST APIs
- *Scripts and tools* for changes to the scripts and tools
- *Tests* for changes to the pivx unit tests or QA tests
- *Tests* for changes to the colx unit tests or QA tests
- *Trivial* should **only** be used for PRs that do not change generated
executable code. Notably, refactors (change of function arguments and code
reorganization) and changes in behavior should **not** be marked as trivial.
Expand Down Expand Up @@ -157,10 +157,10 @@ where possible keep them short, un-complex and easy to verify.
"Decision Making" Process
-------------------------

The following applies to code changes to the PIVX Core project, and is not to be
confused with overall PIVX Network Protocol consensus changes.
The following applies to code changes to the COLX Core project, and is not to be
confused with overall COLX Network Protocol consensus changes.

Whether a pull request is merged into PIVX Core rests with the project merge
Whether a pull request is merged into COLX Core rests with the project merge
maintainers and ultimately the project lead.

Maintainers will take into consideration if a patch is in line with the general
Expand All @@ -174,7 +174,7 @@ In general, all pull requests must:
- be well peer reviewed;
- follow code style guidelines;

Patches that change PIVX consensus rules are considerably more involved than
Patches that change COLX consensus rules are considerably more involved than
normal because they affect the entire ecosystem and so must be preceded by
extensive discussions and clear detailing. While each case will be different,
one should be prepared to expend more time and effort than for other kinds of
Expand Down Expand Up @@ -214,7 +214,7 @@ higher in terms of discussion and peer review requirements, keeping in mind that
mistakes could be very costly to the wider community. This includes refactoring
of consensus critical code.

Where a patch set proposes to change the PIVX consensus, it must have been
Where a patch set proposes to change the COLX consensus, it must have been
discussed extensively on the forums and Slack, be accompanied by a widely
discussed Proposal and have a generally widely perceived technical consensus of being
a worthwhile change based on the judgement of the maintainers.
Expand Down Expand Up @@ -254,7 +254,7 @@ about:
Release Policy
--------------

The project leader is the release manager for each PIVX Core release.
The project leader is the release manager for each COLX Core release.

Copyright
---------
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2009-2015 Bitcoin Developers
Copyright (c) 2014-2015 Dash Developers
Copyright (c) 2015-2017 PIVX Developers
Copyright (c) 2015-2017 COLX Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Building PIVX
Building COLX

Use the autogen script to prepare the build environment.

Expand All @@ -8,6 +8,6 @@ Use the autogen script to prepare the build environment.

Always verify the signatures and checksums.

See doc/build-*.md for instructions on building pivxd,
See doc/build-*.md for instructions on building colxd,
the intended-for-services, no-graphical-interface, reference
implementation of PIVX.
implementation of COLX.
44 changes: 22 additions & 22 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ SUBDIRS = src
GZIP_ENV="-9n"
export PYTHONPATH

BITCOIND_BIN=$(top_builddir)/src/pivxd$(EXEEXT)
BITCOIN_QT_BIN=$(top_builddir)/src/qt/pivx-qt$(EXEEXT)
BITCOIN_CLI_BIN=$(top_builddir)/src/pivx-cli$(EXEEXT)
BITCOIND_BIN=$(top_builddir)/src/colxd$(EXEEXT)
BITCOIN_QT_BIN=$(top_builddir)/src/qt/colx-qt$(EXEEXT)
BITCOIN_CLI_BIN=$(top_builddir)/src/colx-cli$(EXEEXT)
BITCOIN_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EXEEXT)

empty :=
space := $(empty) $(empty)

OSX_APP=PIVX-Qt.app
OSX_APP=COLX-Qt.app
OSX_VOLNAME = $(subst $(space),-,$(PACKAGE_NAME))
OSX_DMG = $(OSX_VOLNAME).dmg
OSX_BACKGROUND_SVG=background.svg
Expand All @@ -40,9 +40,9 @@ OSX_PACKAGING = $(OSX_DEPLOY_SCRIPT) $(OSX_FANCY_PLIST) $(OSX_INSTALLER_ICONS) \
$(top_srcdir)/contrib/macdeploy/detached-sig-create.sh

COVERAGE_INFO = baseline_filtered_combined.info baseline.info block_test.info \
leveldb_baseline.info test_pivx_filtered.info total_coverage.info \
leveldb_baseline.info test_colx_filtered.info total_coverage.info \
baseline_filtered.info block_test_filtered.info \
leveldb_baseline_filtered.info test_pivx_coverage.info test_pivx.info
leveldb_baseline_filtered.info test_colx_coverage.info test_colx.info

dist-hook:
-$(MAKE) -C $(top_distdir)/src/leveldb clean
Expand Down Expand Up @@ -84,7 +84,7 @@ $(OSX_APP)/Contents/Resources/bitcoin.icns: $(OSX_INSTALLER_ICONS)
$(MKDIR_P) $(@D)
$(INSTALL_DATA) $< $@

$(OSX_APP)/Contents/MacOS/PIVX-Qt: $(BITCOIN_QT_BIN)
$(OSX_APP)/Contents/MacOS/COLX-Qt: $(BITCOIN_QT_BIN)
$(MKDIR_P) $(@D)
STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $< $@

Expand All @@ -94,7 +94,7 @@ $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings:

OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lproj \
$(OSX_APP)/Contents/Resources/bitcoin.icns $(OSX_APP)/Contents/Info.plist \
$(OSX_APP)/Contents/MacOS/PIVX-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings
$(OSX_APP)/Contents/MacOS/COLX-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings

osx_volname:
echo $(OSX_VOLNAME) >$@
Expand All @@ -119,7 +119,7 @@ $(APP_DIST_DIR)/Applications:
@rm -f $@
@cd $(@D); $(LN_S) /Applications $(@F)

$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/PIVX-Qt
$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/COLX-Qt

$(OSX_DMG): $(APP_DIST_EXTRAS)
$(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "$(OSX_VOLNAME)" -no-pad -r -dir-mode 0755 -apple -o $@ dist
Expand All @@ -134,7 +134,7 @@ $(APP_DIST_DIR)/.background/$(OSX_BACKGROUND_IMAGE): $(OSX_BACKGROUND_IMAGE_DPIF
$(APP_DIST_DIR)/.DS_Store: $(OSX_DSSTORE_GEN)
$(PYTHON) $< "$@" "$(OSX_VOLNAME)"

$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/PIVX-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/COLX-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
INSTALLNAMETOOL=$(INSTALLNAMETOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(PYTHON) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) -translations-dir=$(QT_TRANSLATION_DIR) -add-qt-tr $(OSX_QT_TRANSLATIONS) -verbose 2

deploydir: $(APP_DIST_EXTRAS)
Expand Down Expand Up @@ -174,16 +174,16 @@ leveldb_baseline_filtered.info: leveldb_baseline.info
baseline_filtered_combined.info: leveldb_baseline_filtered.info baseline_filtered.info
$(LCOV) -a leveldb_baseline_filtered.info -a baseline_filtered.info -o $@

test_pivx.info: baseline_filtered_combined.info
test_colx.info: baseline_filtered_combined.info
$(MAKE) -C src/ check
$(LCOV) -c -d $(abs_builddir)/src -t test_pivx -o $@
$(LCOV) -c -d $(abs_builddir)/src -t test_colx -o $@
$(LCOV) -z -d $(abs_builddir)/src
$(LCOV) -z -d $(abs_builddir)/src/leveldb

test_pivx_filtered.info: test_pivx.info
test_colx_filtered.info: test_colx.info
$(LCOV) -r $< "/usr/include/*" -o $@

block_test.info: test_pivx_filtered.info
block_test.info: test_colx_filtered.info
$(MKDIR_P) qa/tmp
-@TIMEOUT=15 qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -jar $(JAVA_COMPARISON_TOOL) qa/tmp/compTool 0
$(LCOV) -c -d $(abs_builddir)/src --t BitcoinJBlockTest -o $@
Expand All @@ -193,25 +193,25 @@ block_test.info: test_pivx_filtered.info
block_test_filtered.info: block_test.info
$(LCOV) -r $< "/usr/include/*" -o $@

test_pivx_coverage.info: baseline_filtered_combined.info test_pivx_filtered.info
$(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_pivx_filtered.info -o $@
test_colx_coverage.info: baseline_filtered_combined.info test_colx_filtered.info
$(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_colx_filtered.info -o $@

total_coverage.info: baseline_filtered_combined.info test_pivx_filtered.info block_test_filtered.info
$(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_pivx_filtered.info -a block_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt
total_coverage.info: baseline_filtered_combined.info test_colx_filtered.info block_test_filtered.info
$(LCOV) -a baseline_filtered.info -a leveldb_baseline_filtered.info -a test_colx_filtered.info -a block_test_filtered.info -o $@ | $(GREP) "\%" | $(AWK) '{ print substr($$3,2,50) "/" $$5 }' > coverage_percent.txt

test_pivx.coverage/.dirstamp: test_pivx_coverage.info
test_colx.coverage/.dirstamp: test_colx_coverage.info
$(GENHTML) -s $< -o $(@D)
@touch $@

total.coverage/.dirstamp: total_coverage.info
$(GENHTML) -s $< -o $(@D)
@touch $@

cov: test_pivx.coverage/.dirstamp total.coverage/.dirstamp
cov: test_colx.coverage/.dirstamp total.coverage/.dirstamp

endif

# PIVX: disable the outdated comparison tool test
# COLX: disable the outdated comparison tool test
# Ref https://github.com/bitcoin/bitcoin/issues/4545
if USE_COMPARISON_TOOL
check-local:
Expand All @@ -226,4 +226,4 @@ CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)
.INTERMEDIATE: $(COVERAGE_INFO)

clean-local:
rm -rf test_pivx.coverage/ total.coverage/ $(OSX_APP)
rm -rf test_colx.coverage/ total.coverage/ $(OSX_APP)
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
PIVX Core integration/staging repository
COLX Core integration/staging repository
=====================================

[![Build Status](https://travis-ci.org/PIVX-Project/PIVX.svg?branch=master)](https://travis-ci.org/PIVX-Project/PIVX) [![GitHub version](https://badge.fury.io/gh/PIVX-Project%2FPIVX.svg)](https://badge.fury.io/gh/PIVX-Project%2FPIVX)
[![Build Status](https://travis-ci.org/COLX-Project/COLX.svg?branch=master)](https://travis-ci.org/COLX-Project/COLX) [![GitHub version](https://badge.fury.io/gh/COLX-Project%2FCOLX.svg)](https://badge.fury.io/gh/COLX-Project%2FCOLX)

PIVX is a cutting edge cryptocurrency, with many features not available in most other cryptocurrencies.
COLX is a cutting edge cryptocurrency, with many features not available in most other cryptocurrencies.
- Anonymized transactions using coin mixing technology, we call it _Obfuscation_.
- Fast transactions featuring guaranteed zero confirmation transactions, we call it _SwiftTX_.
- Decentralized blockchain voting providing for consensus based advancement of the current Masternode
technology used to secure the network and provide the above features, each Masternode is secured
with collateral of 10K PIV
with collateral of 10K COLX

More information at [pivx.org](http://www.pivx.org) Visit our ANN thread at [BitcoinTalk](http://www.bitcointalk.org/index.php?topic=1262920)
More information at [colx.org](http://www.colx.org) Visit our ANN thread at [BitcoinTalk](http://www.bitcointalk.org/index.php?topic=1262920)

### Coin Specs
<table>
<tr><td>Algo</td><td>Quark</td></tr>
<tr><td>Block Time</td><td>60 Seconds</td></tr>
<tr><td>Difficulty Retargeting</td><td>Every Block</td></tr>
<tr><td>Max Coin Supply (PoW Phase)</td><td>43,199,500 PIV</td></tr>
<tr><td>Max Coin Supply (PoW Phase)</td><td>43,199,500 COLX</td></tr>
<tr><td>Max Coin Supply (PoS Phase)</td><td>Infinite</td></tr>
<tr><td>Premine</td><td>60,000 PIV*</td></tr>
<tr><td>Premine</td><td>60,000 COLX*</td></tr>
</table>

*60,000 PIV Premine was burned in block [279917](http://www.presstab.pw/phpexplorer/PIVX/block.php?blockhash=206d9cfe859798a0b0898ab00d7300be94de0f5469bb446cecb41c3e173a57e0)
*60,000 COLX Premine was burned in block [279917](http://www.presstab.pw/phpexplorer/COLX/block.php?blockhash=206d9cfe859798a0b0898ab00d7300be94de0f5469bb446cecb41c3e173a57e0)

### Reward Distribution

<table>
<th colspan=4>PoW Phase</th>
<tr><th>Block Height</th><th>Reward Amount</th><th>Notes</th><th>Duration (Days)</th></tr>
<tr><td>1</td><td>60,000 PIV</td><td>Initial Premine</td><td>0 Days</td></tr>
<tr><td>2-151200</td><td>250 PIV</td><td rowspan=2>Open Mining</td><td rowspan=2> Approx 180 Days</td></tr>
<tr><td>151201-259200</td><td>50 PIV</td></tr>
<tr><td>1</td><td>60,000 COLX</td><td>Initial Premine</td><td>0 Days</td></tr>
<tr><td>2-151200</td><td>250 COLX</td><td rowspan=2>Open Mining</td><td rowspan=2> Approx 180 Days</td></tr>
<tr><td>151201-259200</td><td>50 COLX</td></tr>
<tr><th colspan=4>PoS Phase</th></tr>
<tr><th>Block Height</th><th colspan=3>Reward Amount</th></tr>
<tr><td>259201-Infinite</td><td colspan=3>Variable based on SeeSaw Reward Mechanism</td></tr>
Expand All @@ -41,23 +41,23 @@ More information at [pivx.org](http://www.pivx.org) Visit our ANN thread at [Bit

<table>
<th>Block Height</th><th>Masternodes</th><th>Miner</th><th>Budget</th>
<tr><td>2-43200</td><td>20% (50 PIV)</td><td>80% (200 PIV)</td><td>N/A</td></tr>
<tr><td>43201-151200</td><td>20% (50 PIV)</td><td>70% (200 PIV)</td><td>10% (25 PIV)</td></tr>
<tr><td>151201-259200</td><td>45% (22.5 PIV)</td><td>45% (22.5 PIV)</td><td>10% (5 PIV)</td></tr>
<tr><td>2-43200</td><td>20% (50 COLX)</td><td>80% (200 COLX)</td><td>N/A</td></tr>
<tr><td>43201-151200</td><td>20% (50 COLX)</td><td>70% (200 COLX)</td><td>10% (25 COLX)</td></tr>
<tr><td>151201-259200</td><td>45% (22.5 COLX)</td><td>45% (22.5 COLX)</td><td>10% (5 COLX)</td></tr>
</table>

### PoS Rewards Breakdown

<table>
<th>Phase</th><th>Block Height</th><th>Reward</th><th>Masternodes & Stakers</th><th>Budget</th>
<tr><td>Phase 1</td><td>259201-302399</td><td>50 PIV</td><td>90% (45 PIV)</td><td>10% (5 PIV)</td></tr>
<tr><td>Phase 2</td><td>302400-345599</td><td>45 PIV</td><td>90% (40.5 PIV)</td><td>10% (4.5 PIV)</td></tr>
<tr><td>Phase 3</td><td>345600-388799</td><td>40 PIV</td><td>90% (36 PIV)</td><td>10% (4 PIV)</td></tr>
<tr><td>Phase 4</td><td>388800-431999</td><td>35 PIV</td><td>90% (31.5 PIV)</td><td>10% (3.5 PIV)</td></tr>
<tr><td>Phase 5</td><td>432000-475199</td><td>30 PIV</td><td>90% (27 PIV)</td><td>10% (3 PIV)</td></tr>
<tr><td>Phase 6</td><td>475200-518399</td><td>25 PIV</td><td>90% (22.5 PIV)</td><td>10% (2.5 PIV)</td></tr>
<tr><td>Phase 7</td><td>518400-561599</td><td>20 PIV</td><td>90% (18 PIV)</td><td>10% (2 PIV)</td></tr>
<tr><td>Phase 8</td><td>561600-604799</td><td>15 PIV</td><td>90% (13.5 PIV)</td><td>10% (1.5 PIV)</td></tr>
<tr><td>Phase 9</td><td>604800-647999</td><td>10 PIV</td><td>90% (9 PIV)</td><td>10% (1 PIV)</td></tr>
<tr><td>Phase X</td><td>648000-Infinite</td><td>5 PIV</td><td>90% (4.5 PIV)</td><td>10% (0.5 PIV)</td></tr>
<tr><td>Phase 1</td><td>259201-302399</td><td>50 COLX</td><td>90% (45 COLX)</td><td>10% (5 COLX)</td></tr>
<tr><td>Phase 2</td><td>302400-345599</td><td>45 COLX</td><td>90% (40.5 COLX)</td><td>10% (4.5 COLX)</td></tr>
<tr><td>Phase 3</td><td>345600-388799</td><td>40 COLX</td><td>90% (36 COLX)</td><td>10% (4 COLX)</td></tr>
<tr><td>Phase 4</td><td>388800-431999</td><td>35 COLX</td><td>90% (31.5 COLX)</td><td>10% (3.5 COLX)</td></tr>
<tr><td>Phase 5</td><td>432000-475199</td><td>30 COLX</td><td>90% (27 COLX)</td><td>10% (3 COLX)</td></tr>
<tr><td>Phase 6</td><td>475200-518399</td><td>25 COLX</td><td>90% (22.5 COLX)</td><td>10% (2.5 COLX)</td></tr>
<tr><td>Phase 7</td><td>518400-561599</td><td>20 COLX</td><td>90% (18 COLX)</td><td>10% (2 COLX)</td></tr>
<tr><td>Phase 8</td><td>561600-604799</td><td>15 COLX</td><td>90% (13.5 COLX)</td><td>10% (1.5 COLX)</td></tr>
<tr><td>Phase 9</td><td>604800-647999</td><td>10 COLX</td><td>90% (9 COLX)</td><td>10% (1 COLX)</td></tr>
<tr><td>Phase X</td><td>648000-Infinite</td><td>5 COLX</td><td>90% (4.5 COLX)</td><td>10% (0.5 COLX)</td></tr>
</table>
Loading

0 comments on commit 3b5c9c1

Please sign in to comment.