<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dexon/cmd/ethkey, branch taipei</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>cmd/ethkey: fix the README to match updated commands (#17332)</title>
<updated>2018-09-04T11:45:27+00:00</updated>
<author>
<name>Evangelos Pappas</name>
<email>epappas@evalonlabs.com</email>
</author>
<published>2018-09-04T11:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=84084df26c29c3e35075a0624ca7f5bf204b01e8'/>
<id>84084df26c29c3e35075a0624ca7f5bf204b01e8</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/ethkey: add command to change key passphrase (#16516)</title>
<updated>2018-06-08T13:07:07+00:00</updated>
<author>
<name>Steven Roose</name>
<email>stevenroose@gmail.com</email>
</author>
<published>2018-06-08T13:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=13af27641829f61d1e6b383e37aab6caae22f2c1'/>
<id>13af27641829f61d1e6b383e37aab6caae22f2c1</id>
<content type='text'>
This change introduces 

    ethkey changepassphrase &lt;keyfile&gt;

to change the passphrase of a key file.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change introduces 

    ethkey changepassphrase &lt;keyfile&gt;

to change the passphrase of a key file.</pre>
</div>
</content>
</entry>
<entry>
<title>build: enable goimports and varcheck linters (#16446)</title>
<updated>2018-04-17T22:53:50+00:00</updated>
<author>
<name>thomasmodeneis</name>
<email>thomas.modeneis@gmail.com</email>
</author>
<published>2018-04-17T22:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=ba1030b6b84f810c04a82221a1b1c0a3dbf499a8'/>
<id>ba1030b6b84f810c04a82221a1b1c0a3dbf499a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: update license information (#16089)</title>
<updated>2018-02-14T12:49:11+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@users.noreply.github.com</email>
</author>
<published>2018-02-14T12:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=a5c0bbb4f4c321c355637ef57fff807857128c6b'/>
<id>a5c0bbb4f4c321c355637ef57fff807857128c6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/ethkey: fix formatting, review nits (#15807)</title>
<updated>2018-01-16T14:42:41+00:00</updated>
<author>
<name>Felix Lange</name>
<email>fjl@users.noreply.github.com</email>
</author>
<published>2018-01-16T14:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=f08cd94fb755471cb78091af99ef7026afb392f3'/>
<id>f08cd94fb755471cb78091af99ef7026afb392f3</id>
<content type='text'>
This commit:

- Adds a --msgfile option to read the message to sign from a file
  instead of command line argument.
- Adds a unit test for signing subcommands.
- Removes some weird whitespace in the code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit:

- Adds a --msgfile option to read the message to sign from a file
  instead of command line argument.
- Adds a unit test for signing subcommands.
- Removes some weird whitespace in the code.</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/ethkey: new command line tool for keys (#15438)</title>
<updated>2017-12-21T10:36:05+00:00</updated>
<author>
<name>Steven Roose</name>
<email>stevenroose@gmail.com</email>
</author>
<published>2017-12-21T10:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/dexon/commit/?id=eeb53bc14301a54aee7cd7e1475e296155ee986d'/>
<id>eeb53bc14301a54aee7cd7e1475e296155ee986d</id>
<content type='text'>
ethkey is a new tool that serves as a command line interface to
the basic key management functionalities of geth. It currently
supports:
 
 - generating keyfiles
 - inspecting keyfiles (print public and private key)
 - signing messages
 - verifying signed messages</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ethkey is a new tool that serves as a command line interface to
the basic key management functionalities of geth. It currently
supports:
 
 - generating keyfiles
 - inspecting keyfiles (print public and private key)
 - signing messages
 - verifying signed messages</pre>
</div>
</content>
</entry>
</feed>
