<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon-consensus, branch master</title>
<subtitle>DEXON consensus algorithm (https://github.com/dexon-foundation/dexon-consensus)
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/'/>
<entry>
<title>core: optimize dkg protocol (#582)</title>
<updated>2019-05-06T04:02:43+00:00</updated>
<author>
<name>Jimmy Hu</name>
<email>jimmy.hu@dexon.org</email>
</author>
<published>2019-05-06T04:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=42d585f1e5c9420f15b1d7333e7874a04345cc36'/>
<id>42d585f1e5c9420f15b1d7333e7874a04345cc36</id>
<content type='text'>
* core: fast filter already received prv share

* core: do not propose duplicated complaint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* core: fast filter already received prv share

* core: do not propose duplicated complaint
</pre>
</div>
</content>
</entry>
<entry>
<title>core: optimize syncer handling agreement result (#581)</title>
<updated>2019-05-03T09:59:47+00:00</updated>
<author>
<name>Jimmy Hu</name>
<email>jimmy.hu@dexon.org</email>
</author>
<published>2019-05-03T09:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=889c61c4ea9a38f627a93f7cea617d5073a26f5f'/>
<id>889c61c4ea9a38f627a93f7cea617d5073a26f5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: fix test (#579)</title>
<updated>2019-04-25T07:41:41+00:00</updated>
<author>
<name>Jimmy Hu</name>
<email>jimmy.hu@dexon.org</email>
</author>
<published>2019-04-25T07:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=bbd5a1546ae3ee97034a7df820779d866e932346'/>
<id>bbd5a1546ae3ee97034a7df820779d866e932346</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: fix dkg complaint handling (#578)</title>
<updated>2019-04-25T03:48:02+00:00</updated>
<author>
<name>Jimmy Hu</name>
<email>jimmy.hu@dexon.org</email>
</author>
<published>2019-04-25T03:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=306d416fc794ddf803a1edc322ad7c7271743c9d'/>
<id>306d416fc794ddf803a1edc322ad7c7271743c9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: change log level (#577)</title>
<updated>2019-04-24T07:23:27+00:00</updated>
<author>
<name>Jimmy Hu</name>
<email>jimmy.hu@dexon.org</email>
</author>
<published>2019-04-24T07:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=3bc4cb2b9bb26c739d7e80daf42509628501758e'/>
<id>3bc4cb2b9bb26c739d7e80daf42509628501758e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: prevent vote being filtered (#576)</title>
<updated>2019-04-22T09:25:34+00:00</updated>
<author>
<name>Jimmy Hu</name>
<email>jimmy.hu@dexon.org</email>
</author>
<published>2019-04-22T09:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=ff246f8ac36d7bbbb8323026c457200d66c07889'/>
<id>ff246f8ac36d7bbbb8323026c457200d66c07889</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: fix  logic to trigger round events (#575)</title>
<updated>2019-04-19T04:03:31+00:00</updated>
<author>
<name>Mission Liao</name>
<email>mission.liao@dexon.org</email>
</author>
<published>2019-04-19T04:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=6ab10aadc24193b1366bb1f048b92c1a6aec4861'/>
<id>6ab10aadc24193b1366bb1f048b92c1a6aec4861</id>
<content type='text'>
Merge the code to check if DKG valid in:
- trigger next round event
- check if resetting DKG is required</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge the code to check if DKG valid in:
- trigger next round event
- check if resetting DKG is required</pre>
</div>
</content>
</entry>
<entry>
<title>misc: fix dep</title>
<updated>2019-04-18T11:00:14+00:00</updated>
<author>
<name>Jimmy Hu</name>
<email>jimmy.hu@dexon.org</email>
</author>
<published>2019-04-18T11:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=7ba4eb6eb78ec3ca431b216603987aaa8ce7df48'/>
<id>7ba4eb6eb78ec3ca431b216603987aaa8ce7df48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: optimize handling for bad block (#574)</title>
<updated>2019-04-15T10:50:35+00:00</updated>
<author>
<name>Jimmy Hu</name>
<email>jimmy.hu@dexon.org</email>
</author>
<published>2019-04-15T10:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=ccba7be9105c01eba0617e5ec0a791436200a132'/>
<id>ccba7be9105c01eba0617e5ec0a791436200a132</id>
<content type='text'>
* core: optimize handling for bad block

* fix test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* core: optimize handling for bad block

* fix test
</pre>
</div>
</content>
</entry>
<entry>
<title>core: add whether to report to VerifyPSig (#572)</title>
<updated>2019-04-15T07:45:34+00:00</updated>
<author>
<name>Jimmy Hu</name>
<email>jimmy.hu@dexon.org</email>
</author>
<published>2019-04-15T07:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon-consensus/commit/?id=d554efde81d4385158c039f906e213bcdfd0313b'/>
<id>d554efde81d4385158c039f906e213bcdfd0313b</id>
<content type='text'>
* core: add whether to report to VerifyPSig

* fixup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* core: add whether to report to VerifyPSig

* fixup
</pre>
</div>
</content>
</entry>
</feed>
