<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/common, branch yilan</title>
<subtitle>DEXON full node (https://github.com/dexon-foundation/dexon)
</subtitle>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/'/>
<entry>
<title>common: fix big scan from bytes (#157)</title>
<updated>2019-04-09T13:32:56+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=20d2c46820b895632f7abda71e57164264582b26'/>
<id>20d2c46820b895632f7abda71e57164264582b26</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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We store string of number, not bytes value into database
10 is stored as 0x3130, not 0x0a
Use UnmarshalText instead of SetBytes
</pre>
</div>
</content>
</entry>
<entry>
<title>common: add utilities for Big type (#104)</title>
<updated>2019-04-09T13:32:55+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=509c6899caad7a66f7e64a1ef9718daa9018f7f1'/>
<id>509c6899caad7a66f7e64a1ef9718daa9018f7f1</id>
<content type='text'>
- Add String() for common usage which call original `big.Int`'s `String()`
- Add ToBigInt() for type convertion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add String() for common usage which call original `big.Int`'s `String()`
- Add ToBigInt() for type convertion
</pre>
</div>
</content>
</entry>
<entry>
<title>core: add database/sql support for more types (#102)</title>
<updated>2019-04-09T13:32:55+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=0f51629cd2dd0beabd809787453d041ea0d1a25c'/>
<id>0f51629cd2dd0beabd809787453d041ea0d1a25c</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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.
</pre>
</div>
</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>d056357e4999c6c70c8b8e85a9e4f533895ed6c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common/fdlimit: fix macos file descriptors for Go 1.12</title>
<updated>2019-04-02T10:14:21+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2019-02-27T12:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=fca5f9fd6fc8a45166ff21cbb41df9e2005dc314'/>
<id>fca5f9fd6fc8a45166ff21cbb41df9e2005dc314</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common/fdlimit: fix windows build (#19068)</title>
<updated>2019-02-19T08:58:54+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@users.noreply.github.com</email>
</author>
<published>2019-02-14T15:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=7bd6f39dc3eb174d5869613bc24f431ec96dabff'/>
<id>7bd6f39dc3eb174d5869613bc24f431ec96dabff</id>
<content type='text'>
(cherry picked from commit ba90a4aaa42428fc5f38c4869455db5a51565714)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit ba90a4aaa42428fc5f38c4869455db5a51565714)
</pre>
</div>
</content>
</entry>
<entry>
<title>common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035)</title>
<updated>2019-02-19T08:57:49+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2019-02-12T10:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=048b463b301b1ac61be187d7195665d4ad31f51f'/>
<id>048b463b301b1ac61be187d7195665d4ad31f51f</id>
<content type='text'>
* common/fdlimit: cap on MacOS file limits, fixes #18994

* common/fdlimit: fix Maximum-check to respect OPEN_MAX

* common/fdlimit: return error if OPEN_MAX is exceeded in Raise()

* common/fdlimit: goimports

* common/fdlimit: check value after setting fdlimit

* common/fdlimit: make comment a bit more descriptive

* cmd/utils: make fdlimit happy path a bit cleaner

(cherry picked from commit f48da43bae183a04a23d298cb1790d2f8d2cec51)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* common/fdlimit: cap on MacOS file limits, fixes #18994

* common/fdlimit: fix Maximum-check to respect OPEN_MAX

* common/fdlimit: return error if OPEN_MAX is exceeded in Raise()

* common/fdlimit: goimports

* common/fdlimit: check value after setting fdlimit

* common/fdlimit: make comment a bit more descriptive

* cmd/utils: make fdlimit happy path a bit cleaner

(cherry picked from commit f48da43bae183a04a23d298cb1790d2f8d2cec51)
</pre>
</div>
</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>33d233d3e18359123993d3f54987441290faf212</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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>1064e3283db6e388db4fc353c8bd17b57d57fa42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
</feed>
