<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_utilities, branch v0.9.3</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.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-21T10:12:23Z</updated>
<entry>
<title>Revert "Print stack trace upon exceptions"</title>
<updated>2016-03-21T10:12:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-21T10:12:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09'/>
<id>urn:sha1:f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09</id>
<content type='text'>
Ain't nobody got time for link/cmake skullduggery.

This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
</content>
</entry>
<entry>
<title>Print stack trace upon exceptions</title>
<updated>2016-03-19T21:48:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-03-19T21:48:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fff238ec94ac6d45fc18c315d7bc590ddfaad63d'/>
<id>urn:sha1:fff238ec94ac6d45fc18c315d7bc590ddfaad63d</id>
<content type='text'>
Useful for debugging users' logs
</content>
</entry>
<entry>
<title>switch default utilities DB to lmdb, update checkpoints.dat</title>
<updated>2016-03-12T19:09:44Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-12T19:09:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8689014eda5f16b2163994ab929ed063f1e93612'/>
<id>urn:sha1:8689014eda5f16b2163994ab929ed063f1e93612</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #705</title>
<updated>2016-03-05T21:14:06Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-05T21:14:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b96147030cf06b7adacafebff196bc23a4b19199'/>
<id>urn:sha1:b96147030cf06b7adacafebff196bc23a4b19199</id>
<content type='text'>
f7ed167 blockchain_utilities: Update documentation (warptangent)
</content>
</entry>
<entry>
<title>blockchain_utilities: Update documentation</title>
<updated>2016-03-05T21:11:44Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-03-05T20:54:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7ed167fc034f235658805e1be225589055638fb'/>
<id>urn:sha1:f7ed167fc034f235658805e1be225589055638fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_export: Support BerkeleyDB</title>
<updated>2016-03-05T14:46:11Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-03-05T14:37:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0485d1727486190005c7e0ecd2e7627a853eaed6'/>
<id>urn:sha1:0485d1727486190005c7e0ecd2e7627a853eaed6</id>
<content type='text'>
TEST:

blockchain_export -h

This should show "berkeley" as an available option to --database.

With an existing BerkeleyDB database, run:

blockchain_export --database berkeley
</content>
</entry>
<entry>
<title>blockchain_export: Move DB implementation includes</title>
<updated>2016-03-05T14:46:09Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-03-05T14:33:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=41487e32be820dd0c28520e627d4867459741f95'/>
<id>urn:sha1:41487e32be820dd0c28520e627d4867459741f95</id>
<content type='text'>
</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>blockchain_import: Pass ARCH_WIDTH macro if 32-bit or not.</title>
<updated>2016-02-18T14:14:35Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-18T14:14:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d258f6e63aa331c0bbd0f6def7118dede2853078'/>
<id>urn:sha1:d258f6e63aa331c0bbd0f6def7118dede2853078</id>
<content type='text'>
This also avoids warnings.
</content>
</entry>
<entry>
<title>Merge pull request #674</title>
<updated>2016-02-18T08:01:01Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-02-18T08:01:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=43fe8c4933e1ff3542ae936841fabffe3aafc4dc'/>
<id>urn:sha1:43fe8c4933e1ff3542ae936841fabffe3aafc4dc</id>
<content type='text'>
05e7ac0 blockchain_import: Check bit width for more than just WIN32 (warptangent)
</content>
</entry>
</feed>
