<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_utilities/blockchain_blackball.cpp, branch v0.14.1.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.14.1.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-03-05T21:05:34Z</updated>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_blackball: make log file name consistent with executable</title>
<updated>2018-12-22T05:46:35Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-12-22T05:46:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7c58421c7913511c89ea7adc2077bcbeef4a45d8'/>
<id>urn:sha1:7c58421c7913511c89ea7adc2077bcbeef4a45d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_blackball: spot when all outputs of an amount are spent</title>
<updated>2018-11-24T11:07:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-11-24T10:52:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2be31b4c9ceb4fde1a3968ab0ae2fa4d33facc5d'/>
<id>urn:sha1:2be31b4c9ceb4fde1a3968ab0ae2fa4d33facc5d</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>blockchain_blackball: fix stray !</title>
<updated>2018-10-08T17:37:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-08T17:36:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=77471e23bd20fa90249adb2ba735467c02ebb837'/>
<id>urn:sha1:77471e23bd20fa90249adb2ba735467c02ebb837</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_blackball: fix stats double counting</title>
<updated>2018-10-08T08:55:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-07T22:20:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85e58cb24aed02b3fa6cf26850e334dd571be04b'/>
<id>urn:sha1:85e58cb24aed02b3fa6cf26850e334dd571be04b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4459</title>
<updated>2018-09-29T20:20:38Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:17:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=effcbf2060a48b01779a713fe66c82714a7fb7f2'/>
<id>urn:sha1:effcbf2060a48b01779a713fe66c82714a7fb7f2</id>
<content type='text'>
bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero)
3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero)
a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero)
1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero)
fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero)
2e2139ff epee: do not propagate exception through dtor (moneromooo-monero)
0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero)
1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero)
418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero)
ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero)
6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero)
53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero)
e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero)
661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero)
5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero)
7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero)
a085da32 unit_tests: add check for page size &gt; 0 before dividing (moneromooo-monero)
d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero)
02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero)
c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
</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>
</feed>
