<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/device/device_io_hid.hpp, branch v0.17.2.3</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.17.2.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.2.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-05-07T02:36:54Z</updated>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>Add NanoX support</title>
<updated>2019-04-01T15:40:24Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2019-03-28T16:14:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=83fc45a41346d12037486214b935e392c5eceee7'/>
<id>urn:sha1:83fc45a41346d12037486214b935e392c5eceee7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>device: proper handling of user input</title>
<updated>2019-01-09T14:45:06Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2019-01-09T08:20:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6c060e6aaa26cd7e0161f075b52f093769195cd2'/>
<id>urn:sha1:6c060e6aaa26cd7e0161f075b52f093769195cd2</id>
<content type='text'>
(1) If the user denies something on the Ledger,
    a proper error message is now shown.
(2) Ledger doesn't time out anymore while waiting
    on user input.
(3) Lower the timeout to 2 seconds, this is enough for
    normal Ledger &lt;-&gt; System communication.
</content>
</entry>
<entry>
<title>device: extended logging, refactored device selection code</title>
<updated>2018-10-18T14:53:06Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2018-10-18T03:33:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=25d327e796e60b2dceab4aeab26fbc4edf7a5537'/>
<id>urn:sha1:25d327e796e60b2dceab4aeab26fbc4edf7a5537</id>
<content type='text'>
</content>
</entry>
<entry>
<title>device: fixed Ledger Nano S device selection</title>
<updated>2018-10-18T04:42:29Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2018-10-18T04:37:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=825d836f9f6ee724cf5b44ce720ad0bc26730ba0'/>
<id>urn:sha1:825d836f9f6ee724cf5b44ce720ad0bc26730ba0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>device_io_hid: fix DEFAULT_* type (too short) and init time</title>
<updated>2018-10-09T08:18:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-09T08:13:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bd7b800f0a0851220e033ba5b0c4b8608bfff3e7'/>
<id>urn:sha1:bd7b800f0a0851220e033ba5b0c4b8608bfff3e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace USB-CCID (smartcard) by USB-HID</title>
<updated>2018-09-24T19:57:42Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-08-01T07:24:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb6e3bbc0f0a6c4ac126f56ba75b39d0dfac01a6'/>
<id>urn:sha1:bb6e3bbc0f0a6c4ac126f56ba75b39d0dfac01a6</id>
<content type='text'>
Remove PCSC dependencies which is a bit hard (not user friendly) to install on linux and Mac

Split Ledger logic and device IO
</content>
</entry>
</feed>
