<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/eth, branch master</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=master</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2019-04-09T13:32:58+00:00</updated>
<entry>
<title>core: set extended round block reward to zero (#298)</title>
<updated>2019-04-09T13:32:58+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@dexon.org</email>
</author>
<published>2019-03-26T03:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=78b707cebf4b3bc101e0793f14f9cac7323bff04'/>
<id>urn:sha1:78b707cebf4b3bc101e0793f14f9cac7323bff04</id>
<content type='text'>
To discourage DKG set from prolonging the round indefinitely, we set the
block reward of the extended round to 0. The gas fee is send to the
DEXON governance owner for safe keeping and later used by the foundation.</content>
</entry>
<entry>
<title>app: new app test flow (#244)</title>
<updated>2019-04-09T13:32:57+00:00</updated>
<author>
<name>bojie</name>
<email>bojie@dexon.org</email>
</author>
<published>2019-03-11T09:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=7e6fbc77b8be3f2f0cc52f410b071a1e1fd28641'/>
<id>urn:sha1:7e6fbc77b8be3f2f0cc52f410b071a1e1fd28641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>app: remove pending block logic (#149)</title>
<updated>2019-04-09T13:32:56+00:00</updated>
<author>
<name>bojie</name>
<email>bojie@dexon.org</email>
</author>
<published>2019-01-14T12:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=2155bbd85373a8527e3b565f4316bc4f1517650a'/>
<id>urn:sha1:2155bbd85373a8527e3b565f4316bc4f1517650a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>app: implement logic for prepare/verify correctly when chain number change (#118)</title>
<updated>2019-04-09T13:32:56+00:00</updated>
<author>
<name>bojie</name>
<email>bojie@dexon.org</email>
</author>
<published>2019-01-07T07:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=9c110d37d09d40235b140ca7197515d5c60052c4'/>
<id>urn:sha1:9c110d37d09d40235b140ca7197515d5c60052c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api: allow sending batch of raw transactions</title>
<updated>2019-04-09T13:32:54+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@dexon.org</email>
</author>
<published>2018-11-23T04:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=e79dcc385d37eefb121f675d3800dbfe59b515c7'/>
<id>urn:sha1:e79dcc385d37eefb121f675d3800dbfe59b515c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dex: use dex/downloader in dex</title>
<updated>2019-04-09T13:32:53+00:00</updated>
<author>
<name>Sonic</name>
<email>sonic@dexon.org</email>
</author>
<published>2018-11-09T06:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=a31ae3fde50d3402e838483c985dbe50d753b48c'/>
<id>urn:sha1:a31ae3fde50d3402e838483c985dbe50d753b48c</id>
<content type='text'>
To compatible with ethereum code base, make Downloader a
interface in internal/ethapi
</content>
</entry>
<entry>
<title>core: refactor validator and fix light node sync (#25)</title>
<updated>2019-04-09T13:32:53+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@dexon.org</email>
</author>
<published>2018-11-15T05:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b26e4c9adaa2952a63bf811f991a3e6fb9fc5646'/>
<id>urn:sha1:b26e4c9adaa2952a63bf811f991a3e6fb9fc5646</id>
<content type='text'>
Remove custom Dexon validator by adding a new `ValidateWitnessData`
method into the validator interface. This allow us to properly detect
know blocks. This also allow other gdex "light" client to sync
compaction chain. Also, setup a standalone RPC node for handling RPC
reqeusts.
</content>
</entry>
<entry>
<title>consensus: dexcon: fetch config from state</title>
<updated>2019-04-09T13:32:50+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@dexon.org</email>
</author>
<published>2018-10-19T10:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=00e8f2d99b3c6b27d8047712baf5bbb6150dc273'/>
<id>urn:sha1:00e8f2d99b3c6b27d8047712baf5bbb6150dc273</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change import go github.com/dexon-foundation/dexon</title>
<updated>2019-04-09T13:32:49+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@cobinhood.com</email>
</author>
<published>2018-09-26T02:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d056357e4999c6c70c8b8e85a9e4f533895ed6c2'/>
<id>urn:sha1:d056357e4999c6c70c8b8e85a9e4f533895ed6c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial DEXON consensus engine implementation skeleton</title>
<updated>2019-04-09T13:32:48+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@cobinhood.com</email>
</author>
<published>2018-09-03T05:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=41fd54a53f30f860953d76c90056a9c867aa803f'/>
<id>urn:sha1:41fd54a53f30f860953d76c90056a9c867aa803f</id>
<content type='text'>
</content>
</entry>
</feed>
