<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests, branch v0.13.0.0-RC1</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.13.0.0-RC1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.0-RC1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-09-21T18:44:00Z</updated>
<entry>
<title>Merge pull request #4385</title>
<updated>2018-09-21T18:44:00Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:44:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bc208be63d880871f4f1d6b51a7b35abd5e9b8f0'/>
<id>urn:sha1:bc208be63d880871f4f1d6b51a7b35abd5e9b8f0</id>
<content type='text'>
6dbbc690 unit_tests: sanity check on transaction weight (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4371</title>
<updated>2018-09-21T18:31:47Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:31:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a059bcd74effd74467ce737094cbbbad5d92aca2'/>
<id>urn:sha1:a059bcd74effd74467ce737094cbbbad5d92aca2</id>
<content type='text'>
55c7cd14 Adding expect&lt;T&gt; - a value-or-error implementation (Lee Clagett)
</content>
</entry>
<entry>
<title>Merge pull request #4209</title>
<updated>2018-09-21T18:30:36Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:30:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb3ff2bb36ed0aa7927690d7f0ee40dc212d2a2b'/>
<id>urn:sha1:bb3ff2bb36ed0aa7927690d7f0ee40dc212d2a2b</id>
<content type='text'>
26a42fe5 Added features to epee::span&lt;T&gt; :   - Support for classes   - Added `remove_prefix` function   - Added `to_mut_span` and `as_mut_byte_span` (Lee Clagett)
</content>
</entry>
<entry>
<title>Merge pull request #4306</title>
<updated>2018-09-18T15:32:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-18T15:32:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=580497d5f93df0c6f1358e087e8c97079fd7dfa0'/>
<id>urn:sha1:580497d5f93df0c6f1358e087e8c97079fd7dfa0</id>
<content type='text'>
56b50faa wallet: use wipeable_string in more places where a secret is used (moneromooo-monero)
07ec748c wipeable_string: add hex_to_pod function (moneromooo-monero)
</content>
</entry>
<entry>
<title>api/wallet: properly disable key encryption</title>
<updated>2018-09-17T13:15:29Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-08-25T05:22:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ba8dd3479d56ff084fbc4b631548ff8cf05f60d1'/>
<id>urn:sha1:ba8dd3479d56ff084fbc4b631548ff8cf05f60d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unit_tests: sanity check on transaction weight</title>
<updated>2018-09-15T16:14:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-15T16:11:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6dbbc69055fd865eaf58259fbc2960fd14134752'/>
<id>urn:sha1:6dbbc69055fd865eaf58259fbc2960fd14134752</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4260</title>
<updated>2018-09-14T10:45:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-14T10:45:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c74d9057f89455691140757f430e952d1951435a'/>
<id>urn:sha1:c74d9057f89455691140757f430e952d1951435a</id>
<content type='text'>
a54dbaee blockchain_blackball: add --force-chain-reaction-pass flag (moneromooo-monero)
44439c32 record blackballs as amount/offset, and add export ability (moneromooo-monero)
4bce935b blockchain_blackball: more optimizations (moneromooo-monero)
b66ba783 blockchain_blackball: do not process duplicate blockchains parts (moneromooo-monero)
639a3c01 blockchain_blackball: make it clear secondary passes are not incremental (moneromooo-monero)
eb8a51be blockchain_blackball: detect spent outputs by partial ring reuse (moneromooo-monero)
d6d276c6 blockchain_blackball: fix chain reaction phase in incremental mode (moneromooo-monero)
2b2a681b blockchain_blackball: avoid false positives for different amounts (moneromooo-monero)
80e4fef3 blockchain_blackball: set transaction looping txn to read only (moneromooo-monero)
4801d6b5 blockchain_blackball: add stats (moneromooo-monero)
846190fd blockchain_blackball: support pre-v2 databases (moneromooo-monero)
daa6cc7d blockchain_blackball: use LMDB for the cache (moneromooo-monero)
50cb370d ringdb: allow blackballing many outputs at once (moneromooo-monero)
</content>
</entry>
<entry>
<title>Adding expect&lt;T&gt; - a value-or-error implementation</title>
<updated>2018-09-12T22:44:34Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2018-09-11T01:25:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=55c7cd14582323b4403bed88bd02e2f62d2a3169'/>
<id>urn:sha1:55c7cd14582323b4403bed88bd02e2f62d2a3169</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wipeable_string: add hex_to_pod function</title>
<updated>2018-09-12T09:26:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-27T08:43:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=07ec748c8245b42de0ec9964b2f0062c0034f2f8'/>
<id>urn:sha1:07ec748c8245b42de0ec9964b2f0062c0034f2f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bulletproofs: speed up the latest changes a bit</title>
<updated>2018-09-11T13:38:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-06T15:21:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2bf636503fa09346b02964b2903ca70579f94c6b'/>
<id>urn:sha1:2bf636503fa09346b02964b2903ca70579f94c6b</id>
<content type='text'>
</content>
</entry>
</feed>
