<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_utilities, 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-18T14:33:21Z</updated>
<entry>
<title>Merge pull request #3430</title>
<updated>2018-09-18T14:33:21Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-18T14:33:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9c40bc62fceecd51f3aba84f2559d4abc4ce80d2'/>
<id>urn:sha1:9c40bc62fceecd51f3aba84f2559d4abc4ce80d2</id>
<content type='text'>
42397359 Fixup 32bit arm build (TheCharlatan)
a06d2581 Fix Windows build (TheCharlatan)
ecaf5b3f Add libsodium to the packages, the arm build was complaining about it. (TheCharlatan)
cbbf4d24 Adapt translations to upstream changes (TheCharlatan)
db571546 Updated pcsc url (TheCharlatan)
f0ba19fd Add lrelease to the depends (TheCharlatan)
cfb30462 Add Miniupnp submodule (TheCharlatan)
5f7da005 Unbound is now a submodule. Adapt depends for this. (TheCharlatan)
d6b9bdd3 Update readmes to reflect the usage of depends (TheCharlatan)
56b6e41e Add support for apple and arm building (TheCharlatan)
29311fd1 Disable stack unwinding for mingw32 depends build. (TheCharlatan)
8db3d573 Modify depends for monero's dependencies (TheCharlatan)
0806a23a Initial depends addition (TheCharlatan)
</content>
</entry>
<entry>
<title>blockchain_blackball: s/return false;/return 0;/</title>
<updated>2018-09-14T20:08:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-14T20:08:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cb1d879f6436f6bae96cc8f115ecd04398fdf35'/>
<id>urn:sha1:4cb1d879f6436f6bae96cc8f115ecd04398fdf35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_blackball: use %zu for size_t</title>
<updated>2018-09-14T17:16:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-14T17:11:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9bdc9109fb0303b17afa2af615decf79eba3159e'/>
<id>urn:sha1:9bdc9109fb0303b17afa2af615decf79eba3159e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_blackball: use mdb_size_t where appropriate</title>
<updated>2018-09-14T17:11:11Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-14T17:11:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=db3db0930efff25932290912951ed8d5e27f24a5'/>
<id>urn:sha1:db3db0930efff25932290912951ed8d5e27f24a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_blackball: error out on fgets error</title>
<updated>2018-09-14T16:31:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-14T16:31:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b1f05f589e4d879c14d3bf4fd294a355862c505a'/>
<id>urn:sha1:b1f05f589e4d879c14d3bf4fd294a355862c505a</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>Merge pull request #4147</title>
<updated>2018-09-14T10:19:44Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-14T10:19:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=249feda4e173efacd1deccdb5dd197cf59387bdc'/>
<id>urn:sha1:249feda4e173efacd1deccdb5dd197cf59387bdc</id>
<content type='text'>
a4d2d842 blockchain_depth: add average min depth (moneromooo-monero)
289880d8 blockchain_depth: get the average min depth of a set of txes (moneromooo-monero)
628428a0 blockchain_ancestry: faster and uses less memory (moneromooo-monero)
2382484d blockchain_ancestry: add an incremental mode (moneromooo-monero)
888324fa blockchain_ancestry: finds all ancestors of a tx, block, or chain (moneromooo-monero)
</content>
</entry>
<entry>
<title>v8: per byte fee, pad bulletproofs, fixed 11 ring size</title>
<updated>2018-09-11T13:38:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-18T21:24:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ffb2ff9b7c301eda5811a939c705f26627c4735'/>
<id>urn:sha1:5ffb2ff9b7c301eda5811a939c705f26627c4735</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for apple and arm building</title>
<updated>2018-09-10T20:05:36Z</updated>
<author>
<name>TheCharlatan</name>
<email>seb.kung@gmail.com</email>
</author>
<published>2018-03-19T23:33:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=56b6e41ea7b7c17b513c24797d234e5cf9df8fa2'/>
<id>urn:sha1:56b6e41ea7b7c17b513c24797d234e5cf9df8fa2</id>
<content type='text'>
Add pcsc-lite to linux builds
Fixup windows icu4c linking with depends, the static libraries have an 's' appended to them
Compiling depends arm-linux-gnueabihf will allow you to compile armv6zk monero binaries
</content>
</entry>
<entry>
<title>blockchain_blackball: add --force-chain-reaction-pass flag</title>
<updated>2018-09-10T09:04:21Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-30T09:11:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a54dbaee087a70df4be066d7d0f237fdfcba2300'/>
<id>urn:sha1:a54dbaee087a70df4be066d7d0f237fdfcba2300</id>
<content type='text'>
</content>
</entry>
</feed>
