<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/ringdb.cpp, branch v0.16.0.3</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.16.0.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.16.0.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-04-01T12:31:00Z</updated>
<entry>
<title>Hash domain separation</title>
<updated>2020-04-01T12:31:00Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2020-04-01T12:31:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=80d5320fff9c948f54b4379f3c2f3bc684e7f356'/>
<id>urn:sha1:80d5320fff9c948f54b4379f3c2f3bc684e7f356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ringdb: use a different iv for key and data in rings table</title>
<updated>2020-01-09T17:32:21Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-01-09T17:29:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0349347e6d2805e632d5972a50ae418296e9c479'/>
<id>urn:sha1:0349347e6d2805e632d5972a50ae418296e9c479</id>
<content type='text'>
This is technically a record encrypted in two pieces,
so the iv needs to be different.
Some backward compatibility is added to read data written
by existing code, but new data is written with the new code.
</content>
</entry>
<entry>
<title>ringdb: fix bug in blackballing</title>
<updated>2019-08-22T12:34:48Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2019-08-22T01:53:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=50813c103ece22f9873c9f16e08b42170ff2599f'/>
<id>urn:sha1:50813c103ece22f9873c9f16e08b42170ff2599f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplewallet: new unset_ring command</title>
<updated>2019-04-02T14:18:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-02T14:03:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0be5b2ee78efaa242757ca8f998a091f8930788d'/>
<id>urn:sha1:0be5b2ee78efaa242757ca8f998a091f8930788d</id>
<content type='text'>
Useful when debugging, though not much for users
</content>
</entry>
<entry>
<title>Removed a lot of unnecessary includes</title>
<updated>2018-11-15T16:29:34Z</updated>
<author>
<name>Martijn Otto</name>
<email>git@martijnotto.nl</email>
</author>
<published>2018-11-15T16:29:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bd98e99c8095cf05c4d3282c888a87745ad1c559'/>
<id>urn:sha1:bd98e99c8095cf05c4d3282c888a87745ad1c559</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename "blackball" for clarity</title>
<updated>2018-10-18T18:45:45Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-18T18:05:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=99cd6f961a15d5a16668be44c200b5f78024e618'/>
<id>urn:sha1:99cd6f961a15d5a16668be44c200b5f78024e618</id>
<content type='text'>
Apparently some people seem to think it's a censorship list...
</content>
</entry>
<entry>
<title>Merge pull request #4407</title>
<updated>2018-09-29T20:19:32Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:10:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=402349760f699fe512e9ba97328a5f8827f0c003'/>
<id>urn:sha1:402349760f699fe512e9ba97328a5f8827f0c003</id>
<content type='text'>
43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero)
</content>
</entry>
<entry>
<title>record blackballs as amount/offset, and add export ability</title>
<updated>2018-09-10T09:04:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-29T16:57:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=44439c32088dc684d686a392acf807f12ca0e0e9'/>
<id>urn:sha1:44439c32088dc684d686a392acf807f12ca0e0e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ringdb: allow blackballing many outputs at once</title>
<updated>2018-09-09T12:01:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-12T21:41:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=50cb370d5babcef5caa9f90981c475ca5fe3f887'/>
<id>urn:sha1:50cb370d5babcef5caa9f90981c475ca5fe3f887</id>
<content type='text'>
It cuts down on txn commits, and speeds up blackballing substantially
</content>
</entry>
<entry>
<title>unit_tests: add ringdb unit tests</title>
<updated>2018-04-11T10:43:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-09T17:42:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6a61f520e2569f6a690f5c637c6314fb81b0b538'/>
<id>urn:sha1:6a61f520e2569f6a690f5c637c6314fb81b0b538</id>
<content type='text'>
</content>
</entry>
</feed>
