<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_utilities/blockchain_dump.cpp, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-09-03T12:07:17Z</updated>
<entry>
<title>remove blockchain_dump</title>
<updated>2016-09-03T12:07:17Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-09-03T12:07:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=883d651c3b6a9a94e3351d5caafdc6147bc89c9a'/>
<id>urn:sha1:883d651c3b6a9a94e3351d5caafdc6147bc89c9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove original Cryptonote blockchain_storage blockchain format</title>
<updated>2016-08-28T20:27:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-05-26T20:48:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9e82b694da120708652871b55f639d1ef306a7ec'/>
<id>urn:sha1:9e82b694da120708652871b55f639d1ef306a7ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove hf_starting_height db</title>
<updated>2016-07-13T20:38:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-13T20:19:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d7b681cd6518834ce9b76676980561cb8e235cff'/>
<id>urn:sha1:d7b681cd6518834ce9b76676980561cb8e235cff</id>
<content type='text'>
It's not really needed, it used to be an optimization for when
that code was not using the db and needed to recalculate things
fast on startup.
</content>
</entry>
<entry>
<title>move g_test_dbg_lock_sleep from a global to a function level static</title>
<updated>2016-02-22T19:34:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-02-22T19:34:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5e3557d2c30f9f1a206d93441897793a993f3618'/>
<id>urn:sha1:5e3557d2c30f9f1a206d93441897793a993f3618</id>
<content type='text'>
This avoids the need to define that variable in every program
which uses epee.
</content>
</entry>
<entry>
<title>update version</title>
<updated>2015-12-31T21:12:13Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T21:12:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5c71f5d13ebb5db5743f81161382a831f9fa8450'/>
<id>urn:sha1:5c71f5d13ebb5db5743f81161382a831f9fa8450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_db: make the indexing base a BlockchainDB virtual function</title>
<updated>2015-12-05T18:41:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-05T18:41:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a3c5ca077c27b7a8fe5ee0a7afdc1d30b6f8ffe8'/>
<id>urn:sha1:a3c5ca077c27b7a8fe5ee0a7afdc1d30b6f8ffe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_dump: fix output key dump for BDB 1-based indices</title>
<updated>2015-12-05T12:40:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-05T12:40:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a70211842693f00f81c2374b7999eda9e184efce'/>
<id>urn:sha1:a70211842693f00f81c2374b7999eda9e184efce</id>
<content type='text'>
Berkeley DB uses 1 based indices for RECNO databases, and the
implementation of BlockchainDB for Berkeley DB assumes 1 based
indices are passed to the API, whereas the LMDB one assumes
0 based indices. This is all internally consisteny, but since
the BDB code stores 1 based indices in the database, external
users have to be aware of this, as the indices will be off by
one depending on which DB is used.
</content>
</entry>
<entry>
<title>Fix startup crash when using a locale boost does not like</title>
<updated>2015-11-21T10:13:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-11-21T10:13:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f3724aef881ff2fdada98eddc792059e4e18c1c8'/>
<id>urn:sha1:f3724aef881ff2fdada98eddc792059e4e18c1c8</id>
<content type='text'>
There are various locale related bugs in various versions of boost,
where exceptions are thrown in boost::filesystem APIs when the
current locale is not to boost's liking. It's not clear what "not
to boost's liking" means in detail, though "en" and "en_US.UTF-8"
are not to its liking.

Fix it by running a test function that's known to throw in such
a case, and resetting LANG and LC_ALL to C if an exception is
thrown. In simplewallet, the locale is queried before that so the
correct translations will still be used.
</content>
</entry>
<entry>
<title>blockchain_dump: fix build without berkeley db</title>
<updated>2015-10-30T22:48:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-30T22:48:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b1d0c8a049c9b59c54ef2babc7aa9f2ca721e405'/>
<id>urn:sha1:b1d0c8a049c9b59c54ef2babc7aa9f2ca721e405</id>
<content type='text'>
</content>
</entry>
</feed>
