<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_core/cryptonote_boost_serialization.h, 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-12-04T21:54:11Z</updated>
<entry>
<title>ringct: switch to Borromean signatures</title>
<updated>2016-12-04T21:54:11Z</updated>
<author>
<name>Shen Noether</name>
<email>Shen.Noether@gmx.com</email>
</author>
<published>2016-11-17T23:17:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=76958fc75abc18c928474eea91ac05fd5e0fcb41'/>
<id>urn:sha1:76958fc75abc18c928474eea91ac05fd5e0fcb41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rct: rework serialization to avoid storing vector sizes</title>
<updated>2016-09-14T19:23:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-09-14T19:23:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7d413f635fb42f8cfe7567b07e981f3a312f8900'/>
<id>urn:sha1:7d413f635fb42f8cfe7567b07e981f3a312f8900</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: rework v2 txes into prunable and non prunable data</title>
<updated>2016-08-28T20:30:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-09T20:34:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=93f5c625f058ee1f81c02c8bb03744b28bbde90a'/>
<id>urn:sha1:93f5c625f058ee1f81c02c8bb03744b28bbde90a</id>
<content type='text'>
Nothing is pruned, but this allows easier changes later.
</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>rct: avoid the need for the last II element</title>
<updated>2016-08-28T20:30:12Z</updated>
<author>
<name>Shen Noether</name>
<email>Shen.Noether@gmx.com</email>
</author>
<published>2016-08-08T11:54:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c5be4b0beaaa7a703d4e2b84aa9f3c727bf992df'/>
<id>urn:sha1:c5be4b0beaaa7a703d4e2b84aa9f3c727bf992df</id>
<content type='text'>
This element is used in the generation of the MLSAG, but isn't
needed in verification.
Also misc changes in the cryptonote code to match, by mooo.
</content>
</entry>
<entry>
<title>wallet: do not store signatures in the wallet cache</title>
<updated>2016-08-28T20:30:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-06T18:19:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e'/>
<id>urn:sha1:a47ceee83b0e04a3c440d9ca5a75cf0ac1d9256e</id>
<content type='text'>
Saves some substantial space.
Also avoid calculating tx hashes we don't need.
</content>
</entry>
<entry>
<title>rct: do not serialize senderPk - it is not used anymore</title>
<updated>2016-08-28T20:30:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-28T19:14:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b337aea6cce707152143750e14b956a8ae40390f'/>
<id>urn:sha1:b337aea6cce707152143750e14b956a8ae40390f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rct: do not serialize public keys in outPk</title>
<updated>2016-08-28T20:29:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-23T11:09:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cf33e1a52a0cf20a7cec619d85d68f000b2e1f40'/>
<id>urn:sha1:cf33e1a52a0cf20a7cec619d85d68f000b2e1f40</id>
<content type='text'>
They can be reconstructed from vout
</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>
