<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/common, branch wasm-vm</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=wasm-vm</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/atom?h=wasm-vm'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<updated>2019-01-17T08:37:15+00:00</updated>
<entry>
<title>common: fix big scan from bytes (#157)</title>
<updated>2019-01-17T08:37:15+00:00</updated>
<author>
<name>johnliu-dexon</name>
<email>42129254+johnliu-dexon@users.noreply.github.com</email>
</author>
<published>2019-01-17T08:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=cd491a6cb58c8f138d449b24bfecab0e37fa598f'/>
<id>urn:sha1:cd491a6cb58c8f138d449b24bfecab0e37fa598f</id>
<content type='text'>
We store string of number, not bytes value into database
10 is stored as 0x3130, not 0x0a
Use UnmarshalText instead of SetBytes
</content>
</entry>
<entry>
<title>common: add utilities for Big type (#104)</title>
<updated>2018-12-28T06:15:39+00:00</updated>
<author>
<name>Meng-Ying Yang</name>
<email>garfield@dexon.org</email>
</author>
<published>2018-12-26T06:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=bc18f6b29086e1a98590d41b2c1e362505af49aa'/>
<id>urn:sha1:bc18f6b29086e1a98590d41b2c1e362505af49aa</id>
<content type='text'>
- Add String() for common usage which call original `big.Int`'s `String()`
- Add ToBigInt() for type convertion
</content>
</entry>
<entry>
<title>core: add database/sql support for more types (#102)</title>
<updated>2018-12-28T06:15:46+00:00</updated>
<author>
<name>Meng-Ying Yang</name>
<email>garfield@dexon.org</email>
</author>
<published>2018-12-25T08:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=61c39fb69fcd3ff4bef350cbde150805c6e85bac'/>
<id>urn:sha1:61c39fb69fcd3ff4bef350cbde150805c6e85bac</id>
<content type='text'>
* core: types: add database/sql support for BlockNonce

* common: add database/sql support with Big

New Big type is declared to let big.Int support database/sql by
implementing Scan() and Value() on new type.
</content>
</entry>
<entry>
<title>Change import go github.com/dexon-foundation/dexon</title>
<updated>2018-12-19T10:55:22+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=9acf5fc03ad7dabcd88eb8972db032122ef5ebe1'/>
<id>urn:sha1:9acf5fc03ad7dabcd88eb8972db032122ef5ebe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>common/compiler: capture runtime code and source maps (#18020)</title>
<updated>2018-11-08T12:09:25+00:00</updated>
<author>
<name>JoranHonig</name>
<email>JoranHonig@users.noreply.github.com</email>
</author>
<published>2018-11-08T12:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=1064e3283db6e388db4fc353c8bd17b57d57fa42'/>
<id>urn:sha1:1064e3283db6e388db4fc353c8bd17b57d57fa42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EIP-1186 eth_getProof (#17737)</title>
<updated>2018-10-18T19:41:22+00:00</updated>
<author>
<name>Simon Jentzsch</name>
<email>simon@slock.it</email>
</author>
<published>2018-10-18T19:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=97fb08342d227bbd126516083b0ddaf74e6e8468'/>
<id>urn:sha1:97fb08342d227bbd126516083b0ddaf74e6e8468</id>
<content type='text'>
* first impl of eth_getProof

* fixed docu

* added comments and refactored based on comments from holiman

* created structs

* handle errors correctly

* change Value to *hexutil.Big in order to have the same output as parity

* use ProofList as return type
</content>
</entry>
<entry>
<title>common, core, light: add block age into info logs</title>
<updated>2018-09-20T09:56:35+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2018-09-20T08:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=0f2ba07c4122fbc2d836a2f374e5da8d8546e99f'/>
<id>urn:sha1:0f2ba07c4122fbc2d836a2f374e5da8d8546e99f</id>
<content type='text'>
</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>common: fix typo (#17582)</title>
<updated>2018-09-04T12:12:16+00:00</updated>
<author>
<name>ligi</name>
<email>ligi@ligi.de</email>
</author>
<published>2018-09-04T12:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=3e8184006189b57e2d998313ef0fa75429b0c5bc'/>
<id>urn:sha1:3e8184006189b57e2d998313ef0fa75429b0c5bc</id>
<content type='text'>
Fixes #17581</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>
