<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/core_tests, branch v0.10.1</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.10.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-18T06:56:26Z</updated>
<entry>
<title>cmake: transitive deps and remove deprecated LINK_*</title>
<updated>2016-09-18T06:56:26Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T17:59:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1c7af35d47c6f54628418f67128074c1bcd4858'/>
<id>urn:sha1:e1c7af35d47c6f54628418f67128074c1bcd4858</id>
<content type='text'>
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db &lt;-&gt; crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
</content>
</entry>
<entry>
<title>tests: hard fork list must end with a 0</title>
<updated>2016-08-28T20:30:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-14T09:13:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f782d458273cef6c6272416d078a7900af143479'/>
<id>urn:sha1:f782d458273cef6c6272416d078a7900af143479</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New "Halfway RingCT" outputs for coinbase transactions</title>
<updated>2016-08-28T20:30:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-12T17:45:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3b3260ae5b5acde445fa88a6f0909f582903754'/>
<id>urn:sha1:c3b3260ae5b5acde445fa88a6f0909f582903754</id>
<content type='text'>
When RingCT is enabled, outputs from coinbase transactions
are created as a single output, and stored as RingCT output,
with a fake mask. Their amount is not hidden on the blockchain
itself, but they are then able to be used as fake inputs in
a RingCT ring. Since the output amounts are hidden, their
"dustiness" is not an obstacle anymore to mixing, and this
makes the coinbase transactions a lot smaller, as well as
helping the TXO set to grow more slowly.

Also add a new "Null" type of rct signature, which decreases
the size required when no signatures are to be stored, as
in a coinbase tx.
</content>
</entry>
<entry>
<title>rct amount key modified as per luigi1111's recommendations</title>
<updated>2016-08-28T20:30:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-10T11:48:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d4b62a1e295a7fb19de6081733b1d8e0610cbf08'/>
<id>urn:sha1:d4b62a1e295a7fb19de6081733b1d8e0610cbf08</id>
<content type='text'>
This allows the key to be not the same for two outputs sent to
the same address (eg, if you pay yourself, and also get change
back). Also remove the key amounts lists and return parameters
since we don't actually generate random ones, so we don't need
to save them as we can recalculate them when needed if we have
the correct keys.
</content>
</entry>
<entry>
<title>rct: change the simple flag to a type</title>
<updated>2016-08-28T20:30:14Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-08T12:49:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3ab2ab3e7691dadf91ef39ed477e12f0144b8278'/>
<id>urn:sha1:3ab2ab3e7691dadf91ef39ed477e12f0144b8278</id>
<content type='text'>
for future expansion
</content>
</entry>
<entry>
<title>core_tests: fix a couple pre-rct tests using rct</title>
<updated>2016-08-28T20:29:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-28T18:04:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e5a9a4755b458bce66f6658a1051aff3b91c94b5'/>
<id>urn:sha1:e5a9a4755b458bce66f6658a1051aff3b91c94b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change fork settings to allow pre-rct txes for one more fork cycle</title>
<updated>2016-08-28T20:29:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-24T17:30:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=37bdf6ebe3e0339fb195efb4083022dba8813e85'/>
<id>urn:sha1:37bdf6ebe3e0339fb195efb4083022dba8813e85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rct: make the amount key derivable by a third party with the tx key</title>
<updated>2016-08-28T20:29:46Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-24T16:53:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9b70856ccb97943249f6e76b19f8abce5cd7aabe'/>
<id>urn:sha1:9b70856ccb97943249f6e76b19f8abce5cd7aabe</id>
<content type='text'>
Scheme design from luigi1114.
</content>
</entry>
<entry>
<title>port get_tx_key/check_tx_key to rct</title>
<updated>2016-08-28T20:29:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-11T22:14:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e81a2b2cfabfb1ad9aaade752a863f1448fc89cd'/>
<id>urn:sha1:e81a2b2cfabfb1ad9aaade752a863f1448fc89cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>integrate simple rct api</title>
<updated>2016-08-28T20:29:20Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-10T11:57:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a4d4d6194bf9a0826806521d72a7fec5e506a677'/>
<id>urn:sha1:a4d4d6194bf9a0826806521d72a7fec5e506a677</id>
<content type='text'>
</content>
</entry>
</feed>
