<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_utilities/blockchain_import.cpp, 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>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: Check bit width for more than just WIN32</title>
<updated>2016-02-17T20:37:15Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-17T20:10:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=05e7ac0360ac3a0a945ad69cad48c5a3b5b59acd'/>
<id>urn:sha1:05e7ac0360ac3a0a945ad69cad48c5a3b5b59acd</id>
<content type='text'>
Pass the CMake bit width setting to compile flags for blockchain_import
and blockchain_converter.

For LMDB on 32-bit, hyc has found that batch size of 100 appears to be a
good default.
</content>
</entry>
<entry>
<title>blockchain_import: Build string for db type list</title>
<updated>2016-02-15T00:25:35Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-14T21:39:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=27f76e2ee4ace5a7788f6c543bfe9ce55a2662dc'/>
<id>urn:sha1:27f76e2ee4ace5a7788f6c543bfe9ce55a2662dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_import: Add mode argument representing multiple DB flags</title>
<updated>2016-02-15T00:25:35Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-14T21:04:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1aa8a9d26f6f72a5f72e0271d635cf3436657e09'/>
<id>urn:sha1:1aa8a9d26f6f72a5f72e0271d635cf3436657e09</id>
<content type='text'>
These modes match those optionally provided as part of the daemon's
--db-type argument.

Argument after the # is interpreted as a composite mode if there's only
one (no comma separated arguments).

Sample usage:

blockchain_import --database lmdb#fastest

blockchain_import --database berkeley#fastest

Multiple specific DB flags are still supported, e.g.

blockchain_import --database lmdb#nosync,nordahead

blockchain_import --database berkeley#txn_nosync
</content>
</entry>
<entry>
<title>blockchain_import: Support BerkeleyDB</title>
<updated>2016-02-15T00:02:38Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-14T20:20:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cffc411c9025e1d28a8b6e32c53c83ba113d9204'/>
<id>urn:sha1:cffc411c9025e1d28a8b6e32c53c83ba113d9204</id>
<content type='text'>
</content>
</entry>
<entry>
<title>blockchain_import: Add database type argument</title>
<updated>2016-02-15T00:02:37Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-14T19:35:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=19c1aaa9f69ad4efb58c06e1f383200089296968'/>
<id>urn:sha1:19c1aaa9f69ad4efb58c06e1f383200089296968</id>
<content type='text'>
Default to LMDB.
</content>
</entry>
<entry>
<title>blockchain_import: Make LMDB-specific names general</title>
<updated>2016-02-15T00:02:37Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-14T19:32:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0fedce00d578caa107a7814f11dcadd115619c1f'/>
<id>urn:sha1:0fedce00d578caa107a7814f11dcadd115619c1f</id>
<content type='text'>
Also update terms to better distinguish blockchain management/engine
from database type.
</content>
</entry>
<entry>
<title>blockchain_import: Get hard fork version from HardFork</title>
<updated>2016-02-08T17:28:21Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-08T16:12:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b368e29f67a856872fa7ae01b918d66d76545929'/>
<id>urn:sha1:b368e29f67a856872fa7ae01b918d66d76545929</id>
<content type='text'>
Replace temporary assignment that used hardcoded values.
</content>
</entry>
</feed>
