<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/signer, branch v1.0.2</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>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>signer/core: Fixes typo of method name in comment. (#18222)</title>
<updated>2018-12-02T12:00:42+00:00</updated>
<author>
<name>vim88</name>
<email>vim88vim88@gmail.com</email>
</author>
<published>2018-12-02T12:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=efe5886877d3f171fae5adfd1e5f1c585e16946b'/>
<id>efe5886877d3f171fae5adfd1e5f1c585e16946b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>signer: remove ineffectual assignments (#18049)</title>
<updated>2018-11-07T12:55:54+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2018-11-07T12:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=5b74bb6445a7fb7220da74c6c6e891c20e9a26dc'/>
<id>5b74bb6445a7fb7220da74c6c6e891c20e9a26dc</id>
<content type='text'>
* signer: remove ineffectual assignments

* signer: remove ineffectual assignments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* signer: remove ineffectual assignments

* signer: remove ineffectual assignments
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/clef: encrypt the master seed on disk (#17704)</title>
<updated>2018-10-09T09:05:41+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2018-10-09T09:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d5c7a6056afdc8c3364b1774b5d2bc4a74b028a6'/>
<id>d5c7a6056afdc8c3364b1774b5d2bc4a74b028a6</id>
<content type='text'>
* cmd/clef: encrypt master seed of clef

Signed-off-by: YaoZengzeng &lt;yaozengzeng@zju.edu.cn&gt;

* keystore: refactor for external use of encryption

* clef: utilize keystore encryption, check flags correctly

* clef: validate master password

* clef: add json wrapping around encrypted master seed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cmd/clef: encrypt master seed of clef

Signed-off-by: YaoZengzeng &lt;yaozengzeng@zju.edu.cn&gt;

* keystore: refactor for external use of encryption

* clef: utilize keystore encryption, check flags correctly

* clef: validate master password

* clef: add json wrapping around encrypted master seed
</pre>
</div>
</content>
</entry>
<entry>
<title>Clef: USB hw wallet support (#17756)</title>
<updated>2018-09-28T10:47:57+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2018-09-28T10:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=dcaabfe7f6f38577c11a475b81ab9584ef61a4a5'/>
<id>dcaabfe7f6f38577c11a475b81ab9584ef61a4a5</id>
<content type='text'>
* signer: implement USB interaction with hw wallets

* signer: fix failing testcases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* signer: implement USB interaction with hw wallets

* signer: fix failing testcases
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/clef, signer: security fixes (#17554)</title>
<updated>2018-09-25T13:54:58+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2018-09-25T13:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d3441ebb563439bac0837d70591f92e2c6080303'/>
<id>d3441ebb563439bac0837d70591f92e2c6080303</id>
<content type='text'>
* signer: remove local path disclosure from extapi

* signer: show more data in cli ui

* rpc: make http server forward UA and Origin via Context

* signer, clef/core: ui changes + display UA and Origin

* signer: cliui - indicate less trust in remote headers, see https://github.com/ethereum/go-ethereum/issues/17637

* signer: prevent possibility swap KV-entries in aes_gcm storage, fixes #17635

* signer: remove ecrecover from external API

* signer,clef: default reject instead of warn + valideate new passwords. fixes #17632 and #17631

* signer: check calldata length even if no ABI signature is present

* signer: fix failing testcase

* clef: remove account import from external api

* signer: allow space in passwords, improve error messsage

* signer/storage: fix typos
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* signer: remove local path disclosure from extapi

* signer: show more data in cli ui

* rpc: make http server forward UA and Origin via Context

* signer, clef/core: ui changes + display UA and Origin

* signer: cliui - indicate less trust in remote headers, see https://github.com/ethereum/go-ethereum/issues/17637

* signer: prevent possibility swap KV-entries in aes_gcm storage, fixes #17635

* signer: remove ecrecover from external API

* signer,clef: default reject instead of warn + valideate new passwords. fixes #17632 and #17631

* signer: check calldata length even if no ABI signature is present

* signer: fix failing testcase

* clef: remove account import from external api

* signer: allow space in passwords, improve error messsage

* signer/storage: fix typos
</pre>
</div>
</content>
</entry>
<entry>
<title>all: fix various comment typos (#17748)</title>
<updated>2018-09-25T10:26:35+00:00</updated>
<author>
<name>Liang ZOU</name>
<email>liang.d.zou@gmail.com</email>
</author>
<published>2018-09-25T10:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=6663e5da10e7198f7ff5e883fd857240e59d476c'/>
<id>6663e5da10e7198f7ff5e883fd857240e59d476c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abi, signer: fix nil dereference in #17633 (#17653) </title>
<updated>2018-09-19T09:07:53+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2018-09-19T09:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=16bc8741bfc6db6d7d352015e4324042dd9288a4'/>
<id>16bc8741bfc6db6d7d352015e4324042dd9288a4</id>
<content type='text'>
* abi,signer: fix nil dereference in #17633

* signer/core: tiny typo fix in test error message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* abi,signer: fix nil dereference in #17633

* signer/core: tiny typo fix in test error message
</pre>
</div>
</content>
</entry>
<entry>
<title>signer/storage: fix typo (#17504)</title>
<updated>2018-08-27T08:51:26+00:00</updated>
<author>
<name>Caesar Chad</name>
<email>BLUE.WEB.GEEK@gmail.com</email>
</author>
<published>2018-08-27T08:51:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=f0488e80f7837094ac74327f0a4f5f6a270641f4'/>
<id>f0488e80f7837094ac74327f0a4f5f6a270641f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: simplify switches (#17267)</title>
<updated>2018-07-30T09:30:09+00:00</updated>
<author>
<name>Oleg Kovalov</name>
<email>iamolegkovalov@gmail.com</email>
</author>
<published>2018-07-30T09:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=d42ce0f2c1b52e26cce475e411d97165fb975577'/>
<id>d42ce0f2c1b52e26cce475e411d97165fb975577</id>
<content type='text'>
* all: simplify switches

* silly mistake
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* all: simplify switches

* silly mistake
</pre>
</div>
</content>
</entry>
</feed>
