<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/device/device_io_hid.cpp, branch v0.18.3.0</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.18.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-03-04T05:59:20Z</updated>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused variables in monero codebase</title>
<updated>2021-02-09T07:05:05Z</updated>
<author>
<name>Kevin Barbour</name>
<email>kevinbarbourd@gmail.com</email>
</author>
<published>2021-01-23T09:38:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85db1734e7dd456c1edb095a2c829527262b96c7'/>
<id>urn:sha1:85db1734e7dd456c1edb095a2c829527262b96c7</id>
<content type='text'>
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
</content>
</entry>
<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>device: Ledger - fix wide char hidapi error string conversion</title>
<updated>2020-03-01T11:42:48Z</updated>
<author>
<name>xiphon</name>
<email>xiphon@protonmail.com</email>
</author>
<published>2020-02-29T22:46:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6e1cb5a4d03a67543b605be8d3944ae9e221c333'/>
<id>urn:sha1:6e1cb5a4d03a67543b605be8d3944ae9e221c333</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hid_error() could return a null, which causes the program to crash with</title>
<updated>2019-08-09T19:24:48Z</updated>
<author>
<name>TheQuantumPhysicist</name>
<email>info@afach.de</email>
</author>
<published>2019-08-09T19:24:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6ca033d2784cbdf886b54d4acc4b8f6e1417cd22'/>
<id>urn:sha1:6ca033d2784cbdf886b54d4acc4b8f6e1417cd22</id>
<content type='text'>
std::logic_error()
</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>Merge pull request #4672</title>
<updated>2018-10-26T20:40:47Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-26T20:40:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=33d9d2b4c1e3a48285957780f7b84f53d193c2d0'/>
<id>urn:sha1:33d9d2b4c1e3a48285957780f7b84f53d193c2d0</id>
<content type='text'>
62f94e1b device_io_hid.cpp: fix copyright header (moneromooo-monero)
</content>
</entry>
<entry>
<title>device_io_hid.cpp: fix copyright header</title>
<updated>2018-10-20T10:31:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-20T10:29:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=62f94e1b9d10ba94228bf772b30ac08798b41d95'/>
<id>urn:sha1:62f94e1b9d10ba94228bf772b30ac08798b41d95</id>
<content type='text'>
</content>
</entry>
</feed>
