<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests, 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-16T10:32:26Z</updated>
<entry>
<title>add RPC to get a histogram of outputs of a given amount</title>
<updated>2018-03-16T10:32:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-19T11:15:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=41f727ce42d0fce9e40e4da7bf4abda92eef1016'/>
<id>urn:sha1:41f727ce42d0fce9e40e4da7bf4abda92eef1016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3277</title>
<updated>2018-03-05T17:11:20Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-03-05T17:11:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4f93f745284c10f12e2524f5211030085d9626cf'/>
<id>urn:sha1:4f93f745284c10f12e2524f5211030085d9626cf</id>
<content type='text'>
0e7ad2e2 Wallet API: generalize 'bool testnet' to 'NetworkType nettype' (stoffu)
af773211 Stagenet (stoffu)
cc9a0bee command_line: allow args to depend on more than one args (stoffu)
55f8d917 command_line::get_arg: remove 'required' for dependent args as they're always optional (stoffu)
450306a0 command line: allow has_arg to handle arg_descriptor&lt;bool,false,true&gt; #3318 (stoffu)
9f9e095a Use `genesis_tx` parameter in `generate_genesis_block`. #3261 (Jean Pierre Dudey)
</content>
</entry>
<entry>
<title>Correct spelling mistakes.</title>
<updated>2018-03-05T17:00:40Z</updated>
<author>
<name>Edward Betts</name>
<email>edward@4angle.com</email>
</author>
<published>2018-01-19T07:54:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f'/>
<id>urn:sha1:fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f</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>Merge pull request #3245</title>
<updated>2018-02-20T15:53:52Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-20T15:53:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=421ab3119ce8ccbf73ad12d736d3daa897fa0347'/>
<id>urn:sha1:421ab3119ce8ccbf73ad12d736d3daa897fa0347</id>
<content type='text'>
54c256bc unit_tests.serialization: refactored with ASSERT_EQ_MAP (stoffu)
e6a60938 unit_tests: added gtest utility ASSERT_EQ_MAP for easily testing key-value map (stoffu)
</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>unit_tests: added gtest utility ASSERT_EQ_MAP for easily testing key-value map</title>
<updated>2018-02-12T12:56:36Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-09T12:11:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e6a6093871f7afd48e113c2dd0c682d29a8733f5'/>
<id>urn:sha1:e6a6093871f7afd48e113c2dd0c682d29a8733f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: change default DNS to a worldwide selection</title>
<updated>2018-02-08T09:46:16Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-02T12:40:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=71806327f5187900ee0058e916dfaa1632a52844'/>
<id>urn:sha1:71806327f5187900ee0058e916dfaa1632a52844</id>
<content type='text'>
DNSSEC aware servers picked from https://wiki.ipfire.org/dns/public-servers
</content>
</entry>
<entry>
<title>Merge pull request #3151</title>
<updated>2018-01-28T01:25:55Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-01-28T01:25:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=86da46e22432aadaa161a294308b7c504dd6e836'/>
<id>urn:sha1:86da46e22432aadaa161a294308b7c504dd6e836</id>
<content type='text'>
ab2e9953 unit_tests: do not ASSERT_TRUE(decodeRct(...)) (moneromooo-monero)
</content>
</entry>
</feed>
