<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/cmd/evm, branch wip/wmin0/codegen</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%2Fwmin0%2Fcodegen</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=wip%2Fwmin0%2Fcodegen'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2019-03-26T09:48:17+00:00</updated>
<entry>
<title>core: vm: refactor file structure</title>
<updated>2019-03-26T09:48:17+00:00</updated>
<author>
<name>jm</name>
<email>jm.huang@cobinhood.com</email>
</author>
<published>2019-01-14T16:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d62272c95d13fd4928e5c14794c25f671a71bd95'/>
<id>urn:sha1:d62272c95d13fd4928e5c14794c25f671a71bd95</id>
<content type='text'>
For support other vm types, this pr modified the core/vm file
structures.
</content>
</entry>
<entry>
<title>Change import go github.com/dexon-foundation/dexon</title>
<updated>2019-03-12T04:19:09+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=3f555b121b7483dac0baff0a80e16fdc2cb55ce4'/>
<id>urn:sha1:3f555b121b7483dac0baff0a80e16fdc2cb55ce4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local filesystem</title>
<updated>2018-12-10T10:33:50+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2018-10-15T10:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=42a914a84ffcc5d123af400c2cbcd34b05e2b0b3'/>
<id>urn:sha1:42a914a84ffcc5d123af400c2cbcd34b05e2b0b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd/evm: commit statedb if dump is requested (#18208)</title>
<updated>2018-11-29T08:29:12+00:00</updated>
<author>
<name>Matthew Di Ferrante</name>
<email>mattdf@users.noreply.github.com</email>
</author>
<published>2018-11-29T08:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=3d21d455dca6e75a635ab5742c66c80ee175c3e7'/>
<id>urn:sha1:3d21d455dca6e75a635ab5742c66c80ee175c3e7</id>
<content type='text'>
Add a call `statedb.Commit(true)` if the `Dump` flag is on, as otherwise the `storage` output in the dump is always empty.</content>
</entry>
<entry>
<title>core/vm: adds refund as part of the json standard trace (#17910)</title>
<updated>2018-10-23T14:28:18+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2018-10-23T14:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=4c0883e20d78b987dc95acd46498f326626aaee3'/>
<id>urn:sha1:4c0883e20d78b987dc95acd46498f326626aaee3</id>
<content type='text'>
This adds the global accumulated refund counter to the standard
json output as a numeric json value. Previously this was not very
interesting since it was not used much, but with the new sstore
gas changes the value is a lot more interesting from a consensus
investigation perspective.</content>
</entry>
<entry>
<title>cmd/evm: fix state dump (#17832)</title>
<updated>2018-10-04T08:22:41+00:00</updated>
<author>
<name>cdetrio</name>
<email>cdetrio@gmail.com</email>
</author>
<published>2018-10-04T08:22:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=bfa0f96822c310759394640dc2965fceb091a3a4'/>
<id>urn:sha1:bfa0f96822c310759394640dc2965fceb091a3a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd/evm: EVM prestate initialization (#17685)</title>
<updated>2018-09-20T06:24:53+00:00</updated>
<author>
<name>Kevin</name>
<email>denk.kevin@web.de</email>
</author>
<published>2018-09-20T06:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=3fec73500b60c82a827b36bb03f8ae011b861e72'/>
<id>urn:sha1:3fec73500b60c82a827b36bb03f8ae011b861e72</id>
<content type='text'>
* Bugfix #17216: evm loads prestate file properly now

* code gofmted
</content>
</entry>
<entry>
<title>all: simplify s[:] to s where s is a slice (#17673)</title>
<updated>2018-09-14T20:07:13+00:00</updated>
<author>
<name>Emil</name>
<email>mursalimovemeel@gmail.com</email>
</author>
<published>2018-09-14T20:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=86a03f97d30c11a5321fa2f0fd37cbc4c7f63a32'/>
<id>urn:sha1:86a03f97d30c11a5321fa2f0fd37cbc4c7f63a32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "cmd/evm: change error msg output to stderr (#17118)"</title>
<updated>2018-08-01T16:09:08+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2018-08-01T16:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=83e2761c3a13524bd5d6597ac08994488cf872ef'/>
<id>urn:sha1:83e2761c3a13524bd5d6597ac08994488cf872ef</id>
<content type='text'>
This reverts commit fb9f7261ec51e38eedb454594fc19f00de1a6834.
</content>
</entry>
<entry>
<title>cmd/evm: change error msg output to stderr (#17118)</title>
<updated>2018-07-31T07:48:27+00:00</updated>
<author>
<name>Chen Quan</name>
<email>terasum@163.com</email>
</author>
<published>2018-07-31T07:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=fb9f7261ec51e38eedb454594fc19f00de1a6834'/>
<id>urn:sha1:fb9f7261ec51e38eedb454594fc19f00de1a6834</id>
<content type='text'>
* cmd/evm: change error msg output to stderr

* cmd/evm: fix some linter error
</content>
</entry>
</feed>
