<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_utilities/blockchain_export.cpp, branch v0.13.0.2-RC2</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.2-RC2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.2-RC2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-03-05T02:55:05Z</updated>
<entry>
<title>Stagenet</title>
<updated>2018-03-05T02:55:05Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-16T11:04:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=af773211cbc620a1be54f517bd60e587d58a7e93'/>
<id>urn:sha1:af773211cbc620a1be54f517bd60e587d58a7e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options: remove testnet-* options</title>
<updated>2018-02-16T20:32:01Z</updated>
<author>
<name>whythat</name>
<email>whythat@protonmail.com</email>
</author>
<published>2018-01-21T15:29:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=05a12ccc2dc920f4a997e66e6965ae60c1a4c65e'/>
<id>urn:sha1:05a12ccc2dc920f4a997e66e6965ae60c1a4c65e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move cryptonote command line options to cryptonote_core</title>
<updated>2017-11-14T17:06:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-10-28T15:06:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=082db75f28b717a01349026df42c4852a10bb932'/>
<id>urn:sha1:082db75f28b717a01349026df42c4852a10bb932</id>
<content type='text'>
Those have no reason to be in a generic module
</content>
</entry>
<entry>
<title>Fix compiler warnings with Clang 6.0.0.</title>
<updated>2017-10-15T19:02:24Z</updated>
<author>
<name>Vasil Dimov</name>
<email>vd@FreeBSD.org</email>
</author>
<published>2017-10-07T16:21:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4d35ad76037daa2fdd316854aca719083cad9857'/>
<id>urn:sha1:4d35ad76037daa2fdd316854aca719083cad9857</id>
<content type='text'>
monero/src/cryptonote_protocol/block_queue.cpp:208:44: error:
      suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
  static const boost::uuids::uuid uuid0 = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                           {                                          }

monero/src/wallet/wallet_rpc_server.cpp:1895:43: error:
      lambda capture 'wal' is not used [-Werror,-Wunused-lambda-capture]
  tools::signal_handler::install([&amp;wrpc, &amp;wal](int) {
                                          ^

monero/src/cryptonote_protocol/cryptonote_protocol_handler.inl:1616:40: error:
      lambda capture 'arg' is not used [-Werror,-Wunused-lambda-capture]
    m_p2p-&gt;for_each_connection([this, &amp;arg, &amp;fluffy_arg, &amp;exclude_context, &amp;fullConnections...
                                       ^

monero/src/cryptonote_protocol/cryptonote_protocol_handler.inl:1616:46: error:
      lambda capture 'fluffy_arg' is not used [-Werror,-Wunused-lambda-capture]
    m_p2p-&gt;for_each_connection([this, &amp;arg, &amp;fluffy_arg, &amp;exclude_context, &amp;fullConnections...
                                             ^

monero/src/blockchain_utilities/blockchain_export.cpp:181:3: error:
      bool literal returned from 'main' [-Werror,-Wmain]
  CHECK_AND_ASSERT_MES(r, false, "Failed to initialize source blockchain storage");
  ^                       ~~~~~
monero/contrib/epee/include/misc_log_ex.h:180:97: note:
      expanded from macro 'CHECK_AND_ASSERT_MES'
  ...fail_ret_val, message)   do{if(!(expr)) {LOG_ERROR(message); return fail_ret_val;};}while(0)
                                                                  ^      ~~~~~~~~~~~~
monero/src/blockchain_utilities/blockchain_export.cpp:195:3: error:
      bool literal returned from 'main' [-Werror,-Wmain]
  CHECK_AND_ASSERT_MES(r, false, "Failed to export blockchain raw data");
  ^                       ~~~~~
monero/contrib/epee/include/misc_log_ex.h:180:97: note:
      expanded from macro 'CHECK_AND_ASSERT_MES'
  ...fail_ret_val, message)   do{if(!(expr)) {LOG_ERROR(message); return fail_ret_val;};}while(0)
                                                                  ^      ~~~~~~~~~~~~
</content>
</entry>
<entry>
<title>Merge pull request #2589</title>
<updated>2017-10-15T16:38:46Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-10-15T16:38:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1280ba4f5ba89f74f9394122dc8a91bb12876d00'/>
<id>urn:sha1:1280ba4f5ba89f74f9394122dc8a91bb12876d00</id>
<content type='text'>
8f0cea63 add a command_line function to check for defaulted options (moneromooo-monero)
</content>
</entry>
<entry>
<title>Add tools::on_startup, and warn about glibc 2.25 bug if found</title>
<updated>2017-10-14T08:12:28Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-10-03T09:12:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7130cf0c61e259ee6d8479cd804e9284cf6859f6'/>
<id>urn:sha1:7130cf0c61e259ee6d8479cd804e9284cf6859f6</id>
<content type='text'>
https://sourceware.org/bugzilla/show_bug.cgi?id=21778
</content>
</entry>
<entry>
<title>add a command_line function to check for defaulted options</title>
<updated>2017-10-06T09:56:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-10-06T09:55:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8f0cea6355ec38f58323953fb389b02cffc110ca'/>
<id>urn:sha1:8f0cea6355ec38f58323953fb389b02cffc110ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More DB support cleanup</title>
<updated>2017-08-20T12:57:36Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-20T12:37:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=80344740bdd3c61c39a8bcac67a4858549eab505'/>
<id>urn:sha1:80344740bdd3c61c39a8bcac67a4858549eab505</id>
<content type='text'>
Hide DB types from db_types.h - no reason to recompile dependencies
when DB types change.

Also remove lingering in-memory DB references, they've been
obsolete since 9e82b694da120708652871b55f639d1ef306a7ec
</content>
</entry>
<entry>
<title>DB cleanup</title>
<updated>2017-08-19T17:11:38Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-19T14:27:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4c7f8ac04f8693c321f4143e61e7511f200cab1d'/>
<id>urn:sha1:4c7f8ac04f8693c321f4143e61e7511f200cab1d</id>
<content type='text'>
Hide LMDB-specific stuff behind blockchain_db.h. Nobody besides blockchain_db.cpp
should ever be including DB-specific headers any more.
</content>
</entry>
</feed>
