<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_utilities/blockchain_dump.cpp, branch v0.9.0</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.9.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-31T21:12:13Z</updated>
<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>
<entry>
<title>blockchain_utilities: properly exit on error</title>
<updated>2015-10-27T16:15:41Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-27T16:15:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bc110af0eeef527f3343cee28052c853148e09cb'/>
<id>urn:sha1:bc110af0eeef527f3343cee28052c853148e09cb</id>
<content type='text'>
Replace boolean values and exceptions where appropriate
</content>
</entry>
<entry>
<title>Build fixes for the old blockchain_storage version</title>
<updated>2015-10-26T22:36:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-26T19:43:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3e89df4150051493abdb358e93cf998906c6bee0'/>
<id>urn:sha1:3e89df4150051493abdb358e93cf998906c6bee0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_utilities: new blockchain_dump diagnostic tool</title>
<updated>2015-10-25T12:36:16Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-10-25T12:30:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=43bca0d2f71b8d9c0da19ba5fd00283ebf0b01e4'/>
<id>urn:sha1:43bca0d2f71b8d9c0da19ba5fd00283ebf0b01e4</id>
<content type='text'>
It dumps data from the blockchain to a JSON format, and is
intended to help detect differences between data held in
different database formats.
</content>
</entry>
</feed>
