<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests/serialization.cpp, branch v0.14.0.2</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.14.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-02-12T12:16:40Z</updated>
<entry>
<title>add a bulletproof version, new bulletproof type, and rct config</title>
<updated>2019-02-12T12:16:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-06T13:47:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7f6760052db7194b8a0f01189d89246caf4882e'/>
<id>urn:sha1:f7f6760052db7194b8a0f01189d89246caf4882e</id>
<content type='text'>
This makes it easier to modify the bulletproof format
</content>
</entry>
<entry>
<title>Merge pull request #4264</title>
<updated>2018-09-04T18:14:08Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-09-04T18:14:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ad5aabc85a8bdac2265d3e168d23c561aa8df81c'/>
<id>urn:sha1:ad5aabc85a8bdac2265d3e168d23c561aa8df81c</id>
<content type='text'>
0c8d8f6 unit_tests: remove std::move in return statement (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet2: make --restricted-rpc available for wallet RPC only</title>
<updated>2018-08-16T00:54:23Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-07-30T05:38:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a64f57fe42292720415a507feb4f543ef3c3adbe'/>
<id>urn:sha1:a64f57fe42292720415a507feb4f543ef3c3adbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unit_tests: remove std::move in return statement</title>
<updated>2018-08-15T13:38:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-15T13:09:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0c8d8f6b2e3b924c396babfa44b699ce09c91fc6'/>
<id>urn:sha1:0c8d8f6b2e3b924c396babfa44b699ce09c91fc6</id>
<content type='text'>
This actually prevents copy elision
</content>
</entry>
<entry>
<title>wallet: allow adjusting number of rounds for the key derivation function</title>
<updated>2018-08-07T16:56:54Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-07-06T06:42:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bcab579864801e765333e8766b714adc22e47b8b'/>
<id>urn:sha1:bcab579864801e765333e8766b714adc22e47b8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stagenet</title>
<updated>2018-03-05T02:55:05Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-16T11:04:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=af773211cbc620a1be54f517bd60e587d58a7e93'/>
<id>urn:sha1:af773211cbc620a1be54f517bd60e587d58a7e93</id>
<content type='text'>
</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>unit_tests.serialization: refactored with ASSERT_EQ_MAP</title>
<updated>2018-02-12T12:56:51Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-09T13:33:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=54c256bc266308195e177be1bbf516c91a38941d'/>
<id>urn:sha1:54c256bc266308195e177be1bbf516c91a38941d</id>
<content type='text'>
</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>Merge pull request #2990</title>
<updated>2018-01-10T10:53:05Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-01-10T10:53:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9c66ba67c50f441dd547b90b622a0f7ee92da8b'/>
<id>urn:sha1:f9c66ba67c50f441dd547b90b622a0f7ee92da8b</id>
<content type='text'>
2d17feb0 factor STL container serialization (moneromooo-monero)
</content>
</entry>
</feed>
