<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/tests, branch v1.0.2</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=v1.0.2</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=v1.0.2'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2019-04-09T13:32:54+00:00</updated>
<entry>
<title>tests: updates testadata</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-27T06:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=3d3112c92ffa7f7bf32705c682c6b9b8541b8348'/>
<id>urn:sha1:3d3112c92ffa7f7bf32705c682c6b9b8541b8348</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: fix tests</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-27T05:21:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=39d08a8ae65a37adfb774fdbf6e0f6247e94bda5'/>
<id>urn:sha1:39d08a8ae65a37adfb774fdbf6e0f6247e94bda5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dex: add api_backend.go and it's dependencies</title>
<updated>2019-04-09T13:32:49+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@cobinhood.com</email>
</author>
<published>2018-10-12T05:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=efa16f95fce18659532cf650e4ce0b46ec9f9245'/>
<id>urn:sha1:efa16f95fce18659532cf650e4ce0b46ec9f9245</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>
<entry>
<title>all: simplify timestamps to uint64 (#19372)</title>
<updated>2019-04-08T09:00:42+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2019-04-02T20:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=af401d03a395c21fdb297edb687edf8af3470cb2'/>
<id>urn:sha1:af401d03a395c21fdb297edb687edf8af3470cb2</id>
<content type='text'>
* all: simplify timestamps to uint64

* tests: update definitions

* clef, faucet, mobile: leftover uint64 fixups

* ethash: fix tests

* graphql: update schema for timestamp

* ethash: remove unused variable
</content>
</entry>
<entry>
<title>core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486)</title>
<updated>2019-01-29T16:49:27+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2019-01-24T10:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=c7664b06361663e2027e74574804f3210542f19f'/>
<id>urn:sha1:c7664b06361663e2027e74574804f3210542f19f</id>
<content type='text'>
This PR adds a new fork which disables EIP-1283. Internally it's called Petersburg,
but the genesis/config field is ConstantinopleFix.

The block numbers are:

    7280000 for Constantinople on Mainnet
    7280000 for ConstantinopleFix on Mainnet
    4939394 for ConstantinopleFix on Ropsten
    9999999 for ConstantinopleFix on Rinkeby (real number decided later)

This PR also defaults to using the same ConstantinopleFix number as whatever
Constantinople is set to. That is, it will default to mainnet behaviour if ConstantinopleFix
is not set.This means that for private networks which have already transitioned
to Constantinople, this PR will break the network unless ConstantinopleFix is
explicitly set!</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>tests, core: update tests and make STATICCALL cause touch-delete (#18187)</title>
<updated>2018-11-29T08:51:57+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2018-11-29T08:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=7c657fc78957d7ed302eba68bb6122b515364ac4'/>
<id>urn:sha1:7c657fc78957d7ed302eba68bb6122b515364ac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add flag to use EVMC for state tests (#18084)</title>
<updated>2018-11-26T15:09:32+00:00</updated>
<author>
<name>Paweł Bylica</name>
<email>chfast@gmail.com</email>
</author>
<published>2018-11-26T15:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=0699287440527dedbc7d6f881fc466057b7822bc'/>
<id>urn:sha1:0699287440527dedbc7d6f881fc466057b7822bc</id>
<content type='text'>
</content>
</entry>
</feed>
