<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/crypto, branch wip/lantw/checker</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=wip%2Flantw%2Fchecker</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=wip%2Flantw%2Fchecker'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2019-04-18T06:15:11+00:00</updated>
<entry>
<title>crypto: use go-ethereum secp256k1 package to avoid symbol conflict (#374)</title>
<updated>2019-04-18T06:15:11+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@dexon.org</email>
</author>
<published>2019-04-18T06:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=ac3378ba084e1fbf25c11581c224009a3cf75062'/>
<id>urn:sha1:ac3378ba084e1fbf25c11581c224009a3cf75062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup! Change import go github.com/dexon-foundation/dexon</title>
<updated>2019-04-10T14:29:35+00:00</updated>
<author>
<name>Jhih-Ming Huang</name>
<email>jm@dexon.org</email>
</author>
<published>2019-04-10T14:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=675a9441784b14ee4bd996832c4431adc291c5af'/>
<id>urn:sha1:675a9441784b14ee4bd996832c4431adc291c5af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>travis, appveyor, Dockerfile: upgrade to Go 1.12</title>
<updated>2019-04-09T13:32:59+00:00</updated>
<author>
<name>Samuel Marks</name>
<email>samuelmarks@gmail.com</email>
</author>
<published>2019-02-26T04:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=1b4f1f2804f4975f58248d8933e5f74a7f827e0d'/>
<id>urn:sha1:1b4f1f2804f4975f58248d8933e5f74a7f827e0d</id>
<content type='text'>
Include serveral DEXON specific fixes.
</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>vendor, crypto, swarm: switch over to upstream sha3 package</title>
<updated>2019-01-04T07:26:07+00:00</updated>
<author>
<name>Dave McGregor</name>
<email>dave.s.mcgregor@gmail.com</email>
</author>
<published>2019-01-03T22:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=33d233d3e18359123993d3f54987441290faf212'/>
<id>urn:sha1:33d233d3e18359123993d3f54987441290faf212</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto/secp256k1: Fix invalid document link (#18297)</title>
<updated>2018-12-13T09:25:13+00:00</updated>
<author>
<name>Shuai Qi</name>
<email>qishuai231@gmail.com</email>
</author>
<published>2018-12-13T09:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=e57e4571d3382c504a01f87be654d984f26e2dd1'/>
<id>urn:sha1:e57e4571d3382c504a01f87be654d984f26e2dd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core/vm: faster create/create2 (#17806)</title>
<updated>2018-10-04T15:15:37+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2018-10-04T15:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=89a32451aeb418db3fd5d9c427a0c29fddb1e85b'/>
<id>urn:sha1:89a32451aeb418db3fd5d9c427a0c29fddb1e85b</id>
<content type='text'>
* core/vm/runtim: benchmark create/create2

* core/vm: do less hashing in CREATE2

* core/vm: avoid storing jumpdest analysis for initcode

* core/vm: avoid unneccesary lookups, remove unused fields

* core/vm: go formatting tests

* core/vm: save jumpdest analysis locally

* core/vm: use common.Hash instead of nil, fix review comments

* core/vm: removed type destinations

* core/vm: correct check for empty hash

* eth: more elegant api_tracer

* core/vm: address review concerns
</content>
</entry>
<entry>
<title>all: fix various comment typos (#17748)</title>
<updated>2018-09-25T10:26:35+00:00</updated>
<author>
<name>Liang ZOU</name>
<email>liang.d.zou@gmail.com</email>
</author>
<published>2018-09-25T10:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=6663e5da10e7198f7ff5e883fd857240e59d476c'/>
<id>urn:sha1:6663e5da10e7198f7ff5e883fd857240e59d476c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto/secp256k1: remove useless code (#17728)</title>
<updated>2018-09-21T19:42:02+00:00</updated>
<author>
<name>Payne</name>
<email>micblo@users.noreply.github.com</email>
</author>
<published>2018-09-21T19:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=1d9d3815e50153343b6edb88cd2378071c7fe073'/>
<id>urn:sha1:1d9d3815e50153343b6edb88cd2378071c7fe073</id>
<content type='text'>
`(void)data;` may cause link error on Windows.</content>
</entry>
<entry>
<title>all: remove the duplicate 'the' in annotations (#17509)</title>
<updated>2018-08-27T08:49:29+00:00</updated>
<author>
<name>Wenbiao Zheng</name>
<email>delweng@gmail.com</email>
</author>
<published>2018-08-27T08:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d1aa605f1e8639769cdd75bcec3064c29a62b34a'/>
<id>urn:sha1:d1aa605f1e8639769cdd75bcec3064c29a62b34a</id>
<content type='text'>
</content>
</entry>
</feed>
