<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/ethclient, 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>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>675a9441784b14ee4bd996832c4431adc291c5af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api: allow sending batch of raw transactions</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-23T04:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=e79dcc385d37eefb121f675d3800dbfe59b515c7'/>
<id>e79dcc385d37eefb121f675d3800dbfe59b515c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>ethclient: include block hash from FilterQuery (#17996)</title>
<updated>2018-11-08T12:26:47+00:00</updated>
<author>
<name>tamirms</name>
<email>tamir@trello.com</email>
</author>
<published>2018-11-08T12:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b16cc501a88eb7c36cfd8ee9be1c0c985ef4a7d9'/>
<id>b16cc501a88eb7c36cfd8ee9be1c0c985ef4a7d9</id>
<content type='text'>
ethereum/go-ethereum#16734 introduced BlockHash to the FilterQuery
struct. However, ethclient was not updated to include BlockHash in the actual
RPC request.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ethereum/go-ethereum#16734 introduced BlockHash to the FilterQuery
struct. However, ethclient was not updated to include BlockHash in the actual
RPC request.</pre>
</div>
</content>
</entry>
<entry>
<title>ethclient: fix RPC parse error of Parity response (#16924)</title>
<updated>2018-06-11T07:41:09+00:00</updated>
<author>
<name>Steven Roose</name>
<email>stevenroose@gmail.com</email>
</author>
<published>2018-06-11T07:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=69c52bde3f5e48a3b74264bf4854e9768ede75b2'/>
<id>69c52bde3f5e48a3b74264bf4854e9768ede75b2</id>
<content type='text'>
The error produced when using a Parity RPC was the following:

ERROR: transaction did not get mined: failed to get tx for txid 0xbdeb094b3278019383c8da148ff1cb5b5dbd61bf8731bc2310ac1b8ed0235226: json: cannot unmarshal non-string into Go struct field txExtraInfo.blockHash of type common.Hash</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The error produced when using a Parity RPC was the following:

ERROR: transaction did not get mined: failed to get tx for txid 0xbdeb094b3278019383c8da148ff1cb5b5dbd61bf8731bc2310ac1b8ed0235226: json: cannot unmarshal non-string into Go struct field txExtraInfo.blockHash of type common.Hash</pre>
</div>
</content>
</entry>
<entry>
<title>ethclient: add DialContext and Close (#16318)</title>
<updated>2018-04-19T13:36:33+00:00</updated>
<author>
<name>Lorenzo Manacorda</name>
<email>lorenzo@kinvolk.io</email>
</author>
<published>2018-04-19T13:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=b15eb665ee3c373a361b050cd8fc726e31c4a750'/>
<id>b15eb665ee3c373a361b050cd8fc726e31c4a750</id>
<content type='text'>
DialContext allows users to pass a Context object for cancellation.
Close closes the underlying RPC connection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DialContext allows users to pass a Context object for cancellation.
Close closes the underlying RPC connection.
</pre>
</div>
</content>
</entry>
<entry>
<title>ethclient: remove empty object in newHeads subscription call (#16454)</title>
<updated>2018-04-09T10:40:58+00:00</updated>
<author>
<name>Ivo Georgiev</name>
<email>ivo@strem.io</email>
</author>
<published>2018-04-09T10:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=315b9b18df7994d56f3570c509fc60ad6e3d570f'/>
<id>315b9b18df7994d56f3570c509fc60ad6e3d570f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: switch gas limits from big.Int to uint64</title>
<updated>2018-01-03T12:45:35+00:00</updated>
<author>
<name>Péter Szilágyi</name>
<email>peterke@gmail.com</email>
</author>
<published>2017-11-13T11:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=6f69cdd109b1dd692b8dfb15e7c53d2051fbc946'/>
<id>6f69cdd109b1dd692b8dfb15e7c53d2051fbc946</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ethclient, mobile: add TransactionSender (#15127)</title>
<updated>2017-10-01T09:03:28+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@users.noreply.github.com</email>
</author>
<published>2017-10-01T09:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d78ad226c26c84635c60fad233de9e6e438a5599'/>
<id>d78ad226c26c84635c60fad233de9e6e438a5599</id>
<content type='text'>
* core/types: make Signer derive address instead of public key

There are two reasons to do this now: The upcoming ethclient signer
doesn't know the public key, just the address. EIP 208 will introduce a
new signer which derives the 'entry point' address for transactions with
zero signature. The entry point has no public key.

Other changes to the interface ease the path make to moving signature
crypto out of core/types later.

* ethclient, mobile: add TransactionSender

The new method can get the right signer without any crypto, and without
knowledge of the signature scheme that was used when the transaction was
included.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* core/types: make Signer derive address instead of public key

There are two reasons to do this now: The upcoming ethclient signer
doesn't know the public key, just the address. EIP 208 will introduce a
new signer which derives the 'entry point' address for transactions with
zero signature. The entry point has no public key.

Other changes to the interface ease the path make to moving signature
crypto out of core/types later.

* ethclient, mobile: add TransactionSender

The new method can get the right signer without any crypto, and without
knowledge of the signature scheme that was used when the transaction was
included.</pre>
</div>
</content>
</entry>
<entry>
<title>ethclient: add NetworkID method (#14791)</title>
<updated>2017-08-01T08:59:46+00:00</updated>
<author>
<name>Jim McDonald</name>
<email>Jim@mcdee.net</email>
</author>
<published>2017-08-01T08:59:46+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=bc0e6a5e68904b2a1251240b85dd97dc8fa07e11'/>
<id>bc0e6a5e68904b2a1251240b85dd97dc8fa07e11</id>
<content type='text'>
There is currently no simple way to obtain the network ID from a Client. 
This adds a NetworkID method that wraps the net_version JSON-RPC call.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is currently no simple way to obtain the network ID from a Client. 
This adds a NetworkID method that wraps the net_version JSON-RPC call.</pre>
</div>
</content>
</entry>
</feed>
