<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/device_trezor/trezor/protocol.cpp, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-08-05T12:27:16Z</updated>
<entry>
<title>feat(trezor): add HF15 support, BP+</title>
<updated>2022-08-05T12:27:16Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2022-04-12T00:06:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6075be9cc8c3e8aacfa1428816e86dc623a72600'/>
<id>urn:sha1:6075be9cc8c3e8aacfa1428816e86dc623a72600</id>
<content type='text'>
- BP+ support added for Trezor
- old Trezor firmware version support removed, code cleanup
</content>
</entry>
<entry>
<title>Add view tags to outputs to reduce wallet scanning time</title>
<updated>2022-04-18T07:49:53Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2021-11-15T13:23:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea87b30f8907ee11252433811e7a7d0c46758cca'/>
<id>urn:sha1:ea87b30f8907ee11252433811e7a7d0c46758cca</id>
<content type='text'>
Implements view tags as proposed by @UkoeHB in MRL issue
https://github.com/monero-project/research-lab/issues/73

At tx construction, the sender adds a 1-byte view tag to each
output. The view tag is derived from the sender-receiver
shared secret. When scanning for outputs, the receiver can
check the view tag for a match, in order to reduce scanning
time. When the view tag does not match, the wallet avoids the
more expensive EC operations when deriving the output public
key using the shared secret.
</content>
</entry>
<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>trezor: simplify recognition of integrated addresses</title>
<updated>2021-03-03T13:51:04Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2021-03-03T13:51:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=68f1ca65e647697b83581955dfa4172ffbfd68cf'/>
<id>urn:sha1:68f1ca65e647697b83581955dfa4172ffbfd68cf</id>
<content type='text'>
now it is possible to simplify integrated addresses recognition using transaction destination info directly
fixes https://github.com/monero-project/monero-gui/issues/3346
</content>
</entry>
<entry>
<title>enable CLSAG support for Trezor client</title>
<updated>2020-09-03T23:24:58Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2020-09-03T14:07:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4e4430603ffffb9212b3b94586bcf298fa83c95f'/>
<id>urn:sha1:4e4430603ffffb9212b3b94586bcf298fa83c95f</id>
<content type='text'>
</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>trezor: adapt to new passphrase mechanism</title>
<updated>2020-04-27T16:17:56Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2020-04-07T16:25:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e509ede2aa7263cc49d3378bc8c833a62300211d'/>
<id>urn:sha1:e509ede2aa7263cc49d3378bc8c833a62300211d</id>
<content type='text'>
- choice where to enter passphrase is now made on the host
- use wipeable string in the comm stack
- wipe passphrase memory
- protocol optimizations, prepare for new firmware version
- minor fixes and improvements
- tests fixes, HF12 support
</content>
</entry>
<entry>
<title>device: show address on device display</title>
<updated>2019-06-17T14:49:04Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2019-05-31T08:41:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f074b6b5715f90960e5ebf8d440101ba446d94b0'/>
<id>urn:sha1:f074b6b5715f90960e5ebf8d440101ba446d94b0</id>
<content type='text'>
- Trezor: support for device address display (subaddress, integrated address)
- Wallet::API support added
- Simplewallet:
  - address device [&lt;index&gt;]
  - address new &lt;label&gt;  // shows address on device also
  - integrated_address [device] &lt;payment_id|address&gt;  // new optional "device" arg to display also on the device
</content>
</entry>
<entry>
<title>wallet: fix offline signing calling a daemon RPC</title>
<updated>2019-03-21T14:46:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-03-13T11:32:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=adf6d7730f3389649ea0e79d2968e04fd3700dff'/>
<id>urn:sha1:adf6d7730f3389649ea0e79d2968e04fd3700dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5211</title>
<updated>2019-03-21T12:44:04Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-03-21T12:44:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=48e3a341f8bb601895c94e7b637475f8911ae530'/>
<id>urn:sha1:48e3a341f8bb601895c94e7b637475f8911ae530</id>
<content type='text'>
c9b13fbb tests/trezor: HF9 and HF10 tests (Dusan Klinec)
a1fd1d49 device/trezor: HF10 support added, wallet::API (Dusan Klinec)
d74d26f2 crypto: hmac_keccak added (Dusan Klinec)
</content>
</entry>
</feed>
