<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/cmake, branch v0.12.0.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.12.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-03-21T16:33:52Z</updated>
<entry>
<title>Fix generating version.cpp</title>
<updated>2018-03-21T16:33:52Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2018-03-21T16:26:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=522be96fe4b2742e349e73b6953ed888b1f4b2ce'/>
<id>urn:sha1:522be96fe4b2742e349e73b6953ed888b1f4b2ce</id>
<content type='text'>
Also removes BYPRODUCT dependency on CMake 3.2
</content>
</entry>
<entry>
<title>Code modifications to integrate Ledger HW device into monero-wallet-cli.</title>
<updated>2018-03-04T11:54:53Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-02-20T16:01:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e745c1e38da8e54032660894bb2db0e9a49cccf2'/>
<id>urn:sha1:e745c1e38da8e54032660894bb2db0e9a49cccf2</id>
<content type='text'>
The basic approach it to delegate all sensitive data (master key, secret
ephemeral key, key derivation, ....) and related operations to the device.
As device has low memory, it does not keep itself the values
(except for view/spend keys) but once computed there are encrypted (with AES
are equivalent) and return back to monero-wallet-cli. When they need to be
manipulated by the device, they are decrypted on receive.

Moreover, using the client for storing the value in encrypted form limits
the modification in the client code. Those values are transfered from one
C-structure to another one as previously.

The code modification has been done with the wishes to be open to any
other hardware wallet. To achieve that a C++ class hw::Device has been
introduced. Two initial implementations are provided: the "default", which
remaps all calls to initial Monero code, and  the "Ledger", which delegates
all calls to Ledger device.
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keep readline optional</title>
<updated>2018-01-11T18:51:13Z</updated>
<author>
<name>Jethro Grassie</name>
<email>jtg@xtrabass.com</email>
</author>
<published>2018-01-11T05:50:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=be1826c0fbd9ce665d93c3300d4106ea9bcbeafb'/>
<id>urn:sha1:be1826c0fbd9ce665d93c3300d4106ea9bcbeafb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2993</title>
<updated>2018-01-10T10:53:26Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-01-10T10:53:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d08aee7a7eae23aaf35c1f129faa5a70d2f5510f'/>
<id>urn:sha1:d08aee7a7eae23aaf35c1f129faa5a70d2f5510f</id>
<content type='text'>
776b44f1 Add misc hardening flags to the cmake machinery (moneromooo-monero)
</content>
</entry>
<entry>
<title>Add checks for termcap if needed by readline</title>
<updated>2018-01-02T18:26:22Z</updated>
<author>
<name>Jethro Grassie</name>
<email>jtg@xtrabass.com</email>
</author>
<published>2017-12-20T21:01:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0e93b0986ce6fe356dc95720201e11c5371f1346'/>
<id>urn:sha1:0e93b0986ce6fe356dc95720201e11c5371f1346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add misc hardening flags to the cmake machinery</title>
<updated>2017-12-31T14:26:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-22T21:48:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=776b44f17b44b92b08f8cc37ec87e74ac68762ea'/>
<id>urn:sha1:776b44f17b44b92b08f8cc37ec87e74ac68762ea</id>
<content type='text'>
See https://wiki.debian.org/Hardening#User_Space
</content>
</entry>
<entry>
<title>fixed linking against libreadline on OpenBSD</title>
<updated>2017-11-28T18:03:07Z</updated>
<author>
<name>ston1th</name>
<email>ston1th@giftfish.de</email>
</author>
<published>2017-11-28T17:55:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=25f4ab81cee4ad505ffeba301e5e74b9bb8639d8'/>
<id>urn:sha1:25f4ab81cee4ad505ffeba301e5e74b9bb8639d8</id>
<content type='text'>
To fix the linking error described here https://github.com/monero-project/monero/pull/2841#issuecomment-346129030 we also need to link libcurses.
</content>
</entry>
<entry>
<title>cmake: fix building when readline is not found</title>
<updated>2017-11-19T09:27:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-19T09:27:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=36f0538a0a91e86807379f68b7fb638ad93d4395'/>
<id>urn:sha1:36f0538a0a91e86807379f68b7fb638ad93d4395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: add dep of version lib on version.cpp</title>
<updated>2017-10-21T02:07:34Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2017-10-21T02:07:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=11e0deef31a0361430d3d68f6f90e5c40a956d71'/>
<id>urn:sha1:11e0deef31a0361430d3d68f6f90e5c40a956d71</id>
<content type='text'>
Also, move cmake source files into cmake/ to keep them together.
</content>
</entry>
</feed>
