<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/cmd/clef, branch master</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>Remove reference of Rinkeby network.</title>
<updated>2019-04-09T13:32:50+00:00</updated>
<author>
<name>Wei-Ning Huang</name>
<email>w@dexon.org</email>
</author>
<published>2018-10-20T09:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=7f18d9d9823e641360f3a98606b5f94256dd7182'/>
<id>7f18d9d9823e641360f3a98606b5f94256dd7182</id>
<content type='text'>
We do not need ethereum Rinkeby network in our system, remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do not need ethereum Rinkeby network in our system, remove it.
</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>all: simplify timestamps to uint64 (#19372)</title>
<updated>2019-04-08T09:00:42+00:00</updated>
<author>
<name>Martin Holst Swende</name>
<email>martin@swende.se</email>
</author>
<published>2019-04-02T20:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=af401d03a395c21fdb297edb687edf8af3470cb2'/>
<id>af401d03a395c21fdb297edb687edf8af3470cb2</id>
<content type='text'>
* all: simplify timestamps to uint64

* tests: update definitions

* clef, faucet, mobile: leftover uint64 fixups

* ethash: fix tests

* graphql: update schema for timestamp

* ethash: remove unused variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* all: simplify timestamps to uint64

* tests: update definitions

* clef, faucet, mobile: leftover uint64 fixups

* ethash: fix tests

* graphql: update schema for timestamp

* ethash: remove unused variable
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/clef: replace password arg with prompt (#17897)</title>
<updated>2018-10-25T19:45:56+00:00</updated>
<author>
<name>Johns Beharry</name>
<email>johns@peakshift.com</email>
</author>
<published>2018-10-25T19:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=80d390776742a2a3cfc2f3041fd01ffe82f43d23'/>
<id>80d390776742a2a3cfc2f3041fd01ffe82f43d23</id>
<content type='text'>
* cmd/clef: replace password arg with prompt (#17829)

Entering passwords on the command line is not secure as it is easy to recover from bash_history or the process table.
1. The clef command addpw was renamed to setpw to better describe the functionality
2. The &lt;password&gt; argument was removed and replaced with an interactive prompt

* cmd/clef: remove undeclared variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cmd/clef: replace password arg with prompt (#17829)

Entering passwords on the command line is not secure as it is easy to recover from bash_history or the process table.
1. The clef command addpw was renamed to setpw to better describe the functionality
2. The &lt;password&gt; argument was removed and replaced with an interactive prompt

* cmd/clef: remove undeclared variable
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/clef: fix typos in README (#17908)</title>
<updated>2018-10-15T22:33:09+00:00</updated>
<author>
<name>Grachev Mikhail</name>
<email>work@mgrachev.com</email>
</author>
<published>2018-10-15T22:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=3e92c853fb74fa887dff6497c5d92952c31ff7ec'/>
<id>3e92c853fb74fa887dff6497c5d92952c31ff7ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>[ImgBot] optimizes images (#17741)</title>
<updated>2018-09-26T08:39:39+00:00</updated>
<author>
<name>Alpay Yildirim</name>
<email>alpay.yildirim@stud.bbbaden.ch</email>
</author>
<published>2018-09-26T08:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=26cf866349034b0a7d8ef297f6f76125227eb9af'/>
<id>26cf866349034b0a7d8ef297f6f76125227eb9af</id>
<content type='text'>
*Total -- 171.97kb -&gt; 127.26kb (26%)

/swarm/api/testdata/test0/img/logo.png -- 17.71kb -&gt; 4.02kb (77.29%)
/cmd/clef/sign_flow.png -- 35.54kb -&gt; 20.27kb (42.98%)
/cmd/clef/docs/qubes/qrexec-example.png -- 18.66kb -&gt; 15.79kb (15.4%)
/cmd/clef/docs/qubes/clef_qubes_http.png -- 13.97kb -&gt; 11.95kb (14.44%)
/cmd/clef/docs/qubes/clef_qubes_qrexec.png -- 19.79kb -&gt; 17.03kb (13.91%)
/cmd/clef/docs/qubes/qubes_newaccount-2.png -- 41.75kb -&gt; 36.38kb (12.86%)
/cmd/clef/docs/qubes/qubes_newaccount-1.png -- 24.55kb -&gt; 21.82kb (11.11%)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*Total -- 171.97kb -&gt; 127.26kb (26%)

/swarm/api/testdata/test0/img/logo.png -- 17.71kb -&gt; 4.02kb (77.29%)
/cmd/clef/sign_flow.png -- 35.54kb -&gt; 20.27kb (42.98%)
/cmd/clef/docs/qubes/qrexec-example.png -- 18.66kb -&gt; 15.79kb (15.4%)
/cmd/clef/docs/qubes/clef_qubes_http.png -- 13.97kb -&gt; 11.95kb (14.44%)
/cmd/clef/docs/qubes/clef_qubes_qrexec.png -- 19.79kb -&gt; 17.03kb (13.91%)
/cmd/clef/docs/qubes/qubes_newaccount-2.png -- 41.75kb -&gt; 36.38kb (12.86%)
/cmd/clef/docs/qubes/qubes_newaccount-1.png -- 24.55kb -&gt; 21.82kb (11.11%)</pre>
</div>
</content>
</entry>
<entry>
<title>Add Clef UI to README.md (#17763)</title>
<updated>2018-09-26T08:38:09+00:00</updated>
<author>
<name>Chi Kei Chan</name>
<email>chikeichan@gmail.com</email>
</author>
<published>2018-09-26T08:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=60577d48d535c1183d49c189ebf13a4853fa05a9'/>
<id>60577d48d535c1183d49c189ebf13a4853fa05a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/clef: added more details to the clef tutorial (#17759)</title>
<updated>2018-09-26T08:36:13+00:00</updated>
<author>
<name>Paul Berg</name>
<email>hello@paulrberg.com</email>
</author>
<published>2018-09-26T08:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=bf411a04ba61050361adbd19a0d0cf66f9c14617'/>
<id>bf411a04ba61050361adbd19a0d0cf66f9c14617</id>
<content type='text'>
* Added more details to the clef tutorial

* Fixed last issues with the comments on the clef tutorial
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added more details to the clef tutorial

* Fixed last issues with the comments on the clef tutorial
</pre>
</div>
</content>
</entry>
</feed>
